.chromestyle{
width: 863px;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #A6CACE;
width: 858px;
background: url(chromebg.gif) center center repeat-x; 
padding: 8px 0px;
margin: 0;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
padding-left:20px;
margin: 0;
text-decoration: none;

}
.chromestyle2 ul li a{
border-right: 1px solid #019893;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: url(chromebg-over.gif) center center repeat-x; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #019893;
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #019893;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #D5FFAC;
}


