.chromestyle{
width: 600px;
font-weight: normal;
height:20px;
padding-right: 15px;
padding-top:0;
padding-bottom:5px;
padding-left:0;
margin:0;
}



.chromestyle ul{
padding:0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333333;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
text-decoration:underline; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
	text-align: center;
	text-decoration:none;
z-index:100;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
background-color: #333333;
width: 200px;
visibility: hidden;
vertical-align:middle
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding:5px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
vertical-align:middle;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}


