/* MENUS */

#menu {
	width:700px;
	height:40px;
	margin:auto;
	font-family:Trebuchet MS;
	font-size:11pt;
	background:url('../images/layout/menu.png') no-repeat;
	position:relative;
	top:80px;
}

.menubutton {
	width:99px;
	height:100%;
	color: #000000;
	float:left;
	text-align:center;
}

.menucurrent {
	width:99px;
	height:100%;
	color: #999999;
	float:left;
	text-align:center;
	font-weight:bolder;
	background:url('../images/layout/currentmenu.png');
}

#menu a {
	position:relative;
	top:9px;
	text-decoration:none;
}

#bottommenu a, #pagemenu a {
	position:relative;
	top:8px;
	text-decoration:none;
}

#bottommenu span, #pagemenu span {
	color:#999999;
	position:relative;
	top:8px;
	font-weight:bold;
}

#bottommenu {
	width:700px;
	height:30px;
	margin:auto;
	background: url('../images/layout/menubottom.png') no-repeat;
	position:relative;
	font-family:Trebuchet MS;
	font-size:9pt;
	top:40px;
	left:-50px;
}
#pagemenu {
	height:30px;
	width:550px;
	position:relative;
	top:-530px;
	left:220px;
	z-index:5;
}
#pagemenu a:link, #pagemenu a:visited {
	color:#000000;
	font-weight:bold;
	}
.btn, .selbtn {
	float:right;
	width:100px;
	height:100%;
	margin-right:10px;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:9pt;
}
.btn {
	background:url('../images/layout/btn.png');
}
.selbtn {
	background:url('../images/layout/btnsel.png');
}