#menu{
	height:77px;
	background:url('/images/MainMenu-Bkg.gif') top center repeat-y;
	padding-top:5px;
}
#menuTop{
	margin:0px;
}
#menuTop, #menuSub{
	margin-left:25px;
	margin-right:25px;
	height:30px;
}
#menuSub{
	margin-left:24px;
}
#menuSub span{
	padding-top:10px;
}
#menu .menuImg,#menu .menuImg2{
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#menuSub{
	background:#008000;
	height:42px;
	margin-top:0px;
	position:absolute;
	width:1012px;
	color:white;
	text-align:left;
}
#menuSub a{
	padding-left:15px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
#menuSub a:hover{
	text-decoration:underline;
	color:#00cc33;
}
#menuSub a.noOver:hover{
	text-decoration:none;
	color:white;
}
#menuSubs, #menuSubs .menuSub{
	width:1012px;
}
#menuSubs .menuSub,#videoPlayerContainer .menuSub{
	display:none;
	width:1012px;
	position:absolute;
	top:140px;
	height:auto;
	padding:5px 10px 5px 25px;
}
#homeBuffer{
	padding-left:200px;
}
#videoPlayerContainer .menuSub{
	top:auto;
	margin-top:35px;
	margin-left:180px;
}
/*
.subMenuTop{
	background:url('/images/SubMenuBkg-Top.png') top center no-repeat;
	height:28px;
	width:269px;
}
.subMenuMiddle{
	background:url('/images/SubMenuBkg-Body.png') top center repeat-y;
	width:269px;
}
.subMenuBottom{
	background:url('/images/SubMenuBkg-Btm.png') top center no-repeat;
	height:19px;
	width:269px;
}
*/
#menuSubs .menuSubShow,#videoPlayerContainer .menuSubShow{
	display:block;
	z-index:100;
}
a.menuSubItem{
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	display:inline;
	padding-left:15px;
	padding-right:15px;
}
a.menuSubItemHover{
	text-decoration:underline;
	color:#00cc33;
}
span#submenuspan{
	background:url('/images/SubNav-Bkg.gif') top center no-repeat;
	height:100%;
	width:100%;
}
.hideMe{
	display:none;
}