/**
 *	Menu Styles
 */
.mmContent {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}

.mmContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:2;
	position:relative;
	left:0px;
	top:0px;
}
.mmContent li {
	padding: 0px; margin: 0px;
 }
 
.menuBackground {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background-color: #CCCCCC;
}
 
.mmContent li a {
	display: block;
	color: #0000FF;
	width: 200px;
	padding: 5px;
	text-decoration: none;
	border-bottom: solid 1px #bbbbbb;
}

.mmContent li a {
	display: block;
	color: #333;
	width: 200px;
	padding: 5px;
	text-decoration: none;
	border-bottom: solid 1px #bbbbbb;
}

* html .mmContent li a {
	width: 210px;
	w\idth: 210px;
}

.mmContent li a:link {
	color: #000000;
}
.mmContent li a:visited { 
color: #333; 
	text-decoration: none;
}

.mmContent li a:hover{
	color: #000000;
	background-color: #DFDFDF;
}
.mmContent li a:active {
	color: #000000;
	background-color: #DFDFDF;
}

.mmContent li a.submenu {
	background-repeat: no-repeat;
	background-position: right 1px;
}
.mmContent li a.submenu:hover {
	color: #000000;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: right 1px;
}

/**
 *	Menu Styles for our beloved IE 5.01
 */
.mmContentb {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}

.mmContentb ul {
	margin: 0px; padding: 0px;
	list-style: none;
	z-index:2;
	position:relative; 
	left:0px; top:0px;
}
.mmContentb li {
	padding: 0px; margin: 0px; }
 
.menuBackground {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
}
 
.mmContentb li a {
	display: block;
	color: #333;
	width: 200px;
	padding: 5px;
	text-decoration: none;
	border-bottom: solid 1px #bbbbbb;
}

.mmContentb li a {
	display: block;
	color: #000000;
	width: 200px;
	padding: 5px;
	text-decoration: none;
	border-bottom: solid 1px #bbbbbb;
	background-color: #CCCCCC;
}

* html .mmContentb li a {
	width: 210px;
	w\idth: 210px;
}

.mmContentb li a:link {
	color: #333;
	background-color: #CCCCCC;
}
.mmContentb li a:visited {
	color: #333;
	background-color: #CCCCCC;
		text-decoration: none;
}

.mmContentb li a:hover{ background: #006; color: #000000; }
.mmContentb li a:active { background: #006; color: #000000; }

.mmContentb li a.submenu {
		background: url(../img/nav_arrow.gif) no-repeat right 1px #d3d3d3;
}
.mmContentb li a.submenu:hover {
		background: #006 url(../img/nav_arrow_over.gif) no-repeat right 1px; 
		color: #000000;
}

