.drop_menu_style{
width: 100%;
}

.drop_menu_style ul{
border: 1px solid #404040;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-align: center; /*set value to "left", "center", or "right"*/
}

.drop_menu_style ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
margin-top:-1px;
margin-left: 0px;
top: 0;
border: 1px solid #404040 ; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 14px Geneva, Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
/*background-color: #a3abbe;*/
background-color: #282828;
width: 200px;
visibility: hidden;
-moz-opacity: .88;
opacity: 0.88;
filter: alpha(opacity = 88);
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#0FA5BD,direction=135,strength=4);*/
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 10px;*/
border-bottom: 1px solid #505050  ; /*THEME CHANGE HERE*/
padding: 4px 0 4px 0px;
text-align: center;
text-decoration: none;
color: white;
/*color: black;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
/*background-color: #3cc6eb;*/
color:#eca306;
}
