#menu {
	height: 27px;
	background: url(../images/menu/bg_level1.jpg) no-repeat center;
	margin-left:-15px;
	margin-top:-5px;
	width:910px;
}
#menu li{
	list-style: none;
	float: left;

}
#menu a{
	color: #58544A;
	background: url(../images/menu/spacer.gif) no-repeat  right center;
	text-decoration: none;
	font-family:  "Times New Roman";
	font-size: 11 px;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	padding-right: 10px;
	padding-left: 9px;
	height:27px;
	margin-right: 1px;
	padding-top: 6px;
	font-size:12px;
}
#menu a:hover, #menu .on{
	color: #000000;
	}
#menusub {
	height: 27px;
	background: url(../images/menu/menusub_bg.jpg) repeat-x top;
	margin-left:8px;
	width:864px;
}
#menusub li{
	list-style: none;
	float: left;

}
#menusub a{
	color: #4B473F;
	text-decoration: none;
	font: 10px "Arial";
	text-transform:uppercase;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	height:27px;
	margin-top: 6px;
}
#menusub a:hover, #menusub .on{
	color: #000000;
}
#menusub .sep {
	display: block;
	height: 30px;
	margin-top: 4px;
}