/* Basic code - don't modify */

#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li {
	display: block;
/*	list-style: none;*/
/*	list-style-image: url(for5.gif);*/
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 150px;

}

#nav a {
	display: block;
}

#nav ul {
	display: none;
	position: absolute;
/*	left: 0;*/
	top: 0;
	left: 2;
	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;
}

#nav ul ul {
	top: 0;
}

/* Essentials - configure this */

#nav ul {
/*	width: 130px;*/
/*	width: 230px;*/
	left: 150;
	list-style: disc;
}

#nav ul ul {
	margin-top: -20px;
	left: 160px;
}

/* Everything else is theming */

#nav {
/*	background-color: #30A8C3;*/
	background-color: #d6c7b7;
/*	height: 20px;*/
	height: 14px;*/
}

#nav *:hover {
	background-color: none;
}

#nav a {
/*	border-right: 1px solid white;*/
	color: white;
	font-size: 10pt;
	padding: 3px;
	line-height: 1;
	color:#000000;
}

#nav li.hover a {
/*	background-color: #5E5A5A;*/
	background-color: #a48565;
	color:#ffffff;
}

#nav ul {
/*	top: 25px;*/
	top: 0px;
}

#nav ul li a {
/*	background-color: #5E5A5A;*/
	background-color: #a48565;
	color:#ffffff;
}

#nav ul a.hover {
/*	background-color: #30A8C3;*/
	background-color: #d6c7b7;
	color:#000000;
}

#nav ul a {
/*	border-bottom: 1px solid white;*/
	border-right: none;
/*	opacity: 0.9;
	filter: alpha(opacity=80);*/
/*	width: 200px;*/
	width: 220px;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

