/* MENU */
.tbl {
	float: left;
	text-align: center;
	width: 100%;
	background: url(../img/bgbot.jpg) center center repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

.tblSec {
	float: left;
	text-align: center;
	width: 100%;
	background: url(../img/bgbot.jpg) center center repeat-x;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

.tblSep {
	width: 0;
}

.btnLeft {
	width: 0;
}

.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;
}

.btnMain a:hover {
	text-decoration: Underline;
}

.btnRight {
	width: 0;
	border-right: 1px solid #FFF;
}

.btnRightLast {
	border-right: 0;
}
/* END MENU */

