#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav li {
	float: left;
	width: 150px;
}

#nav ul {
	position: absolute;
	width: 120px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
	margin-left: 140px;
	margin-top: -35px;
}

#nav a {
	display: block;
} 

li.top {
	border-bottom: dotted 1px #000;
}
	
a.top, a.top:visited, a.top:hover, .top {
	font-size: 18px;
	color: #1b28bc;
	font-weight: bold;
	height: 35px;
	font-family: arial;
	margin-top: 10px;
	text-decoration: none;
}

a.sub, a.sub:visited, .sub {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #1b28bc;
	font-weight: bold;
	padding: 3px;
	background: #DDD;
	text-decoration: none;
	border: none;
}

a.sub:hover {
	background: #A9D5EB;
	color: #1b28bc;
}