.chromestyle{
width: 100%;
}

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

.chromestyle ul{
width: 100%;
border-left: 1px dotted #888888;
background-color: #633754;
padding:4px 0;
/*padding-top:2px;
padding-bottom:2px;
padding-right:0px;
padding-left:0px;*/
/*margin: 0;*/
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size: 11px;
font-family: Verdana,Arial,sans-serif;
color: #eeeeee;
font-style:normal;
font-weight:bold;
padding: 4px 18px 4px 14px;
margin: 0;
text-decoration: none;
border-right: 1px dotted #888888;
}

.chromestyle ul li a:visited{
color: #eeeeee;
}

.chromestyle ul li a:hover{
color: #000000;
background-color: #cccccc;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
content: ""; /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 11px;
font-family: Arial,Verdana,sans-serif;
color: #eeeeee;
font-style:normal;
font-weight:bold;
line-height:18px;
z-index:100;
background-color: white;
width: 155px;
text-align:left;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 10px;
text-decoration: none;
/*font-weight: bold;*/
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
}