@charset "utf-8";

.subNav {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

ul.subNav li a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

ul.subNav li a.hover,
ul.subNav li a:hover{
	text-decoration: underline;
	color: #000;
}

.subNavItemLv1 {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
}
.subNavItemLv2 {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 8px;
}
.subNavItemLv3 {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 16px;
}
.subNavItemLv4 {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 24px;
}
