#menu_ver {
	width: 12em;
	padding-top: 20px;
	height: auto;
	padding-left: 15px;
	background: url(../images/menu_ver.png) no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	list-style-position: inside;
	list-style: none;
}
#menu_ver ul{
	margin: 0px;
	padding: 0px 0 0 5px;
	list-style-position: inside;
}

#menu_ver a:link{
	color: #000;
	font-family: Trebuchet MS;
	font-size: 14px;
	height: auto;
	display:block;
	text-decoration: none;
	padding: 2px 0 0 5px;
	font-weight:normal;
}

#menu_ver a:visited{
	color: #000;
	font-family: Trebuchet MS;
	font-size: 14px;
	height: auto;
	display:block;
	text-decoration: none;
	padding: 2px 0 0 5px;
	font-weight:normal;
}

#menu_ver a:hover{
	color: #006;
}

#menu_ver a:active{
	color: #999;
}
#menu_ver tit {
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 2px 0 0 5px;
	display: block;
}
