body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
a {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
form{
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	float:left;
	margin: 0px;
	margin-left:20px;
	list-style: none;
	background: none;	
	padding: 0px;
}

#nav a { text-decoration:none; color:#FFF; width:107px; height:39px; display:block; line-height:39px; text-align:center;}
#nav a:hover {  background-image:url(images/nav_hover.jpg); background-repeat:no-repeat; font-weight:bold; text-shadow:#333 1px 1px;}

#nei ul li {
	background-image: url(images/li_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#nei a {
	text-decoration:none;
	color:#444;
	width:199px;
	height:35px;
	display:block;
	line-height:35px;
	text-align:center;
	
}
#nei a:hover {
	background-repeat:no-repeat;
	font-weight:bold;
	background-color: #a6a6a6;
	color: #FFF;
}
ul li {
	background-image: url(images/new_li_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
}