/* CSS Document */

#nav, #nav ul {

	float:left;

	padding: 0px;

	margin: 0px;

	list-style: none;

	background-color: #343434;

}

 

#nav a {

	display: block;

	width: 120px;

	color: #f00;

	text-decoration: none;

	font-size: 13px;
	
	font-weight: bold;



//	padding: 2px;

	text-align:center;

	height: 20px;

}

 

#nav li {

	float: left;

	width: 120px; /* this line is needed to keep it from breaking in Opera */

}

 

#nav li ul {

	position: absolute;

	width: 120px;

	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;

}
