#nav, #nav ul {
	width: 820px;
	list-style: none;
	padding-right: 0;
	margin-right: 0;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
}

#nav, #nav ul.main {
	width: 900px;
	list-style: none;
	padding-right: 0;
	margin-right: 0;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	margin-bottom: 0px;
}

#nav a {
	font-size:13px;
	display: block;
	line-height:40px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

#nav a .last {
	margin-right: 0;
}


#nav li {
	float: left;
	background: #D5AB56;
	height: 40px;
	border-left: 1px solid #ECD9B3;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	z-index: 100;
}

/* the hover link in the dropdown */
#nav li li {
	width:300px;
	background: none;
	height: 40px;
	line-height: 30px;
}


#nav li ul a {
	width: auto;
	display:block;
	width:300px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* hover - white corners - text */
#nav li:hover a, #nav li.sfhover a {
	color: #000000;
	display:block;
}

/* hover - white corners */
#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
}

#nav li:hover .top_link, #nav li.sfhover .top_link {
	background: #FFFFFF;
}

/* takes away background top thing for the drop downs... */
.top_link {
	background: #D5AB56;
	display:block;
	padding-left: 12px!important;
	padding-right: 12px!important;
}	

.top_link:hover {
	background: #FFFFFF;
	display:block;
	
}

.margin-right-17 {
	margin-right: 12px;
}


#uniquename {}

#nav li .test a {
	font-size: 11px;
	font-weight: normal;
	color: #9AB6C5;
	}