#nav, 
#nav ul {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	font:11px "Century Gothic";
	background:#000000;
	position:relative;
	z-index:200;
	text-decoration: none;
}
#nav {display:compact;  height:50px; padding:0; width:850px;}

#nav li {
	float:left;
	background:#000;
	border:1px solid #fff;
	border-color:#000 #000 #000 #333;
	border-width:0px 0px 0px 1px;
	margin-right: 30px;
}
#nav li li {float:left; background:#000;}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {
	display:block;
	float:none;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	text-decoration:none;
	white-space:nowrap;
	margin: 0;
	clear: none;
	text-align: center;
}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:200;}
#nav li:hover ul {left:-1px; bottom:40px; top:auto;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; bottom:-7px; top:auto;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#666666}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; bottom:-7px; top:auto;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#666666;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#FFFFFF;}

body { 
background: url('../imatges/degradat.jpg') center repeat-x;  
}

.Inici {
	color:#666666;
	font-family: "Century Gothic";
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.textPetitoBottom {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}
.textPetitoBottom A:link {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}
.textPetitoBottom A:visited {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}
.textPetitoBottom A:active {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}
.textPetitoBottom A:hover {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}
.textPetito {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}

.textPetito A:link {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}
.textPetito A:visited {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
    text-decoration: none;
}
.textPetito A:active {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
    text-decoration: none;
}
.textPetito A:hover {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
}

.textVermell {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.textVermell A:link {
	color:#000000;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.textVermell A:visited {
	color:#000000;
	font-family: "Century Gothic";
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
.textVermell A:active {
	color:#FF0000;
	font-family: "Century Gothic";
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
.textVermell A:hover {
	color:#FF0000;
	font-family: "Century Gothic";
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.textMenu {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #666666;
}

.textMenu A:link {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	text-decoration: none;
}
.textMenu A:visited {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
    text-decoration: none;
}
.textMenu A:active {
	color:#666666;
	font-family: "Century Gothic";
	font-size: 11px;
    text-decoration: none;
}
.textMenu A:hover {
	color:#666666;
	font-family: "Century Gothic";
	font-size: 11px;
	text-decoration: none;
}

