/* ================================================================ 
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.
=================================================================== */

.nicmenuc, .nicmenua {
	width:; 
	height:28px; 
	font-size:11px; 
	position:relative; 
	z-index:90;
	border-right:0px solid #fff;
	}
/* hack to correct IE5.5 faulty box model */
* html .nicmenuc, * html .nicmenua {
	width:; w\idth:;
	}
/* remove all the bullets, borders and padding from the default list styling */
.nicmenuc ul, .nicmenua ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.nicmenuc ul ul {
	width:40px;
	font-weight:normal;
	}
.nicmenua ul ul {
	width:30px;
	font-weight:normal;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nicmenuc li, .nicmenua li {
	float:left;
	width:;
	position:relative;
	margin-right:0px;
	}
/* style the links for the top level */
.nicmenuc a, .nicmenuc a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	width:65px;
	/*height:28px;*/
	border:0px solid #FFFFFF;
	border-width:0px 0px 0px 0px;
	line-height:28px;
	text-align:left;
	background-image:url();
	background-repeat:repeat-x;
	}
.nicmenua a, .nicmenua a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	width:25px;
	/*height:28px;*/
	border:0px solid #FFFFFF;
	border-width:0px 0px 0px 0px;
	line-height:28px;
	text-align:left;
	background-image:url();
	background-repeat:repeat-x;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nicmenuc a, * html .nicmenuc a:visited, * html .nicmenua a, * html .nicmenua a:visited {
	width:; w\idth:;
	}

/* style the second level background */
.nicmenuc ul ul a.drop, .nicmenuc ul ul a.drop:visited, .nicmenua ul ul a.drop, .nicmenua ul ul a.drop:visited {
	background:#dbdbdb;
	}
/* style the second level hover */
.nicmenuc ul ul a.drop:hover, .nicmenua ul ul a.drop:hover{
	background:#ffffff;
	}
.nicmenuc ul ul :hover > a.drop, .nicmenua ul ul :hover > a.drop {
	background:#ffffff;
	}
/* style the third level background */
.nicmenuc ul ul ul a, .nicmenuc ul ul ul a:visited, .nicmenua ul ul ul a, .nicmenua ul ul ul a:visited {
	background:#dbdbdb;
	}
/* style the third level hover */
.nicmenuc ul ul ul a:hover, .nicmenua ul ul ul a:hover  {
	background:#ffffff;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nicmenuc ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:80px;
	border-top:1px solid #FFFFFF;
	}
.nicmenua ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:30px;
	border-top:1px solid #FFFFFF;
	}
/* another hack for IE5.5 */
* html .nicmenuc ul ul{	
	top:25px;
	t\op:25px;
	width:80px;
	}
* html .nicmenua ul ul {	
	top:25px;
	t\op:25px;
	width:30px;
	}

/* position the third level flyout menu */
.nicmenuc ul ul ul{
	left:30px; 
	top:-1px; 
	width:30px;
	}
.nicmenua ul ul ul{
	left:30px; 
	top:-1px; 
	width:30px;
	}

/* position the third level flyout menu for a left flyout */
.nicmenuc ul ul ul.left, .nicmenua ul ul ul.left {
	left:-80px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nicmenuc table, .nicmenua table {
	position:absolute; 
	top:0; 
	left:0;
	border-collapse:collapse;}

/* style the second level links */
.nicmenuc ul ul a, .nicmenuc ul ul a:visited {
	background:#dbdbdb; 
	color:#666666; 
	height:auto; 
	line-height:1em;
	padding:2px 5px; 
	width:68px;
	border-width:0px 1px 1px 1px;
	text-align:left;
	}
.nicmenua ul ul a, .nicmenua ul ul a:visited {
	background:#dbdbdb; 
	color:#666666; 
	height:auto; 
	line-height:1em;
	padding:2px 5px; 
	width:30px;
	border-width:0px 1px 1px 1px;
	text-align:left;
	}
/* yet another hack for IE5.5 */
* html .nicmenuc ul ul a, * html .nicmenuc ul ul a:visited {
	width:80px;w\idth:80px;
	}

* html .nicmenua ul ul a, * html .nicmenua ul ul a:visited {
	width:30px;w\idth:30px;
	}
/* style the top level hover*/
.nicmenuc a:hover, .nicmenuc ul ul a:hover, .nicmenua a:hover, .nicmenua ul ul a:hover{
	color:#D7282F; 
	/*---------------------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;	
	}
.nicmenuc :hover > a, .nicmenua :hover > a  {
	color:#D7282F;
	background:#fefefe;
	background-image: url(/static/images/common/nic_vine_calen_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
.nicmenuc ul ul :hover > a, .nicmenua ul ul :hover > a  {
	color:#D7282F;
	background:#fefefe;
	}

/* make the second level visible when hover on first level list OR link */
.nicmenuc ul li:hover ul, .nicmenuc ul a:hover ul, .nicmenua ul li:hover ul, .nicmenua ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.nicmenuc ul :hover ul ul, .nicmenua ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.nicmenuc ul :hover ul :hover ul, .nicmenua ul :hover ul :hover ul{ 
	visibility:visible;
	}
/* Menu Opción 01 */
.nicmenuc .Menu01OffCal, .nicmenuc .Menu01OffCal:visited{
	background-image: url(/static/images/common/nic_vine_calen_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
}
.nicmenuc .Menu01OffCal:hover{
	background-image: url(/static/images/common/nic_vine_calen_down.gif);
	background-repeat: no-repeat;
	background-position:right center;
	padding-right:15px;
}
/* Menu Opción 02 */
.nicmenua .Menu02OffCal, .nicmenua .Menu02OffCal:visited{
	background-image: url(/static/images/common/nic_vine_calen_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
}
.nicmenua .Menu02OffCal:hover{
	background-image: url(/static/images/common/nic_vine_calen_down.gif);
	background-repeat: no-repeat;
	background-position:right center;
	padding-right:15px;
}