
.chromestyle{
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: 0px solid #BBB;
width: 100%;
/*background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #494949;
padding: 0px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
FONT-SIZE: 11px;
width: 100%;
}

.chromestyle ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.chromestyle ul li a:hover{
	text-decoration: underline;
}

.chromestyle ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.chromestyle ul a:hover{
	text-decoration: underline;
}

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

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

.dropmenudiv{
	margin-left:99px;
	margin-top:-16px;
	padding: 0px;
	position:absolute;
	top: 0px;
	border: 0px; /*THEME CHANGE HERE*/
	z-index:100;
	width: 113px;
	visibility: hidden;
}


.dropmenudiv a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}


.dropmenudiv a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
}

