<style type="text/css">
<!--
BODY {background-image: url(images/line3.gif);background-repeat: repeat-y;}

P, TD, UL {font-family: arial, helvetica, sans-serif;
	font-size: 10pt;}
A:link {color: #003366; text-decoration: none; font-weight: bold;}
A:active {color: #6699ff; text-decoration: none; font-weight: bold;}
A:visited {color: #66ccff; text-decoration: none; font-weight: bold;}
A:hover {text-decoration: underline;}

H1 {font-family: arial, helvetica, sans-serif;
	font-size: 10pt; font-weight: bold; color: #009933;}
H2 {font-family: arial, helvetica, sans-serif;
	font-size: 10pt; font-weight: bold; color: #33cc66;}
TABLE.border {border-style: solid;
	border-width: 1px;
	border-color: #003366;
	padding: 3px;}
TD.directory {border-top: 1px solid #003366;
		font-size: 8pt;
		padding: 2px 0 0 0;}


A.menu:link {color: #ffffff; text-decoration: none; font-weight: bold;}
A.menu:active {color: #6699ff; text-decoration: none; font-weight: bold;}
A.menu:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
A.menu:hover {text-decoration: underline;}
A.drop:link {color: #0066cc; text-decoration: none; font-weight: bold;}
A.drop:visited {color: #0066cc; text-decoration: none; font-weight: bold;}
A.drop:hover {text-decoration: underline;}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 8pt;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 101px;
}

li.toponly { /* top list items without drop-downs*/
	color: #ffffff;
	font-weight: bold;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #ffffff;
	border-right: 3px solid #33cc66;
	border-bottom: 2px solid #33cc66;
	padding-left: 5px;
} 

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
-->
</style>