/** COMUNS *******************************************************/
#menu a:hover{
	text-decoration:underline;
	color:#FFF;
}
#menu, #menu ul{
	font-size:12px;
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#menu li{
	float:left;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
}

#menuInicio,#menuClaudio,#menuFundacion,#menuSAT,#menuNoticias,#menuComunidad,#menuCuenta{
	float:left;
	margin-right:6px;
	height:22px;
}
#menuInicio a,#menuClaudio a,#menuFundacion a,#menuSAT a,#menuNoticias a,#menuComunidad a,#menuCuenta a{
	display:block;
	height:18px;
	padding:3px 0px 0px 0px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#menuInicio ul a,#menuClaudio ul a,#menuFundacion ul a,#menuSAT ul a,#menuNoticias ul a,#menuComunidad ul a,#menuCuenta ul a{
	text-align:left;
	height:auto;
	display:block;
	padding:2px 0px 2px 0px;
	margin:0px 4px 0px 4px;
	color:#fff;
	text-decoration:none;
}
#menuInicio ul,#menuClaudio ul,#menuFundacion ul,#menuSAT ul,#menuNoticias ul,#menuComunidad ul,#menuCuenta ul{
	position:absolute;
	display:none;
	margin-top:1px;
}
/** INDIVIDUALS ******************************************************/
#menuInicio{
	width:56px;
	background:url(../img/menu/claudio_naranjo/inicio.gif) no-repeat;
}
#menuInicio a{
	color:#fff;
}
/* CLAUDIO */
#menuClaudio,#menuClaudio a,#menuClaudio ul{
	width:109px;
	background:url(../img/menu/claudio_naranjo/claudio.gif) no-repeat;
}
#menuClaudio ul a,#menuClaudio ul{
	background:#1d8bca;
}
#menuClaudio ul a{
	width:96px;
	border-bottom:2px solid #4fade1;
}
/* FUNDACION */
#menuFundacion,#menuFundacion a,#menuFundacion ul{
	width:96px;
	background:url(../img/menu/claudio_naranjo/fundacion.gif) no-repeat;
}
#menuFundacion ul a,#menuFundacion ul{
	background:#ba1f1b;
}
#menuFundacion ul a{
	width:83px;
	border-bottom:2px solid #cc6346;
}

/* SAT */
#menuSAT,#menuSAT a,#menuSAT ul{
	width:90px;
	background:url(../img/menu/claudio_naranjo/sat.gif) no-repeat;
}
#menuSAT ul a,#menuSAT ul{
	background:#a155a0;
}
#menuSAT ul a{
	width:77px;
	border-bottom:2px solid #b788b6;
}
/* NOTICIAS */
#menuNoticias,#menuNoticias a,#menuNoticias ul{
	width:123px;
	background:url(../img/menu/claudio_naranjo/noticias.gif) no-repeat;
}
#menuNoticias ul a,#menuNoticias ul{
	background:#d42d75;
}
#menuNoticias ul a{
	width:110px;
	border-bottom:2px solid #df76a1;
}
/* COMUNIDAD */
#menuComunidad,#menuComunidad a,#menuComunidad ul{
	/*width:122px;*/
	background:url(../img/menu/claudio_naranjo/comunidad.gif) no-repeat;
	width:92px;
}
#menuComunidad ul a,#menuComunidad ul{
	background:#f89c4f;
}
#menuComunidad ul a{
	width:88px;
	border-bottom:2px solid #fac498;
}
/* MI CUENTA */
#menuCuenta,#menuCuenta a,#menuCuenta ul{
	width:79px;
	background:url(../img/menu/claudio_naranjo/cuenta.gif) no-repeat;
	margin-right:0px;
}
#menuCuenta ul a,#menuCuenta ul{
	background:#a5b93e;
}
#menuCuenta ul a{
	width:66px;
	border-bottom:2px solid #bfcd78;
}

/***********************************/
#menu ul .ultim{
	border-bottom:none;
}

