/* Begin CSS Drop Down Menu */


#menuh-container
	{
	
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;

}
	
	#menuh a.parent
	{
	border: 1px solid #555;
	margin-left:7px;
	width:184px;
	padding-top:3px;
	padding-bottom:3px;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	
	}	

#menuh a.parent, #menuh a.parent:visited	/* menu at mouse-over  */
	{
	color: white;
	background-color: #008FD4;
	}	

#menuh a.parent:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: royalblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	width:200px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:503;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:502;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

body{margin:0px;padding:0px;behavior:url(csshover.htc);background-image:url('images/newsidefilmnew.gif');background-repeat:repeat-y;}
li, a {border:0px;margin:0px;color:#0060FF;}
ul.sitemap{font-size:16px;font-family:Georgia;font-weight:bold;}
ul.sitemap li{margin-left:20px;font-size:14px;font-weight:normal;}
ul.submap{margin-left:0px;}
a.parent{color:white;}
div.sidebar{
	color:White;
	font-family:georgia;
	font-size:14px;
	position:absolute;
	top:320px;
	left:60px;
	width:160px;
	background-color:#006FB4;
	padding-top:10px;
	padding-bottom:10px;
}
div.sidebar div{padding-left:15px;padding-top:2px;padding-bottom:2px;}
div.sidebar a {text-decoration:none;color:white;}
div.selectedbar {background-color:#888Da0;}
div.indent span{font-size:12px;padding-left:12px;}

div.indentselectedbar {background-color:#888Da0;}
div.indentselectedbar span{font-size:12px;padding-left:12px;}

div.mainpart{margin-left:90px;margin-right:30px;margin-top:15px;}
div.mainpartindex{margin:15px;}

table.featuretable{width:410px;margin-left:5px;}
td.featurecell{height:70px;}

span.credit{font-size:10px;float:left;}

body{font-family:Georgia;}

li.bodyText{color:Black;margin-top:8px;}