/***********************\
|	top_menu			|
\***********************/
#top_menu {
	position: absolute;
	top: 0px;
	left: 3px;
	height: 30px;
	width: 756px;
	background-image: url(bg_topmenu.gif);
	background-repeat: no-repeat;
}
#top_menu ul {
	margin: 0px;
	padding: 0px 10px;
}
#top_menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	background-image: url(bg_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#top_menu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 15px;
	height: 30px;
	line-height: 30px;
}
#top_menu a:hover {
	text-decoration: underline;
}