/* Main Menu Bar */
#atvMainMenu  a:hover {
	color: #FFFFFF;
}

#atvMainMenu  a:active {
	
}
a {
	text-decoration: none;
}

#atvMainMenu {
	background: url(../img/web2/atvMenuBg.jpg);
	width: 100%;
	height: 30px;
	text-align: center;
}
#atvMainMenu div {
	position: relative;
	z-index: 100;
}
#atvMainMenu a:hover {
	color: #5b5b5b;
}
#atvMainMenu td:hover{
	background: url(../img/web2/atvMenuBgHover.jpg);
}
#atvMainMenu li.new:after {
	content: "new";
	background-color: red;
	color: #FFF;
	font-weight: bold;
	
}
#subMenu td:hover{
	background: transparent url(../img/web2/atvSubTitleBg.jpg) repeat-x scroll left top;
}
#subMenu {
  position: relative;
  z-index: 50;
}
#content {
	-moz-box-shadow: 0 -27px 20px #888;
	-webkit-box-shadow: 0 -27px 20px #888;
  z-index: 0;
}
#newsTable th, #upEventsTable th {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-moz-box-shadow: 0 -1px 3px #CCC;
	-webkit-box-shadow: 0 -1px 3px #CCC;
}