.chromestyle{
width: 886px;
font-weight: bold;
float:left;
height:25px;
}


.chromestyle ul{
padding:0;
margin:0 0 10px 9px;
}

.chromestyle li{
height:16px;
float:left;
background-color:#6699cc;
list-style-type:none;
padding:9px 20px;
margin:0 1px;
}

.chromestyle ul li a{
color: #fff;
font-size:12px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 2px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
font-size:12px;
line-height:20px;
z-index:200;
background-color:#6699cc;
height:25px;
visibility: hidden;
margin:3px 0 0 -9px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #006699;
}
