/* MENU */
.tbl {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0;
	background: url(../img/bgbot.jpg) center center repeat-x;
	padding: 0;
	border-left: 1px solid White;
	border-top: 1px solid White;
}

.tblSep {
	width: 0;
}

.btnLeft {
	width: 0;
}

.btnLeftHL {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center repeat-x;
}

.btnMain {
	font-family: Arial;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
	text-align: Center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btnMain a {
	color: #FFFFFF;
	text-decoration: None;
}

.btnMainHL {
	font-family: Arial;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
	text-align: Center;
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 6px; /*shift text down 1px for selected and active item*/
	background: black url(../img/bgbot1.jpg) center center repeat-x;
}

.btnMainHL a {
	color: #FFFFFF;
	text-decoration: None;
}

.btnRight {
	width: 0;
	border-right: 1px solid #FFF;
}

.btnRightHL {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center repeat-x;
	border-right: 1px solid #FFF;
}

.btnRightPatch {
	width: 0;
}

.btnRightHLPatch {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center repeat-x;
}
/* END MENU */

