/**
 *	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;
}
 
.mmContent li a {
	display: block;
	color: #333;
	width: 130px;
	padding: 5px;
	text-decoration: none;
	border-top: dashed 1px #827D9D;
}
/*
.mmContent li a {
	display: block;
	color: #333;
	width: 130px;
	padding: 55px;
	text-decoration: none;
	border-top: dashed 1px #827D9D;
}*/

* html .mmContent li a {
	width: 140px;
	w\idth: 140px;
}

.mmContent li a:link { color: #333; }
.mmContent li a:visited { color: #333; }

.mmContent li a:hover{ background: #817E9D; color: #fff; }
.mmContent li a:active { background: #817E9D; color: #fff; }

.mmContent li a.submenu {
		background: url(../images/nav_arrow.gif) no-repeat right 1px; 
}
.mmContent li a.submenu:hover {
		background: #817E9D url(../images/nav_arrow.gif) no-repeat right 1px; 
		color: #fff;
}

/**
 *	Menu Styles for our belove 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: 130px;
	padding: 5px;
	text-decoration: none;
	border-top: 1px dashed #827D9D;	
}

/*
.mmContentb li a {
	display: block;
	color: #333;
	width: 130px;
	padding: 5px;
	text-decoration: none;
	background: #d3d3d3;
	border-top: dashed 1px #827D9D;
}
*/

* html .mmContentb li a {
	width: 140px;
	w\idth: 140px;
}

.mmContentb li a:link { background: #817E9D; color: #333; }
.mmContentb li a:visited { background: #817E9D; color: #333; }

.mmContentb li a:hover{ background: #817E9D; color: #fff; }
.mmContentb li a:active { background: #817E9D; color: #fff; }

.mmContentb li a.submenu {
		background: #817E9D url(../images/nav_arrow.gif) no-repeat right 1px;
}
.mmContentb li a.submenu:hover {
		background: #817E9D url(../images/nav_arrow.gif) no-repeat right 1px; 
		color: #fff;
}
