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

.dropmenudiv{
position:absolute;
margin-top:12px;
/*border:1px solid #53403d; THEME CHANGE HERE
border-top:none;*/
font:normal 9px Verdana;
line-height:20px;
z-index:1000;
/*background:url(../../images/navi/nav_dropdown-bg.jpg) repeat-x bottom #253e50;*/
/*width: 96px;*/
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: 96px;*/
margin:1px auto;
display: block;
border-bottom: 1px solid #ff5951; /*THEME CHANGE HERE*/
background: #253e50;
padding: 2px 10px 0 4px;
text-decoration: none;
font-weight: bold;
color: white;
/*border:1px solid red;*/
}

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

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

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




