.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 c{
	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 c d{
	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:35px;
}
.menu li.current1 a{
	color:#f1f1f1;
	background:url(img/l_end.gif) no-repeat;
	background-position:left;
	height:65px;
}
.menu li.current1 a b{
	color:#f1f1f1;
	text-shadow: 1px 1px 1px #000;
	background:url(img/r_end.gif) no-repeat;
	background-position:right;
	height:65px;
	line-height:27px;
}
.menu li.current a:hover{
	color:#000000;
	text-shadow: none;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:32px;
	height:65px;
}
.menu li.current a:hover b{
	color:#000000;
	text-shadow: none;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:65px;
	line-height:32px;
}
.menu li.current1 a:hover{
	color:#000000;
	text-shadow: none;
	background:url(img/menu_hover_left_small.gif) no-repeat;
	background-position:left;
	line-height:25px;
	height:65px;
}
.menu li.current1 a:hover b{
	color:#000000;
	text-shadow: none;
	background:url(img/menu_hover_right_small.gif) no-repeat;
	background-position:right;
	height:65px;
	line-height:25px;
}

