@charset "utf-8";

/* menu */
#mainMenu {
	position: relative;
	background: url(images/mainmenu_bkgnd.gif);
	width: 702px;
	margin: 0px auto 20px;
	height: 29px;
}
#menuBarLeft {
	position: relative;
	height: 29px;
	width: 638px;
	background: url(images/menu_left.gif) no-repeat left;
	margin: auto;
	text-align: left;
	white-space: nowrap;
}
#menuBarRight {
	position: relative;
	height: 29px;
	width: 638px;
	background: url(images/menu_right.gif) no-repeat right;
	margin: auto;
	text-align: left;
}
.mainMenu a, .mainMenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.mainMenu a:hover, .mainMenu a:active {
	color:#FFFF66;
	text-decoration:none;
}
.menuButtons {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.menuButton1 a, .menuButton1 a:visited {
	position: relative;
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_btn1.gif) no-repeat;
	height:23px;
	width:102px;
	display: inline-block;
	margin: 0px 0px 0px 8px;
	padding: 6px 0px 0px;
	float: left;
}
.menuButton1 a:hover, .menuButton1 a:active {
	background-position:0 -29px;
	color:#000;
}
.menuButton2 a, .menuButton2 a:visited {
	position: absolute;
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_btn2.gif) no-repeat;
	height:23px;
	width:187px;
	display: block;
	margin: 0px 0px 0px 110px;
	padding: 6px 0px 0px;
	left: 0px;
	top: 0px;
	float: left;
}
.menuButton2 a:hover, .menuButton2 a:active {
	background-position:0 -29px;
	color:#000;
}
.menuButton3 a, .menuButton3 a:visited {
	position: absolute;
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_btn3.gif) no-repeat;
	height:23px;
	width:175px;
	display: block;
	margin: 0px 0px 0px 297px;
	padding: 6px 0px 0px;
	left: 0px;
	top: 0px;
	float: left;
}
.menuButton3 a:hover, .menuButton3 a:active {
	background-position:0 -29px;
	color:#000;
}
.menuButton4 a, .menuButton4 a:visited {
	position: absolute;
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_btn4.gif) no-repeat;
	height:23px;
	width:159px;
	display: block;
	margin: 0px 0px 0px 472px;
	padding: 6px 0px 0px;
	left: 0px;
	top: 0px;
	float: left;
}
.menuButton4 a:hover, .menuButton4 a:active {
	background-position:0 -29px;
	color:#000;
}

