a.MENU:link, a.MENU:visited {
	font-family: "Lucida Console";
	font-size: xx-small;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.MENU:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
	text-transform: none;
}

.DIV_Menu {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	z-index: 2000;
	width: 1024px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EE9740;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EE9740;
	background-color: #101010;
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	padding-top: 5px;
	padding-left: 180px;
	background-repeat: repeat-x;
}
.TDBorder:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.DIV_MenuText {
	left: 0px;
	top: 0px;
	height: 40px;
	z-index: 2000;
	width: 1024px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EE9740;
	padding-left: 0px;
	padding-top: 0px;
	filter: Alpha(Opacity=100);


	-moz-opacity: 1.0;
	opacity: 1.0;
	position: fixed;
}
.TDItemPadding {
	padding-left: 2px;
	padding-right: 2px;
}
.TableBG {
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-position: left top;
	
}
