

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

.dropmenudiv{
position:absolute;
margin-top:-1px;
border:1px solid #53403d; /*THEME CHANGE HERE*/
border-top:none;
font:normal 10px Verdana;
line-height:20px;
z-index:1000;
background:url(../images/nav_dropdown-bg.jpg) repeat-x bottom #FFFFFF;
width: 300px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

ul li a:hover, ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv a.none {
border-bottom:none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#71372f;
}

