#sidebar {
	float: left;
	width: 160px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	font-size: 14px;
	color: #FFF;
	font-family: Times New Roman; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 20px;
	background: #000;		
	border-bottom: 1px dashed #1D232E; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #1D232E;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid  #66CCFF;
	color: #66CCFF;		
}
