.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-decoration: none; 
}

.chromestyle ul{
border: 0px solid #0D0D16;
width: 100%;
padding: 2px 0;
margin: 0;
text-align: CENTER; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{   /*THEME CHANGE HERE*/
color: #9e949c;
padding: 4px 25px;
margin: 0;
text-decoration: none;
border-right: 0px solid #0D0D16; 
}

.chromestyle ul li a:hover{    /*THEME CHANGE HERE*/
color: #B2A7B1;
background-color: #0D0D16;
}


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

.dropmenudiv{
position: absolute;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #250125;
width: 150px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 3px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #9e949c;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #330033;
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 1px solid #330033; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #B2A7B1;
}
