/* -- navigation --*/
#navcontainer{
	position:relative;
	height:43px;
	color:#E0E0E0;
	padding-left:38px;
	top: 25px;
	background-image: url(../webMedia/images/navBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav{
	position:relative;
	height:43px;
	width:870px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../webMedia/images/navBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#nav ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#nav ul li a:hover{color:#fff;}
#nav ul li a:hover span{display:block;cursor:pointer;}
#nav ul li a.current,#nav ul li a.current:hover{
	color:#894d12;
	background-color: transparent;
	background-image: url(../webMedia/images/navLeft-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li a.current span{
	height:43px;
	background-color: transparent;
	background-image: url(../webMedia/images/navRight-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footerNav {
	padding: 30px 0px 0px 0px;
	width:670px;
}  
.footerNav a:link, a:visited, a:active {
	text-decoration:none;
	color:#666;
	font-size:12px
}    
.footerNav a:hover {
	text-decoration:underline;
}