/* CSS Document */
<style type="text/css">
<!--
body {
	margin: 0px;
	line-height: 11px;
	vertical-align: super;
	white-space: pre;
}
p {
	display: inline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
td.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}	
td.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}
td.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
td.awards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #2D88AB;
	font-weight: bolder;
	color: #FFFFFF;
}
a.bold {
	font-size: 16px;
	font-weight: bolder;
	color: #0099CC;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited{
	color: #003366;
	text-decoration: none;	
}
a:hover {
	color: #006699;
	text-decoration: none;
}
div.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div.movietitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div.movietitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
div.playbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0pt;
	display: none;
	}
	


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #111;
	background: #fff; /* IE6 Bug */
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

ul.red li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #3C7389;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-weight: bol;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #003366;
	background: #f9f9f9;
} /* Hover Styles */

ul.red li a:hover {
	color: #FFFFFF;
	background: #1D4350;
	font-weight: bold;
} /* Hover Styles */
		
li ul li a { padding: 3px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
-->
