.chromestyle{
width: 778px;
height: 37px;
padding-top:2px;
padding-right:6px;
padding-left:8px;
font-weight: bold;
font:normal 11px Tahoma;
/*border: 1 solid #796f66;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;


}

.chromestyle ul{
/*border: 1px solid #BBB;*/
font:normal 11px Tahoma;
color: #FFFFFF;
height:37px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float: left;
padding-right:2px;
padding-left:8px;
}

.chromestyle ul li a{
color: #f6ae0b;
vertical-align:top;
margin: 0;
text-decoration: none;

/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(fondo_selec.png) repeat-x;*/ /*THEME CHANGE HERE*/
height:37px;
color: #f0f0f0;
text-decoration:none;
float: left;
}


