#navcont {
	margin-left: 0;
}

#nav {
	background: url('../images/nav/nav_bg.png') repeat-x;
	width: 945px;
	height: 30px;
	margin-top: 0px;
	list-style: none;
	float: left;
	}

#nav li {
	float: left;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	line-height: 30px;
	height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url('images/nav/nav_bg.gif') repeat-x;
	width: 189px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
}

#nav a:hover, #nav a:active {
	color: #e02000 ;
	font-weight: bold;
	border-style: none;
}


#navba {
	background: url('../images/nav/nav_bg.png') repeat-x;
	width: 945px;
	height: 20px;
	list-style: none;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
}

#navba li {
	float: left;
}
	
#navba a:link, #navba a:visited {
	float: left;
	line-height: 20px;
	height: 20px;
	display: block;
	color: #f3d49c;
	text-decoration: none;
	background: url('images/nav/nav_bg.gif') repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
}

#navba a:hover, #navba a:active {
	color: #e02000 ;
/*	background: #e02000 url('images/nav/nav_hover.png') repeat-x;*/
	}


