/* NAVIGATION ELEMENTS */
#navigation dl {
	float: left;
	width: 163px;
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	-width:150px;
}

#navigation dl dd {
	width:153px;
	margin-left:10px;
	-margin-left:2px;
	padding-left:0px;
	-width:150px;
}


#navigation a {
	display: block;
	padding: 4px;
	text-align: left;
	font-size:8px;	
}

#navigation a:link, #navlist a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font: arial;
	}
		
#navigation a:hover, #navigation a.current {
	background-color: #DFDFDF;
	color:#000000;
	background-position: 96% 50%; 
}

/* THE SMALL BOX BELOW NAV */
#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;

}
