body 
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
.navcontainer a:link {
	color: #999999;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.navcontainer a:visited {
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, san-serif;
	font-style: normal;	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.navcontainer a:hover {
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, san-serif;
	font-style: normal;
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.navcontainer a:active {
	font-family: Trebuchet MS, Verdana, Arial, san-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation
{	margin: 0;
	padding: 0;
	width: 100%;
	}
	
	#navigation li
	{	float: left;
		list-style: none;
	}

	#navigation li a
	{	display: block;
		padding: 5px 12px;
		border-right: 1px solid white;
		width: auto;
		white-space: nowrap}

	#navigation li a:hover
	{	
	color: #0099CC;
	background: #FFFFFF;
	}
		
		#navigation li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			text-align: left;
		}
		
		#navigation li ul li
		{	float: none;
			display: inline;
			text-align: left;
		}
		
		#navigation li ul li a
		{	width: auto;
			text-align: left;
			background: #FFFFFF;
		}
		
		#navigation li ul li a:hover
		{	background: #FFFFFF;
			text-align: left;
		}