﻿#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
	padding-left: 4px;
	font-size: 0.85em;
	font-weight: normal;
	padding-right: 4px;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #111111;
	padding: 1px;
	margin: 0px;
}
#nav li ul a:hover {
	background-color: #CCCCCC;
	color: #333333;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#moviebox {
	background-color: #000;
	padding: 2px;
	height: 450px;
	width: 360px;
	margin-left: -180px;
	position: absolute;
	z-index: 15;
	left: 50%;
	top: 320px;
	visibility: hidden;
}
#moviebox span {
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 4px;
	font-size: 9px;
	font-weight: normal;
	cursor: pointer;
}
#moviebox .iframer {
	background-color: #000;
	padding: 2px;
	height: 360px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

