/* cateogry menu */
#left_btn a:link, #left_btn a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #6F6F6F;
	height: 27px;
	float: left;
	position: relative;
	width:177px;
	top: 0px;
	text-align: left;
	padding-left: 19px;
	padding-top: 5px;
}
#left_btn a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #6F6F6F;
	height: 27px;
	float: left;
	position: relative;
	width:177px;
	top: 0px;
	text-align: left;
	padding-left: 19px;
	padding-top: 5px;
}

/* category menu on current category*/
#left_btn_currentpage a:link, #left_btn_currentpage a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	width: 177px;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	background-image: url(../images/LeftNav_On_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	padding-top: 5px;
}

#left_btn_currentpage a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	width: 177px;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	background-image: url(../images/LeftNav_On_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	padding-top: 5px;

}

