.chromestyle{
width: 100%;
/* font-weight: bold; */
}

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


.chromestyle ul{
border: 0px solid #555555;
background-color: #111111;
/*width: 99%;*/
background: url(tile_back.gif) 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 18px Century Gothic, Helvetica, Verdana;
 padding: 0px 0px;
margin: 0; text-align:center
text-decoration: none;
color: #BBBBBB;
/* border-right: 1px solid #000000; THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #999999;
background-color: #111111;
width: 99%;
background: url(tile_back.gif)repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
border: none 
/* 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 #41363C; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 14px  Century Gothic, Helvetica, Verdana;
line-height:16px;
z-index:75;
background-color: #111111;
background: url(tile_back2.gif) repeat; /*THEME CHANGE HERE*/
width: 75px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv td{
font:normal 12px Century Gothic, Helvetica, Verdana;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid #999999; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: #CCCCCC;
}

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