.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/defaults/t2-s.jpg) center center repeat-x; /*THEME CHANGE HERE*/
z-index:100;
width:95px;
height:38px;
}

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

.dropmenudiv{
position:absolute;
left:2px;
margin-top: -4px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 140px;
color: black;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
margin-top: -30px;
}

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