.chromestyle{
font-weight: bold;
background:url(../images/navigation.jpg) no-repeat center;
height:35px;
}

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

.chromestyle ul{
width: 960px;
padding: 10px;
margin: 0;
text-align:left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
padding: 0px 16px;
margin: 0;
text-decoration: none;


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
}


.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; 
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:25px;
z-index:100;
background-color: #2c88d5;
width: 160px;
visibility:hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; 
padding: 3px 8px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
text-align:left;
}

* html .dropmenudiv a{ 
width: 962px;
}

.dropmenudiv a:hover{ 
background-color: #1F6298;
color:#FFFFFF;
}