.sitebg{
background-image: url(background.gif);
background-repeat: repeat-y;
background-position:center;
width: 944px;
margin: 0 auto;
}
.menu{
	position:relative;
	padding:0 0 0 0px;
	margin:0 auto 0 auto;
	height:65px;
	list-style:none;
	width:900px;
	background:none;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 0px;
}
.menu li a{
	float:left;
	display:block;
	color:#717171;
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:65px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 12px 0 0px;
}
.menu li.current a{
	color:#FFFFFF;
	background:url(img/l.gif) no-repeat;
	background-position:left;
	height:65px;
}
.menu li.current a b{
	color:#FFFFFF;
	background:url(img/r.gif) no-repeat;
	background-position:right;
	height:65px;
	line-height:32px;
}
.menu li a:hover{
	color:#000000;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
	height:65px;
}
.menu li a:hover b{
	color:#000000;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:65px;
}