#mmNAV, #mmNAV ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
}

#mmNAV li { /* all list items */
	position : relative;
	float : left;
}

#mmNAV li ul { /* second-level lists */
	position : absolute;
	display: none;
}

#mmNAV li:hover ul { /* lists nested under hovered list items */
	left: 0px;
	display: block
}

#mmNAV li.sfhover ul { /* lists nested under hovered list items in IE*/
	left: 0px;
	display: block
}

#mmNAV li li { /* second-level lists items */
	clear: both;
}

#mmNAV li a { /* first-level link */
	display: block;
	text-decoration : none;
	color : #333333;
	font-size: 1.2em;
	line-height : 2.50em;
	width: 6.67em;
	height: 2.50em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../build/mmbutton_up.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	background-color: #FFFFFF;
}

#mmNAV li li a { /* second-level link */
	width: 19em;
	padding-left: 1em;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	color : #333333;
	background-image: url(../build/mmbutton_ac.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEE;
}

#mmNAV li a:hover { /* first-level hover */
	color : #FFFFFF;
	background-image: url(../build/mmbutton_ov.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8F43A7;
}

#mmNAV a.mmSUBNAV:hover { /* second-level hover */
	color : #FFFFFF;
	background-color : #8F43A7;
}

#mmNAV a.deadspace, #mmNAV a.deadspace:hover { /* second-level deadspace */
	background-image: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 19em;
	background-color: transparent;
}