.CatagoryBox {
	height: 20px;
	width: 170px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	cursor: hand;
	background-color: #0099FF;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 5px;
	font-family: "MS Reference Sans Serif, sans-serif";
	font-size: 7.5pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #999999;
	font-weight: bold;








}
.CatagoryBoxBig {
	height: auto;
	width: 180px;
	padding-top: 5px;
	background-image: url(Images/Catagories_Box_Background.jpg);
	background-repeat: repeat-y;

}
.SubCatagoryBox {
	height: 20px;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	cursor: hand;
	background-color: #00CCFF;
	margin-top: 0px;
	margin-left: 5px;
	font-family: "MS Reference Sans Serif, sans-serif";
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 0px;


}
.CatagoryBoxName {
	height: 20px;
	width: 150px;
	overflow: hidden;
	float: left;
	padding-top: 2px;
	padding-left: 3px;


}
.CatagoryBoxArrow {
	height: 20px;
	width: 18px;
	overflow: hidden;
	float: right;


}
