/***********************\
|	top_menu			|
\***********************/
#top_menu {
	background-color: #be8347;
	margin: 0px 3px;
	padding: 2px 15px 1px;
	font-size: 11px;
}
#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#top_menu li {
	display: inline;
	margin: 0px 3px 0px 0px;
	background-image: url(bg_li.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0px 3px 0px;
	line-height: 25px;
}
#top_menu a {
	color: #ffce79;
	text-decoration: none;
	line-height: 25px;
	padding: 4px 0px 4px 25px;
	margin-right: 4px;
	font-weight: bold;
}
#top_menu a:hover {
	text-decoration: underline;
}