side-menu/product.css
/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenudHKBfVB {
	position: relative;
	z-index: 100;
	width: 182px;
}
.AJXMenudHKBfVB ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #4c3427;
}
.AJXMenudHKBfVB li {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 1px 1px 1px;
}
.AJXMenudHKBfVB h2 {
	display: block;
	width: 140px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	padding:  5px;
	margin: 0;
	font: bold .8em/1.2em Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	/*text-transform: uppercase;*/
	text-align: center;
	color: #ffffff;
	background: #4c3427 center center;
}
.AJXMenudHKBfVB .tfirst h2 {
	margin-top: 1px;
}
.AJXMenudHKBfVB a {
	display: block;
	width: 152px;
	padding: 7px 8px 7px 20px;
	/*font: bold 12px/12px Verdana,Arial,Helvetica,sans-serif;*/
	font: bold .8em/1.2em Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	background: #104F90;
}
.AJXMenudHKBfVB .tfirst a {
	margin-top: 1px;
}
.AJXMenudHKBfVB li:hover a, .AJXMenudHKBfVB a:hover {
	background: #4C3427;
}
.AJXMenudHKBfVB br {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}