@charset "UTF-8";

#navigation {
	margin: 0;
	width: 800px;
	clear: both;
	background-color: #000;
	height: 2.4em;
	background-image: url(../images/nav/black_gradient.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#MenuBar1 {
	margin: 0;
}

ul.MenuBarHorizontal
{
	background-color: #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	xfont-size: 100%;
	cursor: default;
	width: 800px;
	display: block;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	color: #3f4412;
}

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	xwidth: 8em;
	float: left;
	xheight: 30px;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	border-right: 1px solid #000;
	padding: 0em 1.5em;
	color: #eee;
	text-decoration: none;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2em;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	xbackground-color: #3f4412;
	color: #FFF;
	background-image: url(../images/nav/black_red_gradient_ro.gif);
	background-repeat: repeat-x;
}

#bodyhome ul#MenuBar1 a.home,
#bodyabout ul#MenuBar1 a.about,
#bodycast ul#MenuBar1 a.cast,
#bodygallery ul#MenuBar1 a.gallery,
#bodytrailer ul#MenuBar1 a.trailer,
#bodyvideos ul#MenuBar1 a.videos,
#bodynews ul#MenuBar1 a.news,
#bodypress ul#MenuBar1 a.press,
#bodylinks ul#MenuBar1 a.links,
#bodycontact ul#MenuBar1 a.contact
 { 
    xbackground-color: #790000;   /* or whatever style you'd want for the active page */
	background-image: url(../images/nav/black_red_gradient_active.gif);
	background-repeat: repeat-x;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #000;
	}
}
