.Headerx {
	background-color: #fff;
	background-image: url(images/fade7b10.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
}


div#mainheadn {
	border: solid; 
	border-top-width: 0px; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px; 
	background-color: #fff; 
	width: 960px;
/*	height: 600px; */
}

div#test {

	border: solid; 
	border-color: #002200;
	border-top-width: 0px; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-left: 0px; 
	margin-right: 0px;
	background-color: #000000; 
	height: 134px;
	width: 100%;
}

div#navcontainer {
	background-color: #000000;
	border: solid; 
	border-top-width: 0px; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	background-image: url(images/navbar4.png); 
	background-repeat:no-repeat; 
	height: 40px;
	width: 960px;
} 

div#navcontainer {
	overflow: hidden;
	display: inline-block;

}


ul#navlist {	
	display: block;
	font-size: 155%;
	padding: 0;
	margin: 0;
	float: left;
}


ul#navlist li {
	display: block;
	float: left;

}


ul#navlist li a{
	display: block;	
	float: left; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
/*	color: #009AED; */
	color: #B7CEEC; 
	border-right: 1px solid #800517;
	height: 40px;
	white-space: nowrap;
	
}

ul#navlist li.multiline a{
	padding-top: 2px; 
	font-size: 95%;
	line-height: 95%;
	
}


ul#navlist li a:hover{
	background-image: url(images/navbarhighlight4.png);
	color: #fff;
	width: auto;
	background-repeat: repeat;
}

ul#navlist li a.active {
	color: #F8FABB;
/*	color: #CFECEC; */
	font-weight: 550;
}