@charset "utf-8";
.submenu {
	float: left;
	width: 255px;
	height: 300px;
	margin-left: 1px;
	margin-top: 30px;
}

#submenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a{
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 19px;
	height: 32px;
	background-color: #8DC641;
	border-bottom-style: inset;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-right-style: inset;
	padding-top: 7px;
	margin-top: 20px;
}

#submenu ul li a:hover {
	background-color: #F79422;
}

.currentpage2 {
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 19px;
	height: 32px;
	background-color: #F89422;
	border-bottom-style: inset;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-right-style: inset;
	padding-top: 6px;
	margin-top: 20px;
	}
