
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#nav li li a {border-right:none; color:#036; background:none; }
	
#nav li li a:hover {text-decoration:underline; color:#333; background:none; }


#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url() bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

#nav li li {background:none; display:block; float:none; padding:3px 0; border-right: none; height:auto; }

#nav li:hover ul, li.over ul {
	display: block;
}