ul{margin:0;padding:0}
li {list-style:none}
#title,#title2 {
	font-size:16px;
	width:310px;
	cursor:pointer;
	color:#4F4235;
	border-top-color: #A7998B;
	background-color: #E3D8C6;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	margin-top: 1px;
}
	
#title:hover {
	cursor: pointer;
	background-color: #EBE2D4;
	color:black;
}
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: #A9927C;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	background-color: #EFEFEF;
}
ul.menu li a:hover{
	background-color: #DFD0BB;
}



.ctlink {
	font-size:16px;
	text-indent: 15px;
}
.ctlink a{
	width:320px;
	display:block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	background-color: #EFEFEF;
}
.ctlink a:hover{
	background-color: #DFD0BB;
}
