
.chromestyle{
float: right;
height: 20px;
padding: 0;
margin: 0;
}

.chromestyle ul {
padding: 0;
margin: 0;
text-align: right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 4px 0;
margin: 0;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
line-height: 175%;
z-index: 100;
background: url(../img/dhtml_bg.png) bottom left repeat-x;
width: 175px;
visibility: hidden;
border-bottom: 4px solid #d85514;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cecece; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #555;
font-size: 90%;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000;
text-decoration: none;
}