.chromestyle{
font-weight: normal;
width:870px; 
height:24px; /*height:27px; */
/*margin:30px auto 5px auto; */
margin: 30px 0 5px -15px;
background:#416686 url(../images/nav_bg.jpg) no-repeat; 
padding:5px 10px 5px 10px; 
font-size:12px;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color: #ffffff;
padding: 4px 7px;
text-align:left;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ color:#BCCFE0;
}


.dropmenudiv{
/*margin:7px 0 0 0 ;*/
margin:4px 0 0 0 ;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:16px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
background:url(../images/menu.jpg) bottom center repeat-x;
width: auto;
display: block;
text-indent: 3px;
line-height:20px;
padding: 5px 0 5px 5px;
text-decoration: none;
margin:0;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{
background:url(../images/menu_hover.jpg) bottom center repeat-x;
color: #BCCFE0;
}