body {
	margin-top: 0;
	margin-left: 0;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	width: 100px;
	color: #c0c0a0;
	font-family: Verdana; 
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background: #606040;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #c0c0a0;
	font-size: 12px;	
}
#nav li.current a {
	background: #606040;
	color: #c0c0a0;
	font-family: Verdana; 
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}
* html #nav a {
	width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
}
#nav ul li {
	border: 0 none transparent;
	border-bottom: .10em solid #c0c0a0;
	border-top: 0 none transparent;
	background-color: #606040;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	color: ##C29576;
	font-family: Verdana; 	
	margin-bottom: 0;
	margin-top: 0;
	width: 100px;
	text-align: left;
	line-height: 2;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav ul li a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0;
	color: #c0c0a0;
	font-family: Verdana; 	
	font-size: 12px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav ul li a:hover {
	display: block;
	background: #604020;
	text-decoration: none;
	padding-left: 0;
	color: #c0c0a0;
	font-family: Verdana; 	
	font-size: 12px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav ul li.current a {
	background-color: #606040;
	background-image: none;
	color: #c0c0a0;
	font-family: Verdana; 	
	font-size: 12px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#nav li:hover ul {
	display: block;
}
