/* Basic code - don't modify */
 
 #nav {
	display: block;
	padding: 0;
	position: relative;
	width: 894px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;	
	
	
	
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav ul ul {
	top: 0;
}
/* Essentials - configure this */


#nav ul ul {
	left: 20px;
}
/* Everything else is theming */
 
#nav {
	
	background-color: #000000;
	height: 20px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	
	color: white;
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li.hover a {
}
#nav ul {
	top: 20px;
	margin-left: -1px;
}
#nav ul li a {
	height: 20px;
}
#nav ul a.hover {
	background-color: #666633;
}
#nav ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 148px;
	
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
