/*Menu*/

#menu{
	/*background: url(imageset/menu.png) repeat-y center top;*/
	width:200px;
	/* height:400px; */
	margin-left:2px;
}


#menu_top{
	background: url(imageset/top_m.png) repeat-y center bottom;
	height:25px;
}

#menu_body{
	background: url(imageset/MIDDLE_m.png) repeat-y center center;
}

#menu_bottom{
	background: url(imageset/bottom_m.png) repeat-y center top;
	height:25px;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 35px;
	text-align: center;
}

#menu li{
	/*display: inline;*/
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a{
	display:block;
	height:34px;
	width:175px;
	background-image: url(imageset/button_m.png);
	text-decoration:none;
	font-weight:bold;

}

#menu a:hover{

}

#menu hr{
	border-width:2px;
	margin-left:5px;
	margin-right:5px;
	margin-top:8px;
	margin-bottom:8px;
}
