#menu {
	background: white url(../images/button-no-border96.png) repeat-x;
	color: white;
	/*
	position: absolute;
	width: 80%;
	left: 22%;
	top: 90px;
	*/
	/* width: 100%; */
	/* margin-bottom: 20px; */
	border: 1px solid silver;
	padding: 5px 0px 5px 0px;
}
/*
 * css2 selectors for correcting the hack in css1 to support IE's broken box model.
 */
body>#content>#menu {
	padding: 6px;
}
#menu a {
	color: white;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}
/*
 * css2 selectors for correcting the hack in css1 to support IE's broken box model.
 */
body>#content>#menu>a {
	padding-top: 6px;
}
#menu a:hover {
	background: white url(../images/button_selected-noborder96.png) repeat-x;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	/* padding: 1px 0px 1px 0px; */
	text-align: center
}
.button {
	font: 1.2em verdana, tahoma;
}
.button a {
	float: none;
	margin: 0px;
	padding: 0px;
	/* background: white url(images/button96.png) no-repeat; */
	display: block;
	padding-top: 6px;
	color: white;
	width: 96px;
	height: 28px;
	text-align: center;
}
.button-selected {
	font: 1.2em verdana, tahoma;
}
.button-selected a {
	background: white url(../images/button_selected96.png) no-repeat;
	display: block;
	padding-top: 6px;
	color: white;
	width: 96px;
	height: 28px;
	text-align: center;
	text-decoration: none;
}

