/* Category default style */
.sidebarHeading {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	color : #b17b5f;
	font-weight : bolder;
	font-size : 13px;
	text-decoration : none;	
}

.sidebarHeading:hover {
	color : #FF0000;
	text-decoration : underline;	
}

.sidebarItem {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	color : #b27b5d;
	font-size : 11px;
	line-height : 20pt;
	text-decoration : none;	
}

.sidebarItem:hover {
	color : #FF0000;
	text-decoration : underline;	
}
