@charset "UTF-8";

#subnavigation {
	margin: 0;
	clear: both;
	background-color: #790000;
	height: 2.5em;
	background-image: url(../images/nav/black_red_gradient.gif);
	background-repeat: repeat-x;
	width: 584px;
}

#MenuBar2 {
}

ul.subMenuBarHorizontal
{
	background-color: #790000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 100%;
}
/* 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;
}

ul.subMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: right;
}

ul.subMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0em 10px;
	color: #eee;
	text-decoration: none;
	border-left: 1px solid #330000;
	font: 1.0em/2.1em Verdana, Arial, Helvetica, sans-serif;
}

ul.subMenuBarHorizontal a:hover, ul.subMenuBarHorizontal a:focus
{
	color: #FFF;
	background-image: url(../images/nav/black_red_gradient_active.gif);
	background-repeat: repeat-x;
}

	#bodyabout .aboutsynopsis ul#MenuBar2 a.synopsis,
	#bodyabout .aboutfilmmakers ul#MenuBar2 a.filmmakers,
	#bodyabout .aboutdirectors ul#MenuBar2 a.directors,
	#bodyabout .aboutprod ul#MenuBar2 a.prod
 { 
	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.subMenuBarHorizontal 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.subMenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
