	/*  Horizontal nav */
/* Thank's to Alistapart.com*/

#top_menu {
		position:absolute;
	top:107px;
	left:16em;
	margin: 0;
	padding: 0;
		z-index:99;
	}

#top_menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	
	}

#top_menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border-right: none;
	}

#top_menu ul li a {
	width: 118px;
	height: 2em;
	border-top: 1px solid #903;
	border-left: 1px solid #903;
	border-bottom: 1px solid #903;
	border-right: 1px solid #903;
	padding: 0;
	margin: 0 0 10px 0;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;   
	}

html>#top_menu ul li a  {
	font-size: small;   
	} 

#top_menu ul li#five a	{
	width: 119px;
	}


#top_menu ul li a:hover {
	color: white;
	background: #903;
	}

#top_menu a:active	{
	background: #903;
	color: white;
	}
