@charset "utf-8";

#menu {
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../../img/menu_bg00.jpg);
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
}
#menu li {
	display: block;
	text-align: left;
	width: 190px;
	margin-left: 30px;
	height: 20px;
	padding-top: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
/**/
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
