.chromestyle{
width: 100%;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
color: #FFFFFF;
text-decoration: none;
visibility: hidden;
}

/*MAIN NAV POSITIONING*/
.chromestyle ul{
border: 0px;
width: 100%;
color: #FFFFFF;
text-decoration: none;
padding: 14px 0 0 19px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #0099CC;
text-decoration: none;
}

/*controls main menu*/
.chromestyle ul li a{
color: #0099CC;
padding: 6px 29px;
margin: 0;
text-decoration: none;
border-right: 0px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #0099CC;
text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-left: 25px;
top: 0px;
padding: 3px 0px 5px;
border: 1px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 11px Verdana;
line-height:20px;
z-index:100px;
background-color: #0280d7;
width: 20px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0099ff;
color: #0099CC;
text-decoration: none;
}

.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
	color: #0099CC;
}
.nav a:active {
	text-decoration: none;
	color: #0099CC;
}