table.menuButtons {
	background-color: transparent;
	position: relative;
	z-index: 40;
}

div#menu {
	background-repeat: repeat-x;
	position: relative;
	width: 209px;
	background-position: 0 0; 
	background-color: transparent;
	left: 8px;
}

div.text, div.menuButton-left, div.menuButton-right {	
	height: 24px;/* global height of menuButtons */
}

div.menu-topbit {
	background-position: top left; 
	background-image: url( /images/menu-topbit.gif );
	background-repeat: repeat-x;
	position: absolute;
	width: 1px;
	height: 19px;
	top: -10px;
	right: 2px;
	z-index: 20;
}

td.menuButton, td.menuButton-on, td.menuButton div.text, td.menuButton-on div.text {
	cursor: pointer;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;
}

td.menuButton p, td.menuButton-on p {
	text-align: center;
	line-height: 22px;
	width: 100%;
}

td.menuButton {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

td.menuButton, div.sidePanel-padding {
	padding-right: 12px;
}

div.sidePanel-padding {
	margin: 20px 0px;
}
div.sidePanel-anchor {
	margin: 0px 0px 20px 20px;
	float: right;
	width: 200px;
}
.panel-top1, .panel-top3 {
	width: 9px;
	height: 36px;
}


.panel-top2, .panel-bottom2 {
	background-repeat: repeat-x;
}
.panel-left, .panel-right {
	background-repeat: repeat-y;
}

.panel-top2, .panel-bottom2, .panel-left, .panel-right {
	background-position: top left;
}
td.panel-center {
	background-color: #fffdf8;
	padding: 10px 0px 0px 0px;
}

.panel-top2 {
	background-image: url( /images/panel-top2.png );
}
.panel-bottom2 {
	background-image: url( /images/panel-bottom2.png );
}
.panel-left {
	background-image: url( /images/panel-left.png );
}
.panel-right {
	background-image: url( /images/panel-right.png );
}



td.menuButton-on {
	padding: 4px 12px 13px 4px;
	background-image: url( /images/menuButton-white.gif );
	
}

td.menuButton div.text {
	background-image: url( /images/menuButton.gif );
	/* background-color: #63c3cf;
	border: solid 1px #18a6b8; */
	color: #000000;

}
td.menuButton:hover div.text, td.menuButton-on div.text {
	background-image: url( /images/menuButton-on.gif );
	/* background-color: #da877b;
	border: solid 1px #c94e3b; */
	color: #000000;
}


div.menuButton-left {
	background-image: url( /images/menuButton-left.gif );
	background-repeat: no-repeat;
	background-position: top left;
}
div.menuButton-right {
	background-image: url( /images/menuButton-right.gif );
	background-repeat: no-repeat;
	background-position: top left;
}


td.menuButton:hover div.menuButton-left, td.menuButton-on div.menuButton-left {
	background-image: url( /images/menuButton-on-left.gif );
	background-repeat: no-repeat;
	background-position: top left;
}

td.menuButton:hover div.menuButton-right, td.menuButton-on div.menuButton-right {
	background-image: url( /images/menuButton-on-right.gif );
	background-repeat: no-repeat;
	background-position: top left;
}

div.menuButton-left, div.menuButton-right {
	width: 4px;
	position: absolute;
	border: solid red 0px;
	z-index: 10000;
	top: 0px;
}

div.menuButton-left {
	left: 0px;
}

div.menuButton-right {
	right: 0px;
}