@charset "utf-8";

/* menu */
div#menu {
	display: block;
}
ul.menu {
	list-style: none;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	display: block;
}
ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul.menu li a{
	margin: 0;
	display: block;
	width: 200px;
	text-decoration: none;
	color: #333333;
	text-align: center;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	padding: 0;
	font-weight: normal;
}
ul.menu a:hover{
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}
. menutx-smol{
}
