#Btn_01, #Btn_02, #Btn_03, #Btn_04, #Btn_05, #Btn_06{
	width: 70px;
	text-align: center;
	float: left;
	position: relative;
	height: 25px;
}

/* cateogry menu */
#category a:link, #category a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	float: left;
	position: relative;
	width:70px;
	top: 0px;
	text-align: center;
}
#category a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 25px;
	float: left;
	position: relative;
	width:70px;
	top: 0px;
	text-align: center;
}

/* category menu on current category*/
#category_currentpage a:link, #category_currentpage a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 70px;
	float: left;
	position: relative;
	top: 0px;
	text-align: center;
	background-image: url(../images/Topnav_ON_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#category_currentpage a:visited{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 70px;
	float: left;
	position: relative;
	top: 0px;
	text-align: center;
		background-image: url(../images/Topnav_ON_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

