.tree { /*CSS for Simple Tree Menu*/

	width:159px;
	margin: 0;
	padding: 0;
}

.tree ul{ /*CSS for Simple Tree Menu*/
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159px;

	margin: 0px;
	padding:0px;
	left:0px;

	position:relative;
}

/* secondary menu config */
.tree li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159;
	display:block;

	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_bg1.png');

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;

	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.tree li a, .tree li a:link, .tree li a:visited, .tree li a:active { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159;
	display:block;

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_aleft.png');
	background-repeat: no-repeat;

	list-style-type: none;
	padding-left: 23px;
	padding-right: 2px;
	padding-bottom:2px;
	padding-top: 2px;
	margin-bottom: 0px;
}

.tree li a:hover { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159;
	display:block;

	text-decoration: none;
	font-weight: BOLD;

	color: #23467e;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_aleft1.png');
	background-repeat: no-repeat;

	list-style-type: none;
	padding-left: 23px;
	padding-right: 2px;
	padding-bottom:2px;
	padding-top: 2px;
	margin-bottom: 0px;
}

.tree li.selected { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159;
	display:block;

	text-decoration: none;
	font-weight: BOLD;

	color: #23467e;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_aleft2.png');
	background-repeat: no-repeat;

	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
/* end secondary menu config */


/* primary menu config */
.tree li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159px;
	height:16px;

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_header_bg.png');
	background-repeat: no-repeat;

	padding-left: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;

	cursor: hand !important;
	cursor: pointer !important;
}

.tree li.submenu_selected{ /* Style for LI that contains sub lists (other ULs). */
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159px;
	height:16px;

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_header_bg2.png');
	background-repeat: no-repeat;

	padding-left: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;

	cursor: hand !important;
	cursor: pointer !important;
}


.tree li.submenu_open{ /* Style for LI that contains sub lists (other ULs). */
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159px;
	display:block;

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_header_bg1.png');
	background-repeat: no-repeat;

	padding-left: 0px;
	padding-bottom:0px;
	margin-bottom: 10px;

	cursor: hand !important;
	cursor: pointer !important;
}

.tree li.submenu_open_selected{ /* Style for LI that contains sub lists (other ULs). */
	-moz-box-sizing:border-box;box-sizing:border-box;

	width:159px;
	display:block;

	text-decoration: none;
	font-weight: BOLD;

	color: WHITE;
	background-image: url('http://www.mst-marketing.com/html/www.mst-marketing.com/images/menu_header_bg4.png');
	background-repeat: no-repeat;

	padding-left: 0px;
	padding-bottom:0px;
	margin-bottom: 10px;

	cursor: hand !important;
	cursor: pointer !important;
}
/* end primary menu config */

.tree li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.tree .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: hand !important;
	cursor: pointer !important;
}