.chromestyle{
width: 99%;
font-weight: bold;
z-index: 600;
}

.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%;
background-color:#5c5c5c;
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
padding: 4px 7px;
padding-top:0px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #929292; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
z-index:700;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
background-color:#dddddd;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #929292; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b1b1b1;
}
