/***********************\
|	top_menu			|
\***********************/
#top_menu {
	font-size: 12px;
	background-image: url(../../image/bg_topmenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
}
#top_menu ul {
	margin: 0px 38px 0px 390px;
	padding: 0px;
	height: 32px;
	line-height: 32px;
}
#top_menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	background-image: url(bg_li.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	padding: 8px 3px 8px 15px;
}
#top_menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0px;
	height: 32px;
	line-height: 32px;
}
#top_menu a:hover {
	text-decoration: underline;
}