
.sidemenu {
	width: 200px;
	float: left;
	padding: 12px 20px 20px 0px;
	border-right: 1px solid #cccccc;
}
a.sidemenu-category {
	display: block;
	color: #444444;
	cursor: pointer;
	padding: 6px 0px 6px 10px;
	font: 16px/30px Raleway-SemiBold, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #cccccc;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
a.sidemenu-category:hover {
    color: #3d91e1;
	text-decoration: none;
	background: white;
	border-bottom: 1px solid #444444;
}
a.sidemenu-category.current-category {
    color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: bold;
	background: #0055a6;
	margin-right: -30px;
	padding-left: 10px;
	border-bottom: 1px solid #d91f29;
}

a.sidemenu-category.current-category:hover {
	background: #0055a6;
	margin-left: 10px;
	margin-right: -40px;
	border-bottom: 1px solid #444444;
}

a.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 10px;
	margin-right: -20px;
	font: 16px/30px Arial, Trebuchet MS, sans-serif;
	padding: 5px 9px;
	color: #444444;
	border-bottom: 1px solid #cccccc;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #d91f29;
}
a.sidemenu-subcategory.current-subcategory {
    color: #d91f29;
	padding: 5px 9px;
	margin-left: 10px;
	margin-right: -20px;	
}

a.sidemenu-subcategory.current-subcategory:hover {
    color: #d91f29;
	margin-left: 20px;	
	margin-right: -30px;
}

