/* Outer Master DIV layer for categories */
.MenuCatParentDiv {

	border: none;
	width: 300px;
}

/* Each category is inside a DIV, this is the FIRST one */
.MenuCatDivRoot {
	padding-left: 0px;
}
/* Each category is inside a DIV */
.MenuCatDiv {
	padding-left: 15px;


}

/* This is the collapsable DIV that surrounds all sub categoryies */
/* Use this to control the default block/none display */
.MenuCatDivSub {
	display: block;
}

/* the [+] or [-] image is in a TD with this class */
.MCTTDTogImage {
display:none;
	width: 12px;
	padding-right: 2px;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}

/* The folder Icon for the category is in a TD with this class */
.MCTTDImage {
	width: 1px;
	padding-right: 2px;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}

/*
==========================================================
		Styles for Non-Selected Category
==========================================================
*/
/* The TD containing actual text portion of the category */
.MCTTDText {
    		font:.975em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.MCTTDText A:LINK{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.MCTTDText A:VISITED{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
background-color:#d6ebdb;
}
.MCTTDText A:HOVER{
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}
.MCTTDText A:ACTIVE{
	font-weight: bold;
	color: #000000;
	background-color:#d6ebdb;
}

/*
==========================================================
		Styles for Selected Category
==========================================================
*/
/* The TD containing actual text portion of the category */
.MCTTDTextSel {
    font:.975em Arial, Helvetica, sans-serif;
	color: #009933;
	text-align: left;
	vertical-align: middle;
}
.MCTTDTextSel A:LINK{
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.MCTTDTextSel A:VISITED{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.MCTTDTextSel A:HOVER{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.MCTTDTextSel A:ACTIVE{
	font-weight: bold;
	color: #000000;
}
