/* -------------- ITECH POPUP TOP-BOTTOM [VERTICLE] MENU CSS -------------- */

li.heading_title {color:#f26768;margin-left:-10px;font-family:'Times New Roman', Times, serif;font-size:19px;} /* specific to safestart */

#left_nav, #left_nav ul {
	border-top: none;                           /* STANDARD TOP BORDER */
	margin: 0;
	padding:0;
}

#left_nav ul {
	position:relative;
	z-index: 600;
}

#left_nav li ul {z-index: 600;}

/* Standard, non mouse over buttons - uses background image from above (line 12) as button image */
#left_nav a {}
	
/* Standard, mouseover buttons */
#left_nav a:hover, #left_nav a:active, #left_nav a:focus,
#left_nav .menuon, #left_nav .menuon:hover, 
#left_nav .menuon:active, #left_nav .mtrigger:hover {}



/* ------ the current page marker style ------ */
#left_nav .menumark, #left_nav .menumark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#left_nav .mtrigger, #left_nav .mtrigger:active {}



#left_nav .mtrigger:hover {
	background-color: none;
}
/*the submenu classes */

#left_nav .menuhide {
	left: -9000px;
	border: 0;
}



#left_nav .menushow {
	left: auto;
	z-index: 600 !important;
}
/* Top level menu width */
#left_nav {
	width: 180px;
}



/* 2nd and subsequent Submenu widths */
#left_nav ul {
	width: 180px;
	border:1px solid #BFBEA7;
	background-color: #F1EFD4;
	background-image: none;
	padding:0px;
}

#left_nav ul li {
	margin-bottom:0px;
	padding:4px;
	
}

#left_nav ul li a {}
#left_nav ul li a:active {}
#left_nav ul li a:focus {}
#left_nav ul li a:hover {text-decoration:none;background-color:#BFBEA7;color:#000000;}

.flyout {background:url(../images/leftnav_arrow.gif) no-repeat right;}

#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;
}

