/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	/*	font-family: arial, sans-serif;
*/	width:954px;
	height:39px;
	position:relative;
	z-index:100;
	padding-left:0px;
	margin-top:0px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.menu   ul   li   a, .menu   ul   li   a:visited     {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2A93B1;
	text-decoration: none;
	width: 129px;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 25px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2A93B1;
} /*A PRIMER NIVEL*/

/* specific to non IE browsers */
.menu ul li:hover a, .menu ul li:hover a.on {
	border-bottom-color: #FF6600;
	color: #FF6600;
	border-bottom-width: 4px;
} /*HOVER PRIMER NIVEL*/
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:29px;
	left:-10px;
	/*	width:131px;*/
	border-bottom-color: #DED8D3;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-left-color: #DED8D3;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	z-index: 2;
}/*PROPIEDADES UL PRIMER NIVEL*/
.menu ul li:hover ul li a.hide {
	color:#333333;
} /*A SUB*/
.menu ul li:hover ul li:hover a.hide {
	color:#333333;
	background-color:#CCCCCC;
} /*HOVER SUB*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#909090;
	text-transform: capitalize;
	letter-spacing: normal;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	width: 175px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-position: right center;
	text-align:left;
	padding-left:5px;
	background-image: url(/Img/Nav/marco_shadow_center.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} /*A SEGUNDO NIVEL*/
.menu ul li:hover ul li a:hover {
	color:#41B8EE;
} /*HOVER SEGUNDO NIVEL*/
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:126px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-126px;
}
.final {
	display: block;
	height:10px;
	background-image: url(../Img/Nav/marco_shadow.png);
	width: 180px;
	line-height: 0px;
	padding:0px;
	margin:0px;
	border:0px;
	background-position: center right;
}
