.chromestyle{
width: 99%;
font:normal 13px 'Trebuchet MS';
font-weight: bold;
text-align: left; /*set value to "left", "center", or "right"*/
}

.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 #BBB;
width: 100%;
/*background: url(chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #DADADA;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url('chromebg-over2.jpg') repeat-x center; /*THEME CHANGE HERE*/*/
/*background: url('chromebg-over.gif') repeat-x center; /*THEME CHANGE HERE*/*/
color: #fff
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Trebuchet MS
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: #222;black;
text-align: left; /*set value to "left", "center", or "right"*/
width: 150px; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url('chromebg-over.gif') repeat-x center; /*THEME CHANGE HERE*/
/*background-color: lightcyan;*/
color: #000
}

/* link styles */
.pagenav{
}
.pagenav a:link{
color: #0E78B2;
text-decoration: none;
}
.pagenav a:visited{
color: #0E78B2;
text-decoration: none;
}
.pagenav a:hover{
color: blue;
text-decoration: none;
}
.pagenav a:active{
color: #0E78B2;
text-decoration: none;
}

.topsitenav{
}
.topsitenav a:link{
color: #808080; 
text-decoration: none;
}
.topsitenav a:visited{
color: #808080; 
text-decoration: none;
}
.topsitenav a:hover{
color: white; 
text-decoration: none;
}
.topsitenav a:active{
color: lightblue; 
text-decoration: none;
}