a.cs:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a.cs:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a.cs:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a.cs:active {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a.cs:visited:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.chromestyle {
font: bold 12px Arial, Helvetica, sans-serif;
width: 100%;
}

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

.chromestyle ul{
border: 1px hidden;
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"*/
font-weight: 100;
letter-spacing:0.2;
}

.chromestyle ul li{
display: inline;
}

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

.chromestyle ul li a:hover{
background: url(chromebg-over5.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(arrow_down.gif);
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px hidden; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color:#000080;
width: 110px;
visibility: hidden;
font-weight: bold;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999,direction=30,strength=1); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border: 1px hidden; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: white;
link: #0C0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #228b22;
color: white;
font-weight: bold;
}