.chromestyle {
	font-weight: bold; 
	font-size : 12pt;
	color: white; 
}

.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 solid #BBB; */
	width: 100%;
	background-color : #1f5183; 
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;

}

.chromestyle ul li a{
	color: white; 
	padding: 8px 21px;
	margin: 0;
	text-decoration: none;
	background-color : #1f5183; 
	/* border-right: 1px solid #1f5183; */
}

.chromestyle ul li a:hover {
	background-color : #d90f0f;

	font-weight: bold; 
	font-size : 10pt;
}

/* ,a:active, a:visited  */

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: ""; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #1f5183; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 20pt;
	line-height:20px;
	z-index:2;
	background-color: #1f5183;
	width: 150px; 
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #1f5183;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #d90f0f;
}








