.chromestyle{
width: 100%;
}

.chromestyle ul{
/*background: url(menuback.png) center center repeat-x;*/
padding: 7px 10px 7px 10px;
margin: 0;
text-indent: 0px;
font: 16px Arial;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
padding: 7px 10px 7px 10px;
font: 16px Arial;
display: inline;
}

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

.chromestyle ul li a:hover{
}

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

.dropmenudiv{
position:absolute;
margin-top: 10;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font: 14px Verdana;
line-height:18px;
z-index:100;
background-color: #eeeeee;
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;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

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

