	.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{
		width: 100%; /*THEME CHANGE HERE*/
		padding: 0px;
		margin: 0;
		text-align: left; /*set value to "left", "center", or "right"*/
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	.chromestyle ul li{
	display: inline;
	}
	
	.chromestyle ul li a{
		color: #666666;
		margin: 0;
		text-decoration: none;
		padding: 5px;
	}
	
	.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
		background-repeat: repeat-x;
		background-position: center center;
	}
	
	/* ######### Style for Drop Down Menu ######### */
	
	.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:30px;

	
	
	
	
	font weight: bold;
	z-index:100;
	width: 289px;
	visibility: hidden;
	background-image: url(webimages/menu.gif);
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 0px;
	padding-left: 10px;
	height: 312px;
	color: #666666;
	}
	
	
	.dropmenudiv a{
	width: inherit;
	display: block;
	border-bottom: 1px solid #666666; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #666666;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #CC0000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	}
.BOT-LINKS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}.div {
	float: left;
	width: 450px;
	z-index: auto;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 350px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
.div-l-c {

	float: left;
	width: 450px;
	z-index: auto;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
