#homeLink {
	float: right;
	margin: 3px 0 0 0;
	position: relative;
	left: -1px;
}
#navWrap {
	background: transparent url(../images/nav.gif) repeat bottom left;
/*	width: 665px;*/
	min-height: 44px;
	margin-bottom: 5px;
	float: right;
}
#mainNav {
	line-height: 20px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #670E28; 
}
#mainNav li {
	float: left;
	width: 95px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
#mainNav li a, .nav-layer a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#mainNav li a {
	background: url(../images/nav-main.gif) no-repeat center left;
}
#mainNav li.last a {
	background-image: url(../images/nav-main-last.gif);
}
#mainNav li.first a {
	background-image: url(../images/nav-main-first.gif);
}
#mainNav li a.main-active, #mainNav li a:hover {
	background: url(../images/nav-main-active.gif) no-repeat center left;	
}
.nav-layer {
	overflow: hidden;
	height: 19px;
	line-height: 19px;
	clear: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-layer li {
	white-space: nowrap;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 3px;
	text-align: left;
}
.nav-layer li.act, .nav-layer li:hover {
	background: url(../images/nav-sub-left.gif) no-repeat left 2px;
}
.nav-layer li a {
	padding: 0 10px 0 7px;
	margin-top: 1px;
}
.nav-layer li a span { position: relative; top: -2px; }
.nav-layer li a:hover, .nav-layer li a:focus, .nav-layer a.sub-active, .nav-layer li:hover a {
	background: #670e28 url(../images/nav-sub-right.gif) no-repeat top right;
}

