@charset "UTF-8";
		
#top_nav a
	{
	display:block;
	border: 1px none #555;
	white-space:nowrap;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#top_nav a:link, #top_nav a:visited, #top_nav a:active	/* menu at rest */
	{
	color: #CCCCCC;
	background-color: #000000;
	text-decoration:none;
	}
	
#top_nav a:hover						/* menu on mouse-over  */
	{
	color: #595959;
	background-color: #000000;
	text-decoration:none;
	}	

#top_nav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#top_nav li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	}

#top_nav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
body {
	background-color: #CCCCCC;
}
#top_nav li:hover {
	cursor:pointer;
	z-index:100;
}
#top_nav li:hover ul {
display:block;
}
#top_nav {
	height: 30px;
	margin-left: 108px;
}
#top_nav-container {
}
