#mainContainer
{
	float: left;
	position: absolute;
	width: 625px;
	margin: 0px;
	padding: 0px;
}
#mMenu{
	width: 625px;
	height: 19px;
	text-align: center;
  	color: #FF0000;
	font-weight: bolder;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
}

#mMenu a{
  	font-family: arial;
  	color: #000000;
  	font-size: 11px;
	text-decoration: none;
 	margin: 0px;
  	padding: 3px 10px 3px 3px;
}

#mMenu a:hover{
	text-decoration: none;
	color: #FF0000;
}

#mMenu2{
	width: 750px;
	height: 19px;
	text-align: center;
	background-image:  url(../css/%27../images/mmBack.jpg%27);
	background-repeat: no-repeat;
  	color: #ffffff;
	font-weight: bolder;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
}