/* CSS Document */
#nav, #nav ul {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #343434;
}
 
#nav a {
	display: block;
	width: 98px;
	color: #E0E0E0;
	text-decoration: none;
	font-size: 13px;

//	padding: 2px;
	text-align:center;
	height: 20px;
}
 
#nav li {
	float: left;
	width: 98px; /* this line is needed to keep it from breaking in Opera */
}
 
#nav li ul {
	position: absolute;
	width: 98px;
	left: -999em;
}
 
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	text-align:center;
	background-color:#2D2D2D;
}
 
#nav li:hover, #nav li.sfhover {
	background-color:#343434;
}
#pre-theatre p {
	margin-top:10px;
	line-height:20px;
}