

.chromestyle{
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold; 
	background-color:#FFFFFF;
	}

.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/menu_bg.gif) repeat-x; /*THEME CHANGE HERE*/
	padding:4px 0;
	margin:0;
	height:37px;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #494949;
	padding:5px 25px;
	margin: 0;
	text-decoration: none;
	background-image:url(images/border.gif); /*THEME CHANGE HERE*/
	background-position:right;
	background-repeat:no-repeat;
	height:45px;
}

.chromestyle ul li a:hover{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #FFFFFF ;
	background-color:#333333;/*THEME CHANGE HERE*/
	}

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


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

.dropmenudiv{
	position:absolute;
	top: 30px;
	border: 1px solid #DFDFDF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	z-index:100;
	width:150px;
	visibility: hidden;
	}


.dropmenudiv a{ 
	background-color:#EEF0F0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	display: block;
	text-indent:3px;
	border-bottom: 1px dashed #DDDDDD; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#003366;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#222;
	}