.sidemenu {
	width: 200px;
	float: left;
	padding: 0px 20px 20px 0px;
	border-right: 2px dotted #bead92;
}
a.sidemenu-category {
	display: block;
	color: #df4e1c;
	cursor: pointer;
	padding:10px 0px 10px 10px;
	font: 18px/20px Domine-Bold, Trebuchet MS, sans-serif;
    border-bottom: 2px dotted #bead92;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-category.next-category {
	border-top: 1px solid #bead92;
}
a.sidemenu-category:hover {
    color: #346199;
	text-decoration: none;
	background: white;
	border-bottom: 2px dotted #372f20;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.sidemenu-category.current-category {
    color: white;
	background: url(../images/sidemenu-bg.png) repeat;
}

a.sidemenu-category.current-category:hover {
	background: url(../images/sidemenu-bg.png) repeat;
}

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: #333333;
	border-bottom: 1px solid #bead92;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: ;
}
a.sidemenu-subcategory.current-subcategory {
    color: ;
	padding: 5px 9px;
	margin-left: 10px;
	margin-right: -20px;	
}

a.sidemenu-subcategory.current-subcategory:hover {
    color: ;
	margin-left: 20px;	
	margin-right: -30px;
}

