a:link {
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18px; }
b {  font-weight: bold; }
h3 {  font-size: 16px; font-weight: bold; color: #009999; }
.adstext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.navbar {  font-size: 10px; color: #FFFFFF; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 11em;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 11em;
	margin-top: 1px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 12.9em;
	margin-top: -1.35em;
	z-index: 99;
}

#nav li ul a { /* second-level lists */
	border: 1px solid black;
}



#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 11em;
	w\idth: 10em;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
}

#nav li a:hover {
	color: white;
	background-color: black;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
