#leftmenu ul{
	float: left;
	width: 256px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftmenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#leftmenu ul li a{
	font-size: 13px;
	color: #7c7c7c;
	text-decoration: none;
}
#leftmenu ul li a:hover{
	color: #454545;
	text-decoration: none;
}
#leftmenu ul li.current a{
	color: #454545;
	text-decoration: none;
}
#leftmenu ul li.current a:hover{
	color: #454545;
	text-decoration: none;
}
