.menu {
	width:auto;
	margin: 0px;
	padding: 0px;
	
}

.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
}

.menu li {
	float:left;
	width:120px;
	position:relative;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}
.menu a:link {
	display:block;
	text-decoration:none;
	color:#fff;
	height:31px;
	line-height:34px;
	text-align: center;
	outline:none;
	font-weight:bold;
}
.menu a:hover {
	text-decoration:none;
	color:#fff;
	background-repeat: repeat-x;
	background-image: url(../images/button-actve.jpg);
	outline:none;
}
.menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	height:31px;
	line-height:34px;
	text-align: center;
	outline:none;
	font-weight:bold;
}


#active A {
	display:block;
	text-decoration:none;
	color:#fff;
	height:31px;
	line-height:34px;
	text-align: center;
	outline:none;
	background-image: url(../images/button-actve.png);
	background-repeat: repeat-x;
	font-weight:bold;
}
#MainNavi {
	background-image: url(../images/navibgrd1.png);
	background-repeat: no-repeat;
	float: left;
	width: 972px;
}

