/**************** From 500nations.net Video Site (PHPMOTION) **********************/
/*
.MenuTop_main {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 100%;
	position: absolute; top: 132px; left: 132px;
	margin-right: auto;
	margin-left: auto;
}
*/
.Menu_Container {
	/*height: 42px;
	margin-left: 63px;
	margin-top: 0px; */
}
.MenuButtons_main {
	height: 42px;
	width: 940px;
	text-align: center;
}
.MenuButtons_main ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
}


.MenuButtons_main li {
	display:inline;
	background-image: url(../images/common/navButtonOff.png);
	background-position: top;
	background-repeat: no-repeat;
}

.MenuButtons_main a:link, .MenuButtons_main a:visited, .MenuButtons_main a  {
	margin-right: 1px;
	float: left;
	display: block;
	width: 125px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url(../images/common/navButtonOff.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color:#fff8dc;
	font-size: 15px;
}
.MenuButtons_main .active a  {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url(../images/common/navButtonActive.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color:#A7562B;
	font-size: 16px;
}
.MenuButtons_main a:hover, .MenuButtons_main a:active {
	margin-right: 1px;
	float: left;
	display: block;
	width: 126px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	background-image: url(../images/common/navButtonHover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px none #999999;
	color: #fff8dc;
	font-size: 16px;
	
}

/*
#MenuButtons_main_upload{
	background-image: url(../images/slice_button_gold2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/
