ul{margin:0;padding:0}
li {list-style:none}
#title,#title2 {
	font-size:16px;
	width:310px;
	cursor:pointer;
	color:#FFFFFF;
	border-top-color: #92C275;
	background-color: #3C7625;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 1px;
}
	
#title:hover {
	cursor: pointer;
	background-color: #53AB32;
	color:#FFFFFF;
}
ul.menu {
	font-size:16px;
	text-indent: 15px;
}
ul.menu li a{
	width:320px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BC367;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #F2F3EA;
}
ul.menu li a:hover{
	background-color: #C3E8B4;
}



.ctlink {
	font-size:16px;
	text-indent: 15px;
}
.ctlink a{
	width:320px;
	display:block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #F2F3EA;
}
.ctlink a:hover{
	background-color: #C3E8B4;
}
