
.chromestyle{
font-family:'Trebuchet MS', Arial, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
}

.chromestyle a {
color:#FFFFFF;
text-decoration: none;
}

.chromestyle a:hover {
color:#FFFFFF;
text-decoration: none;
}

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

.dropmenudiv{
margin-left:-10px;
margin-top:3px;
position:absolute;
/*top: 0px;*/
border: 1px solid #E0710C; /*THEME CHANGE HERE*/
text-align:left;
font-size: 12px;
color: #333333;
z-index:100;
background-color: #FFFFFF;
width: 160px;
visibility: hidden;
/*background-image:url(../../images/top_gradient_bg.jpg)*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,direction=135,strength=3);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 5px 0px;
font-family: 'Trebuchet MS', Arial, sans-serif;
text-decoration: none;
font-weight: normal;
color: #333333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*border-top:1px solid #666666;*/
background-color: #E0710C; /*#E0710C; F47808*/
color: #FFFFFF;
}

