.chromestyle{
display:block;
width:100%;
height:32px;
margin-bottom:-1px;
padding-left:200px;
_padding-left:150px;
background:url(../images/fon_header_menu_izq2.gif) left bottom 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{
padding: 0px;
margin: 0px;
text-align:center;
}
.chromestyle ul li
{   
display:block;
margin: 0px;
padding: 0px;
list-style: none;
float: left;
background-color:#006BB3;
text-align:center;
}
/*.chromestyle ul li{
display: inline;
}*/
.chromestyle ul li a{
display:block;
float:left;
text-align:center;
color: #ffffff;
margin-right:15px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top:10px;
padding-bottom:5px;
padding-left:15px;
background:url(../images/fon_vineta_nja.gif) top left no-repeat;
background-position:1px 5px;
}
.chromestyle ul li a.imagen{
display:block;
float:left;
text-align:center;
color: #ffffff;
margin-right:15px;
padding-top:10px;
padding-bottom:5px;
padding-left:0px;
background:none;
}
.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:-3px;
z-index:100;
width: 205px;
visibility: hidden;
background-color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.dropmenudiv a{
width: auto;
display: block;
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;
}