.chromestyle{
width: 100%;
font-weight: bold;
width: 1050px;
background: url(navigation_bar.gif) center center repeat-x;
}

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

/* Header image */
.chromestyle ul{
border: 0px solid #BBB; /* Border of entire menu bar */
width: 100%;
/*background: url(chromebg5.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.bgimage {
border: 0px solid #BBB; /* Border of entire menu bar */
width: 100px;
height: 20px;
/* background: url(chromebg5-bga.gif) center center no-repeat; First image of menu -- THEME CHANGE HERE*/
padding: 5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.li {
width: 100px;
padding: 4px 20;
margin: 20;
text-align: center; /*set value to "left", "center", or "right"*/
}

.z-index {
z-index:500;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFCC66;
font-weight: bold;
font-family: Arial, Verdana;
font-size: 14px;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*Border between menu titles -- THEME CHANGE HERE*/
}

/* Header image mouseover */
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #FFCC66;
height: 27px;
padding: 4px 10px;
margin: 0;
text-decoration: none;
background: url(chromebg5-bgb.gif) center center repeat-x; /* Second image of menu -- THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial, Verdana;
font-size: 12px;
line-height: 18px;
z-index: 500;
background-color: white;
visibility: hidden;
}

/* Drop down image */
.dropmenudiv a{
color: #FFCC66;
width: 100%;
display: block;
text-indent: 10px;
border: 1px solid #000; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0px;
text-decoration: none;
font-weight: bold;
background: url(chromebg5-overa.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* Drop down image mouseover */
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFCC66;
width: 100%;
text-decoration: none;
background: url(chromebg5-overb.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* Navigation Bar A */
a:link { color: #FFCC66; font-weight: bold; text-decoration: none; }
a:active { color: #FFCC66; font-weight: bold; text-decoration: none; }
a:visited { color: #FFCC66; font-weight: bold; text-decoration: none; }
a:hover { color: #FFCC66; font-weight: bold; text-decoration: none; font-style: bold; }

/* Navigation Bar Class A */
.a:link { color: #FFCC66; font-weight: bold; text-decoration: none; }
.a:active { color: #FFCC66; font-weight: bold; text-decoration: none; }
.a:visited { color: #FFCC66; font-weight: bold; text-decoration: none; }
.a:hover { color: #FFCC66; font-weight: bold; text-decoration: none; font-style: bold; }

.a10:link { color: #000; font-weight: bold; text-decoration: none; }
.a10:active { color: #000; font-weight: bold; text-decoration: none; }
.a10:visited { color: #000; font-weight: bold; text-decoration: none; }
.a10:hover { color: #000; font-weight: bold; text-decoration: underline; font-style: bold; }












