/*.chromestyle a:hover, .chromestyle a.selected{
	background-color:#eee0b1;
	color:#000000;

}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: fixed;
top: 0;
border: 0px solid #e57e39; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
z-index:100;
background-color: #eee0b1;
width: 200px;
visibility: hidden;
padding-top:0px;
margin-top:0px;
}


.dropmenudiv a{
background:url('siteimg/dropbullet.png') no-repeat 8px 5px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #cccccc; /*THEME CHANGE HERE*/
padding: 2px 25px;
text-decoration: none;
font-weight:normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e57e39;
}