#submenu {
	padding-left:0px;
	color:#666666;
}
.lists {
padding-left:40px;
}
.lists li {
	list-style-image:url(../img/liststyle.gif);
	margin-top: 7px;
	margin-bottom: 7px;
}

.lists li a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.lists li a:hover {
	color:#009900;
}

.lists ul {
}




.sublists {
padding-left:0px;
margin-top:10px;
}
.sublists li {
	list-style-image:url(../img/subliststyle.gif);
	margin: 0 !important;
}

.sublists li a {
	font-weight:normal;
	text-decoration:none;
	color:#009900;
}
.sublists li a:hover {
	color:#000;
}

.sublists ul {
}

