		
/*----- Add this CSS to default.css file in order to style left/right category module. -----*/

	.category-module {
		margin-top: 10px;
		}
			
		.category-module ul,
		.category-module li {
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			}
		
			.category-module li a {
				display: block;
				padding: 5px;
				border-bottom: 1px solid #fff;
				text-decoration: none;
				}
			.category-module li.selected {
				display: block;
				padding: 5px;
				border-bottom: 1px solid #fff;
				text-decoration: none;
			}
		
			.category-module li a:hover {
				background: #e2691e;
				color: #fff;
				text-decoration: none;
				}
		
				.category-module ul li ul {
					display: none;
					position: absolute;
					left: 163px;
					* left: 160px;
					top: 0;
					z-index: 300;
					}
		
					.category-module ul li ul li {
						background: #f8e7a1;
						width: 190px;
						background: #fff;
						
						}
					.category-module ul li ul li a {
						background: #f8e7a1;
						color: #000000;
						padding: 5px 8px 5px 10px;
						border-bottom: 1px solid #fff;
						border-left: 1px solid #fff;
						text-decoration: none;
					}
						.category-module ul li ul li a:hover {
							color: #fff;
							background: #e2691e;
							text-decoration: none;
						}
						.category-module ul li ul li.selected {
							background: #ca5b17 !important;
							color: #fff !important;
							padding: 5px 8px 5px 15px !important;
							border-bottom: 1px solid #fff !important;
							border-left: 1px solid #fff !important;
							font-size: 8pt !important;
							width: 168px !important;
							
						}