#LMPMnav, #LMPMnav ul {
	margin: 0;
	padding:0;
}
#LMPMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
/*DO NOT EDIT!!!*/
#LMPMnav ul {
	z-index: 10000;
}
/*Menu link Styles - Change link color here*/
#LMPMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 5px;
	color: #ff0048;
	border-top: 1px solid #355c81;
	border-right: 1px solid #355c81;
	border-left: 1px solid #355c81;
	background-color:#ffffff;
}

/*Link hover styles - includes "ON" state*/
#LMPMnav a:hover, #LMPMnav a:active, 
#LMPMnav a:focus, #LMPMnav .LMPMon {

	background-color: #9fbfd6;
	color: #ffffff;
	letter-spacing: 0.01px;
	
}


/*DO NOT EDIT!!!*/
#LMPMnav .LMPMhide {
	left: -9000px;
	border: 0;
}
/*DO NOT EDIT!!!*/
#LMPMnav .LMPMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#LMPMnav {
	width: 141px;
}
/* 2nd and subsequent Submenu widths */
#LMPMnav ul {
	width: 141px;
}

/* Styles for optional Breadcrumb trail add-on */
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}