/* cateogry menu */
#left_btn a:link, #left_btn a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #8f7600;
	height: auto;
	float: left;
	position: relative;
	width:196px;
	top: 0px;
	text-align: left;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bca11c;
	padding-top: 12px;
	padding-bottom: 12px;
}
#left_btn a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	float: left;
	position: relative;
	width:196px;
	top: 0px;
	text-align: left;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bca11c;
	background-color: #8f7600;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* category menu on current category*/
#left_btn_currentpage a:link, #left_btn_currentpage a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #8f7600;
	height: auto;
	width: 196px;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	background-image: url(../images/LeftNav_Arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bca11c;
	padding-top: 12px;
	padding-bottom: 12px;
}

#left_btn_currentpage a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #8f7600;
	height: auto;
	width: 196px;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	background-image: url(../images/LeftNav_Arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bca11c;
	padding-top: 12px;
	padding-bottom: 12px;
}
