
.menu-container {width:980px;
	height:39px;}


ul#topnav {
	text-align:justify;
	width: 931.9px;	
	margin: 0 auto;		
	padding: 0;
	float: left;	
	list-style: none;	
	font-size: 1.2em;
	background:#3E464D; /*url(../images/menubg.jpg) left top repeat-x;*/
	
	/*background:#163A52;  url(../images/topnav_stretch.gif) repeat-x;*/
}
ul#topnav li {
	/*padding: 0px;
	margin: 0px;
	display: inline;
*/
	float: left;
	margin: 0; padding: 0;
	border-right: 6px solid white;
}
ul#topnav li a {
	/*position: relative;
	float: left;
	width: 120px;
	display: block;	
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #333333;	
	font-weight: bold;
	*/
	padding: 10px 15px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font:bold 18px gothic, times, Helvetica, sans-serif;
	/* background: #0C2633;*/
	
}
ul#topnav li a:hover{
	color: white;
	background:#9B3838;
	opacity:.95;
	}
ul#topnav li:hover {
	/*  background:#31546A url(images/topnav_active.gif) repeat-x;*/
	  color: #E6E9F0;
	  background:#9B3838;
}
ul#topnav li span {
	float: left;
	padding-top: 15px;	
	position: absolute;
	left:0; top:40px;
	display: none;
	width: 920px;
	background:#9B3838;/*url(images/topnav_active.gif) repeat-x;*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index:10px;
	height: 50px;
	opacity:.95;
	
}
ul#topnav li span p{
	float: left;
	padding-top: 15px;	
	position: absolute;
	left: 0; top:35px;
	display: block;
	width: 920px;
	background:#9B3838;/*url(images/topnav_active.gif) repeat-x;*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index:10px;
	height: 65px;
	opacity:.95;
}
ul#topnav li:hover span { display: block;
color: #fff;
background: maroon; #EF9024;#31546A;
padding-left: 10px;

}
ul#topnav li span a { 
	display: inline; 
	color: #E6E9F0;
	font:bold 14px gothic, times, Helvetica, sans-serif;
	}
ul#topnav li span a:hover {
	text-decoration: underline;
	color: #E6E9F0;
		}

.menuzone {
	width:920px;
	/*height:39px;
	background:url(../images/menubg.jpg) left top repeat-x;*/
	margin:0px auto;
}

.mainmenu {
	text-align:center;
	position:absolute;
	/*z-index: -10px;
	padding:10px 10px 5px 0px;*/
}
.container {
	width:920px;
	/* background:url(../images/container.jpg) left top no-repeat;*/
	text-align:justify;
	/*padding:0px 4px;
	/*margin:0px auto;*/
}
