/*
all reference to .chromestyle class removed
*/

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px ; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px "Times New Roman";
line-height:18px;
z-index:100;
background-color: #005A84;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #2e769c;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
text-transform:uppercase;
letter-spacing:1px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2e769c;
}

a.selected {background: url(../_common_images/mainNav_bg.gif) repeat-x bottom center;}
