ul#navigation
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 7em;
	}
	
	ul#navigation a
	{
	display: block;
	text-decoration: none;
	background: #Ffcc00;
	color: #000000;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 7em;
	font-size: 14px;
	font-weight: bold;
	}
	
	ul#navigation a:hover
	{
	background: #000000;
	color: #FFFF00;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-size: 14px;
	}
	
	ul#navigation li
	{
		display: inline;
		width: 7em;
	}
	
#navdiv {
	float: left;
	position: absolute;
	left: 5px;
	top: 190px;
	margin: 0px;
	width: 121px;
	height: 169px;
}
