.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}





.chromestyle ul{
/* border: 1px solid #000000;
background-color: #222222;
width: 100%; */
/* background: url(chromebg2.gif) center center repeat-x; THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline; /* this makes the list items not display as a list but rather ... inline */
}

.chromestyle ul li a{

font:normal 13px Century Gothic, Helvetica, Verdana;
 padding: 0px 0px;
/* margin: 0; */
text-decoration: none;
color: #BBBBBB;
/* border-right: 1px solid #000000; THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #FFFFFF;
background-color: #333333;
/* background: url(chromebg2-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}






/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align: left;
position:absolute;
top: 0;
border: 1px solid #444444; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px  Century Gothic, Helvetica, Verdana;
line-height:14px;
z-index:10000;
background-color: #333333;
width: 325px;
visibility: hidden;
}

.dropmenudiv td{
font:normal 12px Century Gothic, Helvetica, Verdana;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #CCCCCC;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #000000;
}