/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menuc, .menua {
	width:0 ; 
	height:28px; 
	font-size:11px; 
	position:relative; 
	z-index:100;
	border-right:0px solid #fff;
	}
/* hack to correct IE5.5 faulty box model */
* html .menuc, * html .menua {
	width:0;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menuc ul, .menua ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menuc ul ul {
	width:180px;
	font-weight:normal;
	}
.menua ul ul {
	width:180px;
	font-weight:normal;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuc li, .menua li {
	float:left;
	width:180px;
	position:relative;
	margin-right:0px;
	}
/* style the links for the top level */
.menuc a, .menuc a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#1164ab;
	width:180px;
	/*height:28px;*/
	border:0px solid #FFFFFF;
	border-width:0px 0px 0px 0px;
	line-height:28px;
	text-align:left;
	/*background-image:url(../images/nic_interior_menu_fade.jpg);
	background-repeat:repeat-x;*/
	}
.menua a, .menua a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#294e70;
	width:180px;
	/*height:28px;*/
	border:0px solid #FFFFFF;
	border-width:0px 0px 0px 0px;
	line-height:28px;
	text-align:left;
	background-image:url(../images/nic_interior_menu_fade.jpg);
	background-repeat:repeat-x;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuc a, * html .menuc a:visited, * html .menua a, * html .menua a:visited {
	width:0;
	}

/* style the second level background */
.menuc ul ul a.drop, .menuc ul ul a.drop:visited, .menua ul ul a.drop, .menua ul ul a.drop:visited {
	background:#f4f4ea;
	}
/* style the second level hover */
.menuc ul ul a.drop:hover, .menua ul ul a.drop:hover{
	background:#ffffff;
	}
.menuc ul ul :hover > a.drop, .menua ul ul :hover > a.drop {
	background:#ffffff;
	}
/* style the third level background */
.menuc ul ul ul a, .menuc ul ul ul a:visited, .menua ul ul ul a, .menua ul ul ul a:visited {
	background:#ffffff;
	}
/* style the third level hover */
.menuc ul ul ul a:hover, .menua ul ul ul a:hover  {
	background:#ffffff;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuc ul ul {
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:180px;
	border-top:1px solid #FFFFFF;
	visibility: hidden;
	}
.menua ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:180px;
	border-top:1px solid #FFFFFF;
	}
/* another hack for IE5.5 */
* html .menuc ul ul{	
	top:25px;
	t\op:25px;
	width:180px;
	}
* html .menua ul ul {	
	top:25px;
	t\op:25px;
	width:180px;
	}

/* position the third level flyout menu */
.menuc ul ul ul{
	left:-131px; 
	top:-1px; 
	width:180px;
	}
.menua ul ul ul{
	left:-131px; 
	top:-1px; 
	width:180px;
	}

/* position the third level flyout menu for a left flyout */
.menuc ul ul ul.left, .menua ul ul ul.left {
	left:-131px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuc table, .menua table {
	position:absolute; 
	top:0; 
	left:0;
	border-collapse:collapse;
	}

/* style the second level links */
.menuc ul ul a, .menuc ul ul a:visited {
	background:#f0f2f3; 
	color:#333333; 
	height:auto; 
	line-height:1em;
	padding:3px 3px; 
	width:180px;
	border-width:0px 1px 1px 1px;
	border:1px solid #cccccc;
	text-align:left;
	}
/*.menua ul ul a, .menua ul ul a:visited {
	background:#f0f2f3; 
	color:#333333; 
	height:auto; 
	line-height:1em;
	padding:5px 5px; 
	width:180px;
	border-width:0px 1px 1px 1px;
	border-bottom:1px solid #666666;
	text-align:left;
	}*/
/* yet another hack for IE5.5 */
* html .menuc ul ul a, * html .menuc ul ul a:visited {
	width:180px;w\idth:180px;
	}

* html .menua ul ul a, * html .menua ul ul a:visited {
	width:180px;w\idth:180px;
	}
/* style the top level hover*/
.menuc a:hover, .menuc ul ul a:hover, .menua a:hover, .menua ul ul a:hover{
	color:#663300; 
	/*---------------------El gran pedo esta aquí, no se le puede quitar el color de fondo porque no se despliega el menu-------------------------*/
	/*background:#f0f2f3;*/
	background-color: #fefefe;	
	}
.menuc :hover > a, .menua :hover > a  {
	color:#ef4400;
	background:#fefefe;
	background-image: url(../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	}
	
.menuc ul ul :hover > a, .menua ul ul :hover > a  {
	color:#663300;
	background:#ffffff;
	}

/* make the second level visible when hover on first level list OR link */
.menuc ul li:hover ul, .menuc ul a:hover ul, .menua ul li:hover ul, .menua ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menuc ul :hover ul ul, .menua ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuc ul :hover ul :hover ul, .menua ul :hover ul :hover ul{ 
	visibility:visible;
	}
/* Menu Opción 01 */
.menuc .Menu01OffCal, .menuc .Menu01OffCal:visited{
	background-image: url(../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	padding-left: 13px;
}
.menuc .Menu01OffCal:hover{
	background-image: url(../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:13px;
}
/* Menu Opción 02 */
.menuc .Menu02OffCal, .menuc .Menu02OffCal:visited{
	background-image: url(../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	padding-left:13px;
	width:180px;
}
.menuc .Menu02OffCal:hover{
	background-image: url(../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:13px;
	width:180px;
}
/* Menu Opción 03 */
.menuc .Menu03OffCal, .menuc .Menu03OffCal:visited{
	background-image: url(../../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	padding-left: 13px;
	width:180px;
}
.menuc .Menu03OffCal:hover{
	background-image: url(../../images/admin_vineta_flecha.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:13px;
	width:180px;
}
