#side_menu{
	padding:0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 37px;
}
#side_menu ul {
	padding:0px;
	margin: 0;
}
#side_menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#side_menu ul {
	z-index: 10000;
}
#side_menu a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	line-height:1;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #342029;
	background-image: url(../images/6up_but_side_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#side_menu a:hover, #side_menu a:active, #side_menu a:focus,
#side_menu .p7PMon, #side_menu .p7PMon:hover, 
#side_menu .p7PMon:active, #side_menu .p7PMtrg:hover {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background-image: url(../images/6up_but_side_menu_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ------ the current page marker style ------ */
#side_menu .p7PMmark, #side_menu .p7PMmark:hover {
	color: #FF6800;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#side_menu .p7PMtrg, #side_menu .p7PMtrg:active {
	color: #FF6800;

}
#side_menu .p7PMtrg:hover {
	background-color: #B9B9B9;
}
/*the submenu classes */

#side_menu .p7PMhide {
	left: -9000px;
	border: 0;
}
#side_menu .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#side_menu {
	width: 135px;
}

/* 2nd and subsequent Submenu widths */
#side_menu ul {
	width: 135px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
