.chromestyle{
	width: 799px;
}

#chromemenu {
	margin: 0px;
}

#chromemenu a:hover{
	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{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.chromestyle ul li{
	display: inline;
	float: left;
}

.chromestyle ul li a{
	margin: 0;
}

.chromestyle ul li a:hover{
	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*/
}


/* */
.dropmenudiv5{
	position:absolute;
	top: 2px;
	border-bottom-width: 0;
	z-index:100;
	background-color: #124187;
	width: 145px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv5 a{
	color: #FFFFFF;

	width: auto;
	display: block;
	text-indent: 0px;
	padding: 5px;
	width: 140px;	
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #5A9ACA;	
}

* html .dropmenudiv5 a{ /*IE only hack*/
	width: 100%;
	color: #FFFFFF;
	font-weight:bold;
}

.dropmenudiv5 a:hover{ /*THEME CHANGE HERE*/
	background-color: #5A9ACA;
	color: #FFFFFF;
	text-decoration: none;
}
/* */