/*.chromestyle{
	width: 100%;
	margin-bottom:-10px;
	padding-top: 4px;
	background-image:url(../images/portuaria_header_sectur.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:35px;
}*/
.chromestyle{
display:block;
width:100%;
height:32px;
margin-bottom:-1px;
padding-left:200px;
_padding-left:195px; /*Para explorer 6*/
/*background:url(../images/portuaria_header_sectur.jpg) 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
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 11px arial
	}*/
	
.chromestyle ul li
{   
display:block;
margin: 0px;
padding: 0px;
list-style: none;
float: left;
text-align:center;
}

/*.chromestyle ul li{
display: inline;
}*/

/*.chromestyle ul li a{
display:block;
float:left;
text-align:center;
color: #003573;
height:24px;
vertical-align:middle;
margin: -1px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
.chromestyle ul li a{
display:block;
float:left;
text-align:center;
color: #013E6D;
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_menu_lat_vineta_ov.jpg) top left no-repeat;
background-position:1px 13px;
}
.chromestyle ul li a.imagen{
display:block;
float:left;
text-align:center;
color: #ffffff;
margin-right:15px;
_margin-right:0px; /*Para explorer 6*/
_margin-left:0px; /*Para explorer 6*/
padding-top:10px;
padding-bottom:5px;
padding-left:0px;
background:none;
}
.chromestyle ul li a:hover{
color: #878789;
/*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:-1px;
border-left: 1px solid #E6E6E6; /*THEME CHANGE HERE*/
border-right: 1px solid #E6E6E6; /*THEME CHANGE HERE*/
border-top: 1px solid #E6E6E6;
border-bottom-width: 0px;
z-index:100;
width: 170px;
visibility: hidden;
background: #F2F2F2;
font-family:Arial, Helvetica, sans-serif;
}

.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #E6E6E6; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 14px;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration: none;
color: #003573
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DFF8FF;
}