body,td,th {
	font-family: "Function", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 19px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B21B34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B21B34;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.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 #333;
width: 100%;
background-color: transparent; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color: transparent; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0px;
line-height:22px;
z-index:100;
background-color: transparent;
width: 173px;
visibility: hidden;
margin-top: 5px;
margin-left: -15px;
}


.dropmenudiv a{
width: 100%;
display: block;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
text-decoration: none;
font-weight: bold;
color: #333;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DFE395;
}