#navbg{
	background: url(../img/menubg.gif);
	width: 760px;
	height: 35px;
	position: absolute;
	top: 50px;
}

#nav{
	position: absolute;
	top: 38px;
	}

#nav ul{
	position: absolute;
	top: 15px;
	left: 40px;
	width: 680px;
	margin: 0;
	list-style-type: none;
	padding: 0;
	}

#nav ul li{
	background: url(../img/menusep.gif) no-repeat;
	float: left;
	font-size: 13px;
	padding: 8px 15px 0 15px;
	height: 24px;
	}

#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	}

#nav a:hover {
	text-decoration: underline;
	}

#active a:link, #active a:visited, #active a:hover {
	/*background: url(../img/menu_active.gif) no-repeat;*/
	text-decoration: underline;
	}
