 
                                                     
#Nav{
	position: relative;
	width: 770px;
	background-color: #8A7B67;
	height: 30px;
	z-index: 1000;
}

.linkContainerFirst{
	float: left;
	border-right: 2px solid #ffffff;
	width: 128px;
	height: 22px;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	color: #ffffff;
}

.linkContainerFirst a {
	text-decoration: none;
	color: #ffffff;
}

.linkContainer{
	float: left;
	border-right: 2px solid #ffffff;
	width: 128px;
	height: 22px;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	color: #ffffff;
}

.linkContainer a {
	text-decoration: none;
	color: #ffffff;
}

.linkContainerRelated{
	float: left;
	border-right: 2px solid #ffffff;
	width: 128px;
	height: 22px;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	color: #ffffff;
}

.linkContainerRelated a {
	text-decoration: none;
	color: #ffffff;
}

.linkContainerShow{
	float: left;
	border-right: 2px solid #ffffff;
	width: 128px;
	height: 22px;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	color: #ffffff;
}

.linkContainerShow a {
	text-decoration: none;
	color: #ffffff;
}

.linkContainerLast{
	float: left;
	width: 120px;
	height: 22px;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	color: #ffffff;
}

.linkContainerLast a {
	text-decoration: none;
	color: #ffffff;
}


#relatedLinks, #relatedLinks ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

#relatedLinks a {
	display: block;
	width: 128px;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}


#relatedLinks li { /* all list items */
	float: left;
	width: 225px; /* width needed or else Opera goes nuts */
	height: auto; /*controls height of items in drop down menu */
	text-align: left;
	background-color: transparent;
}


* html #relatedLinks li { /* all list items */
	float: left;
	width: 110px; /* width needed or else Opera goes nuts */
	height: auto; /*controls height of items in drop down menu */
	text-align: left;
	background-color: transparent;
}

#relatedLinks li li a{ 
	display: block; 
	width: 225px;
	padding: 5px;
	text-align: left;
	color: #8A7B67;
	background-color: #D5D1C3;
	border-bottom: 1px solid #ffffff;
}

#relatedLinks li ul { /* second-level lists */
	position: absolute;
	background: #D5D1C3;
	width: 225px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#relatedLinks li:hover ul, #relatedLinks li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align: left;
}
