.chromestyle{
width: 100%;
}

.chromestyle ul{
padding: 6px 5px 5px 0px;
margin: 0;
text-indent: 22px;
font: 13px Arial;
font-weight: bold;
color: #ffff00;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
padding: 6px 20px 5px 0px;
font: 13px Arial;
font-weight: bold;
color: #ffff00;
display: inline;
}

.chromestyle ul li a{
padding: 5px 5px 
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #FFFFFF;
}

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

.dropmenudiv{
position:absolute;
margin-top: 7;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font: 13px Verdana;
line-height:18px;
z-index:100;
background-color: #001700;
width: 200px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
color: #fadb05;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #001700;
color: #FFFFFF;
}


