div.menutop {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 52px;
	background-image: url('/images/menutopbg.jpg');
	}

td.menusplittertop {
	width: 1px;
	height: 30px;
	text-align: center;
	background-image: url('/images/menusplittertopbg.jpg');
	}

.menutop ul {
	margin: 0;
	padding: 0;
	font: 11px arial;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 0px solid gray;
	overflow: hidden;
	width: 100%;
	}


.menutop li {
	display: inline;
	margin: 0;
	}

.menutop li a {
	height: 30px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	margin: 0;
	padding: 0px 16px;
	color: #ffffff;
	}

.menutop li a:hover {
	color: #000000;
		}

.menutop li a.selected {
	color: #000000;
		}

div.menubottom 	{ 
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 39px;
	background-image: url('/images/menubottombg.jpg');
	}

td.menusplitterbottom {
	width: 1px;
	height: 30px;
	text-align: center;
	background-image: url('/images/menusplitterbottombg.jpg');
	}

.menubottom ul {
	margin: 0;
	padding: 0;
	font: 11px arial;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 0px solid gray;
	overflow: hidden;
	width: 100%;
	}


.menubottom li {
	display: inline;
	margin: 0;
	}

.menubottom li a {
	height: 30px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	margin: 0;
	padding: 0px 16px;
	color: #ffffff;
	}

.menubottom li a:hover {
	color: #000000;
		}

.menubottom li a.selected {
	color: #000000;
		}

.footerlinks ul {
	margin: 0;
	padding: 0;
	font: 11px arial;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 0px solid gray;
	overflow: hidden;
	width: 100%;
	}


.footerlinks li {
	display: inline;
	margin: 0;
	}

.footerlinks li a {
	height: 25px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	margin: 0;
	padding: 0px 3px;
	color: #ffffff;
	}

.footerlinks li a:hover {
	color: #000000;
		}

.footerlinks li a.selected {
	color: #000000;
		}



