.fixed_menu{
	width:996px;
	margin:auto;
}
ul.menu_top{
	height:36px;
	margin:8px 0px;
	float:left;
}
ul.menu_top li{
	display:inline;
	float:left;
	position:relative;
	height:36px;
	z-index:99999;
	padding:0px 2px;
}

ul.menu_top a{
	float:left;
	color:#1d1c1c;
	height:36px;	
	line-height:36px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:4px;
	float:left;
}
ul.menu_top a span{
	float:left;
	height:36px;	
	line-height:36px;
	padding:0px 14px 0px 11px;
}
ul.menu_top a:hover,ul.menu_top a.active,ul.menu_top a.active1 {
	color:#fff;
	text-decoration:none;
	background:url(../images/menu_left.jpg) no-repeat left top;
}
ul.menu_top a:hover span,ul.menu_top a.active span,ul.menu_top a.active1 span {
	background:url(../images/menu_right.jpg) no-repeat right top;
}

.menu_top ul{
	left:0px;
	position:absolute;
	top:36px;
	width:193px;
	display:none;
	z-index:99999;
	padding-top:6px;
}
.menu_top ul li{
	width:193px;
	height:auto;
	background:#006c41;
	position:relative;
	margin-top:1px;
}
.menu_top li ul a{
	float:left;
	width:165px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:6px 6px 6px 20px;
	height:auto;
	text-transform:none;
	line-height:normal;
	background:url(../images/menu_sup_icon.jpg) no-repeat 10px 10px;
	margin-left:1px;
}
.menu_top li ul a:hover,.menu_top li ul a.active{
	text-decoration:none;
	color:#023f05;
	font-weight:bold;
	background:url(../images/menu_sup_icon.jpg) no-repeat 10px 10px;
}

.menu_top ul ul{
	top:auto;
	left:193px;
}	
/*===================================================*/
.menu_footer{
	height:35px;
	margin-bottom:22px;
	margin-top:1px;
}
.menu_footer li{
	float:left;
	margin:0px 3px;
}
.menu_footer li a{
	float:left;
	height:35px;
	line-height:35px;
	color:#181515;
	font-size:12px;
	text-transform:uppercase;
	padding-left:5px;
}
.menu_footer li a span{
	float:left;
	height:35px;
	line-height:35px;
	padding:0px 11px 0px 6px;
	_padding:0px 8px 0px 3px;
}
.menu_footer li a.active,.menu_footer li a:hover{
	background:url(../images/footer_left.jpg) no-repeat left top;
}
.menu_footer li a.active span,.menu_footer li a:hover span{
	background:url(../images/footer_right.jpg) no-repeat right top;
}
/*===============================================================================================*/
