﻿
#Head_3 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	float: none;
	line-height: 32px;
	margin-top: 2px;
	font-size: 13px;
	text-indent: 0px;
	overflow: hidden;
}
#menu_ul {
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_body.gif);
	background-repeat: repeat-x;
	line-height: 32px;
	height: 32px;
}
.munu_left {
	background-image: url(images/menu_left.gif);
	float: left;
	height: 32px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
}
.munu_body {
	background-image: url(images/menu_body.gif);
	background-repeat: repeat-x;
	float: left;
	height: 32px;
	text-align:center;
	width: 78px;
	list-style-type: none;
}
.munu_body a:link ,.munu_body a:visited,.munu_body a{
	background-image: url(images/menu_a_link.gif);
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 79px;
	color: #FFF;
	font-size: 13px;
}

.munu_body a:hover {
	background-image: url(images/menu_a_hove.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 32px;
	float: left;
	height: 32px;
	width: 79px;
	color: #FF0;
	font-weight: normal;
	font-size: 14px;
}



.munu_right {
	float: right;
	height: 32px;
	width: 7px;
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}


