.chromestyle{
width: 99%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#333;
margin-top:5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
content: "."; 
display: block; 
height:0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
border: 1px solid #BBB;
width: 100%;
background: url(../imagenes/on.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
display: inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color: #333;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
background: url(../imagenes/selected.png) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #fff;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-decoration: none;
text-indent: 3px;
color: #333;
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
}

* html .dropmenudiv a{ /*IE only hack*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}
