.chromestyle{
font-weight: normal;
color: #ffffff;
margin: 0px;
}

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

.chromestyle ul{
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color: #6699cc;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{/*
border-right: 2px solid #6699cc;*/
height: 20px;
color: #ffffff;
float: left;
/*display: inline;*/
margin: 0px;
}
.chromestyle ul li#left{
border-left: 2px solid #6699cc;
}

.chromestyle ul li a{
color: #6699cc;
padding: 10px 15px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
margin: 0px;
}

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


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

.dropmenudiv{
position:absolute;
margin: 0px;
color: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #ffffff;
z-index:100;
background-color: #6699cc;
width: 135px;
visibility: hidden;
}


.dropmenudiv a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #6699cc;
border-bottom: 1px solid #ffffff;
width: auto;
color: #ffffff;
display: block;
text-indent: 1px;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
margin: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100% !important;
color: #ffffff;
border-bottom: 1px solid #ffffff;
margin: 0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6699cc;
color: #ffffff;
text-decoration: underline;
margin: 0px;
}