.chromestyle{
display:block;
width:708px;
margin-bottom:-1px;
padding-left:150px;
background-image:url(../images/fon_header_menu_izq.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
height: 0px; 
margin: 0px;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #fc0;*/
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align:center;
}

.chromestyle ul li
{   
display:block;
margin: 0px;
padding: 0px;
list-style: none;
float: left;
/*height:17px;*/
background-color:#006BB3;
/*padding: 4px 6px 1px 6px;*/
text-align:center;
}

/*.chromestyle ul li{
display: inline;
}*/

.chromestyle ul li a{
display:block;
float:left;
text-align:center;
color: #ffffff;
height:24px;
vertical-align:middle;
margin: -1px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:4px 12px 0px 8px;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:-5px;
/*border-left: 1px solid #6D7FA5;*/ /*THEME CHANGE HERE*/
/*border-right: 1px solid #6D7FA5;*/ /*THEME CHANGE HERE*/
/*border-top: 1px solid #6D7FA5;*/
/*border-bottom-width: 0px;*/
z-index:100;
width: 205px;
visibility: hidden;
background-color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.dropmenudiv a{
width: auto;
display: block;
/*border-bottom: 1px solid #f2f2f2;*/
padding: 4px 4px 4px 12px;
font-size: 10px;
font-weight: normal;
text-align: left;
text-decoration: none;
color: #012466;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E2E2E2;
}