/* --[[ Main Expand Icons ]]-- */
#imenus0 .imeam span,#imenus0 .imeamj span {
	width:0px;
	height:0px;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:top left;
}
#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {
	background-repeat:no-repeat;
	background-position:top left;
}

/* --[[ Sub Expand Icons ]]-- */
#imenus0 ul .imeas span,#imenus0 ul .imeasj span {
	background-image:url(../img/medium_purple_right.gif);
	width:6px;
	height:9px;
	left:-2px;
	top:3px;
	background-repeat:no-repeat;
	background-position:top left;
}
#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {
	background-image:url(../img/medium_purple_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

/* --[[ Main Container ]]-- */
#imouter0 {
	background-image:url(../img/deg_men_rep.jpg);
	background-repeat: repeat-x;
	border-style:none;
	border-color:#6a6a6a;
	border-width:0px;
	padding:0px;
	margin:0px;
}

/* --[[ Sub Container ]]-- */
#imenus0 li ul {
	background-color:#f0fcfc;
	border-style:solid;
	border-color:#aaeeee;
	border-width:1px;
	padding:5px;
	margin:4px 0px 0px;
}

/* [Underlayment (Drop Shadow)] */
#imenus0 .imunder {
	background-color:#000000;
	top:3px;
	left:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	opacity:0.25;
	-moz-opacity:0.25;
}

/* --[[ Main Items ]]-- */
#imenus0 li a, #imenus0 .imctitle {
	height:25px;
	color:#182981;
	text-align:left;
	/*font-family:Arial;*/
	/*Aquí se cambia el font de los item de menu*/
	font-family: Comic Sans MS;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#ffffff;
	border-width:0px;
	padding:10px 15px 0px 15px;
	margin:0px;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
	background-image:url(../img/deg_men_sob.jpg);
	text-decoration:none;
}
#imenus0 li a.ihover, .imde imenus0 a:hover {
	background-image:url(../img/deg_men_sob.jpg);
	text-decoration:none;
}

/* [active] */
#imenus0 li a.iactive {
	background-image:url(../img/deg_men_sob.jpg);
}

/* --[[ Sub Items ]]-- */
#imenus0 ul a, #imenus0 .imsubc li .imctitle  {
	height:auto;
	background-color:transparent;
	color:#182981;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#aaeeee;
	border-width:1px;
	padding:2px 5px;
	margin:0px;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a {
	background-color:#aaeeee;
	background-image:url(none);
	text-decoration:none;
}
#imenus0 ul li a.ihover {
	background-color:#aaeeee;
	background-image:url(none);
	text-decoration:none;
}

/* [active] */
#imenus0 ul li a.iactive {
	background-image:url(none);
}