.chromestyle{
width: 99%;
font-size:12px;
font-weight: bolder;
font: serif, "Agency FB";
}
.chromestyle a:link {
color: #444444;
text-decoration:none;
}
.chromestyle a:visited {
color: #444444;
text-decoration:none;
}
.chromestyle a:active {
color: #444444;
text-decoration:none;
}
.chromestyle a:hover {
color: #CC0000;
text-decoration:none;
}

.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;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #444444;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:Arial bolder;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 120px;
visibility: hidden;
color:#FFFFFF;
background: transparent url(images/overlay_red.png) center center repeat;
}

.dropmenudiv a:link {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
font-size:11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
font-size:11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.dropmenudiv a:active {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
font-size:11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.dropmenudiv a:hover {
background-color: #F0F0F0;
font-size:12px;
color: #FF0000;
}
