/* CSS Document */
#header,#footer{
	text-align:center;
	width:800px;
}
#header, #footer {clear:both; width:100%; overflow:hidden;}
#footer{ padding-top:20px;}
.mainMenu li{
	float:left;
	display: inline;
	list-style-type: none;
	float:left; position:relative; right:50%;	
}
.mainMenu{
	font-size: .75em;
	font-weight: bold;
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;

}
.mainMenu a, {  width:auto;
  display:block;
}
.mainMenuL div{
	height: 40px;
	width: 10px;
	background-image:  url(../images/menuBar/MenuBar2L.png);
}
.mainMenuR div{
	height: 40px;
	width: 10px;
	background-image:  url(../images/menuBar/MenuBar2R.png);
}
.mainMenu .menuBar, .mainMenu .menuBarSelected{
	height: 40px;
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 40px;
	padding: 0px 10px;	
}
.menuBar{
	background-image:  url(../images/menuBar/MenuBar2.png);
}
.menuBarSelected{
	background-image:  url(../images/menuBar/MenuBar2Selected.png);
}
.menuBar a{
	color: #000;
}
.menuBarSelected a{
	color: #000;
}