<style>
<!--
BODY {
		background-color : #707070;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
p, li
	{font-size: 11px; line-height: 16px; font-family : Verdana, Arial, Helvetica, sans-serif;
	}
h1
	{font-size: 16px; line-height: 16px; font-family : Verdana, Arial, Helvetica, sans-serif;
	}
h2
	{font-size: 15px; line-height: 16px; font-family : Verdana, Arial, Helvetica, sans-serif;
	}
h3
	{font-size: 14px; line-height: 16px; font-family : Verdana, Arial, Helvetica, sans-serif;
	}

	.box
		{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #666666;
		font-size: 10px;
		line-height: 14px;
		}

	A:link
	{
	color: #000099;
	text-decoration: underline;
	}
	A:visited
	{
	color: #000099;
	text-decoration: underline;
	}
	A:hover
	{
	color: #ff6699;
	text-decoration: none;
	}
	
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px; /* Width of Menu Items */
	border-bottom: 1px solid #6699bb;
	border-top: 0;
	}

#navcontainer ul li {
	position: relative;
	}
	
#navcontainer li ul {
	position: absolute;
	left: 144px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navcontainer ul li a {
	display: block;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #444444;
	background: #ddddff; /* IE6 Bug */
	padding: 2px 4px 2px 10px;
	border: 1px solid #6699bb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }
/* End */

#navcontainer ul li a:hover { color: #ffffff; background: #1169a8; } /* Hover Styles */
		

#navcontainer ul li a.sm {
	display: block;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #444444;
	background: #c9e4f4; /* IE6 Bug */
	padding: 2px 4px 2px 15px;
	border: 1px solid #6699bb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	}
#navcontainer ul li a.sm:hover { color: #ffffff; background: #1169a8; } /* Hover Styles */

#navcontainer ul li a.sm2 {
	display: block;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #444444;
	background: #c9e4f4; /* IE6 Bug */
	padding: 2px 4px 2px 30px;
	border: 1px solid #6699bb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	}
#navcontainer ul li a.sm2:hover { color: #ffffff; background: #1169a8; } /* Hover Styles */

#navcontainer ul li a.no {
	display: block;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #444444;
	background: #99bbee; /* IE6 Bug */
	padding: 2px 4px 2px 10px;
	border: 1px solid #6699bb;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	}

#navcontainer ul li a:hover.no { color: #444444; background: #a0d3e9; } /* Hover Styles */

-->
</style>
