#nav {
	width: 720px;
	background: url(../img/skin/bkg_nav.gif) no-repeat;
	height: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 0px 12px;
}
#nav a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#nav a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}#nav li {
	display: inline;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}

/*more info nav */
#navinfo {
	width: 720px;
	background: url(../img/skin/bkg_nav.gif) no-repeat;
	height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 0px 12px;
}
#navinfo a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navinfo a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navinfo a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navinfo a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navinfo li {
	display: inline;
}
#navinfo ul {
	margin: 0px;
	padding: 0px;
}
/*more info nav end*/

