ul{ list-style: none; font-size:9px;}
ul.barra a { text-decoration: none; color:#333333; background: url(img/varios/fondo_botonera.jpg);}

/* 
	LEVEL ONE
*/

ul.dropdown                         { color: #00428d;	width: 830px; position: relative; }
ul.dropdown li                      { float:left; line-height:28px;}
ul.dropdown a:hover		            { background: #b7c2cc; color: #00428d; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 9.3px; border-right: 1px solid #fff; color: #00428d; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #1c1c1c; color: #ffffff; position: relative; }
ul.dropdown li.hover a              { color: #00428d; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ padding:0px; padding-left:0px; width: 200px; visibility: hidden; border: 1px solid #333333; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ width: 200px; font-weight: normal; color: #FFF; border-bottom: dotted 1px #dfdfdd; float:left; margin-left: 0px }			  
*:first-child+html ul.dropdown ul { margin-left: 0px; }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; font-family: "Trebuchet MS", Arial; font-size: 10.5px; font-weight: none; color: #00428d; background: #ebebeb; opacity: 0.9; filter:alpha(opacity=90);} 
*:first-child+html ul.dropdown ul li a	{font-family: "Trebuchet MS", Arial; font-size: 12px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90);width:184px;} 
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
