ul{
	margin: 0;
	padding: 0;
}
li { list-style-type: none; }
#menu_list{
	width:193px;
}
.title{
	line-height:25px;
	text-align: center;
	background: #484848;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
}
.title_s{
	line-height:25px;
	text-align: center;
	background: #696969;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #8f8f8f;
}
.link_s{
	line-height:25px;
	text-align:center;
	background: #8f8f8f;
	font-size:12px;
	color: #fff;
	text-decoration: none;
}
.link_s a:link{
	text-decoration: none;
	color:#FFF;
}
.link_s a:visited{
	text-decoration: none;
	color:#FFF;
}
.link_s a:hover{
	text-decoration:underline;
	color:#FFF;
}
.link_s a:active{
	color:#FFF;
}