#chromemenu {
float: right;
padding: 27px 25px 0px 0px;
}
.chromestyle{
width: 432px;
padding: 0;
margin: 0;
list-style:none; 

}
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 432px;
padding: 0px;
margin: 0px;
list-style: none;
}
.chromestyle li {
float: left;
width: 144px;
height: 23px;
padding: 0;
margin: 0;
}
.chromestyle ul li a{
display:block; 
background: url(../nav/top.jpg) center center repeat-x; 
height:23px; 
line-height:23px; 
color:#ffffff; 
text-decoration:none; 
font-size:75%; 
font-family: arial, verdana, sans-serif; 
font-weight: bold; 
text-align:left; 
padding:0 0 0 8px; 
margin: 0;
cursor:pointer;
}
.chromestyle ul li a:hover{
background: url(../nav/top_ov.jpg) center center repeat-x; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font-family:arial, verdana, sans-serif; 
font-size: 60%;
line-height:23px;
z-index:100;
background-color: #81b383;
text-align: left;
width: auto;
visibility: hidden;
margin: -1px 0px 0px 0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding:0;
text-decoration: none;
font-weight: bold;
color: black;
border-bottom: 1px solid #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #f3962e;
color: #ffffff;
font-weight: bold;
}