﻿.chromestyle{
color:white;
width: 100%;
font-size:13pt;
}

.chromestyle a:hover{
font-weight:normal;
}

.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 #000000;
background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px;
margin: 0;
line-height: 100%;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #999999; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
color:white;
position:absolute;
top: 0;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11pt Franklin Gothic Book;
line-height:24px;
z-index:100;
background-color: #800000;
width: 175px;
text-align: left;
visibility: hidden;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
font-weight:normal;
}