/* -------------- 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 */

#menunav, #menunav ul {
	border-top: none;                           /* STANDARD TOP BORDER */
	margin: 0;
	padding:0;
}

#menunav ul {
	z-index: 10000;
}
/* Standard, non mouse over buttons - uses background image from above (line 12) as button image */
#menunav a {}
	
/* Standard, mouseover buttons */
#menunav a:hover, #menunav a:active, #menunav a:focus,
#menunav .menuon, #menunav .menuon:hover, 
#menunav .menuon:active, #menunav .mtrigger:hover {}



/* ------ the current page marker style ------ */
#menunav .menumark, #menunav .menumark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#menunav .mtrigger, #menunav .mtrigger:active {}



#menunav .mtrigger:hover {
	background-color: none;
}
/*the submenu classes */

#menunav .menuhide {
	left: -9000px;
	border: 0;
}



#menunav .menushow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#menunav {
	width: 180px;
}



/* 2nd and subsequent Submenu widths */
#menunav ul {
	width: 180px;
	border:1px solid #f16768;
	background-color: #f7efef;
	background-image: none;
	padding:0px;
}

#menunav ul li {
	margin-bottom:0px;
	padding:0;
	
}

#menunav ul li a {padding:4px;}
#menunav ul li a:hover {padding:4px;text-decoration:none;background-color:#f16768;color:#fff;}

#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;
}
