@charset "utf-8";

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
.nav-title {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	font-weight: normal;
	text-indent: 22px;	
	line-height:1.4em;
} 
.nav-title-hit {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2d849b;
	font-weight: normal;
	text-indent: 22px;	
	line-height:1.4em;
} 
#list-menu li {
	margin: 5px 0 0 0;
} 
#list-menu a {
	display: block;
	height:20px;
	background-image: url(../images/button-back.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	overflow:hidden; 
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
}

#list-menu a:hover {
	background-image: url(../images/button-back-roll.gif);
	background-repeat:no-repeat;
}
#menu-hit {
	display: block;
	height:20px;
	text-indent: 22px;
	background-image: url(../images/button-back.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#menu-hit2 {
	display: block;
	height:20px;
	text-indent: 22px;
	background-image: url(../images/button-back.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#list-menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
#list-menu2 li {
	margin: 5px 0 0 0;
} 
#list-menu2 a {
	display: block;
	height:20px;
	background-image: url(../images/button-back.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	overflow:hidden; 
} 
#list-menu2 a:link, #list-menu2 a:active, #list-menu2 a:visited {
}

#list-menu2 a:hover {
	background-image: url(../images/button-back-roll.gif);
	background-repeat:no-repeat;
}