#navbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 256px;
	clear: right;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	padding-top: 8px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #bad700;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
}

#nav a:hover  {
	color: #FFFFFF;
	background-image: url(../images/bg_button02.gif);
	background-color: #6E2302;
	background-repeat: repeat-x;
	background-position: top;
}

.activesite  {
		
	display: block;
	padding-top: 8px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #6E2302;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(../images/bg_button02.gif);
	background-repeat: repeat-x;
	
	
}


#nav li { /* all list items */
	float: left;
	---width: 10em; /* width needed or else Opera goes nuts */
	width: 140px; 
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 150;
	
}

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

