ul#nav, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:143px;
}
ul#nav li {
	position: relative;
	width:95px;
	float:left;
	display: block;
}

#nav li ul {
	position: absolute;
	margin-left:-999em;
	padding-left: 0px;
	display: block;
	height: auto;
	width: auto;
	top: 0px;
	background-image: url(navigation/trans.gif);
}
/* Styles for Menu Items */
ul#nav li a {
	text-decoration: none;
	color: #000; /* IE6 Bug */
	height:20px;
	width:105px;
	background-color: #FC0;
	padding-left: 35px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	position: relative;
	line-height: 20px;
	display: block;
	margin-bottom: 3px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FC0;
}
ul#nav a  {
	width:150px;
	w\idth:150px;
	display: block;
}

/* this sets all hovered lists */
#nav li:hover a,#nav li.over a {
	color: #fff;
	background-color: #666;
	background-image: url(navigation/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li:hover li a:hover,#nav li.over li a:hover {
	color: #000;
	background-color: #FC0;
	background-image: url(navigation/arrow_dn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
	color: #FFF;
	background-color: #666;
	width: 87px;
	left: 0px;
	padding-left: 8px;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0px;
	border: none;
	background-image: none;
}
#nav li:hover ul,#nav li.over ul {
	position: absolute;
	left: 143px;
	top: 0px;
	margin: 0px;
	padding: 0px;
} 

