.chromestyle
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.chromestyle ul
{
	display:inline;
	padding:0px;
	float:left;
	margin:0px 0px 0px 10px;
}
.chromestyle li
{
	display:inline;
	padding:0px;
	margin:0px 5px 0px 5px;
	float:left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
left:0;
padding:0px;
margin:10px 0px 0px -27px;
font:normal 9px arial;
line-height:18px;
z-index:100;
background-color: #000000;
width: 130px;
height:auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
color:#000000;
}