

body{
	
	background-image:url(images/bground.jpg);
	color:#000;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
#menu{
	width:100%;
	margin:6px;
	border-style:solid;
border-width:1px;color:#CCC;
	height:35px;
	outline-width:thin;
	background-position:center;
	margin-left:1px;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 2px;
}
#menu li a{
	display:block;
	float:left;
	height:30px;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background-color:#6f96d1;
	line-height:35px;
	padding:0 0 0 30px;
	text-decoration:none;
	width:100%;

}
#menu li a span{
	display:block;
	float:left;
	background-color:#97b829;
	height:30px;
	color:#000000;
	line-height:66px;
	padding:0 18px 0 8px;
}
#menu li a:hover{
	display:block;
	float:left;
	background-color:#9C3;
	height:30px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background-color:#9C3;
	color:#fff;
	height:30px;
}
#menu li a.current{
	display:block;
	float:left;
	height:30px;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background-color:#9C3;
	line-height:36px;
	padding:0 0 0 9px;
	text-decoration:none;
	
	
}
#menu li a.current span{
	display:block;
	float:left;
	background-color:#000;
	height:35px;
	color:#fff;
	line-height:36px;
	padding:0 18px 0 8px;
	
}

/* Remove all margin and padding from the unordered list in the main menu. */ 

#main-menu ul {
margin: 0px;
padding: 0px;
margin-left:-13px;
width:890px;
background-image:url("images/topbanner.jpg"); 
border:none;
height:27px;
font:normal 12px/24px Arial, Helvetica, sans-serif;
text-align:center; font-size:15px; font-style: normal;
font-size:15px;
font-weight: bold; 

border-style:solid;
border-width:0px;
color:#93bde5;
margin-top:-15px;
} 
/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */ 

#main-menu li {
list-style-type: none; 
display: inline;
margin: 0 5px 0 5px; 


}

/* Links within each list item will appear with white text and the text will not be underlined. */ 

#main-menu li a {
color: #720239;
text-decoration: none;
}

/* When the mouse hovers over a link, it will appear with brownish yellow text and the text will be underlined. Any links with a class of active will also appear the same way. */ 

#main-menu li a.active, #main-menu a:hover {
text-decoration: underline;
	/*background-image:url("images/topmenu2.jpg"); */
}
#h6 {
	background-color:#000;
	color:#000;
	}
	
	/* end old Menu bar ---------------------------------------------*/
	#main-menu{padding:25px 15px 0 15px;
	         /* background-image:url("images/topbanner.jpg"); /*
	           
	           }

ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#bfd17d;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#bfd17d;}
ul#simple-menu li a.current{color:#2E4560;background:#fff;}
ul#simple-menu li a.current:hover{color:#2E4560;background:#fff;}