li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: underline;
}


a:hover {
	color: #e89c84;
}		


/* *****************************************************
    Main navigation
   ***************************************************** */

#header ul
{
	clear: both;

	margin: 0;
	padding: 0;
	
	list-style-type: none;
}
#theatre
{
	margin: 0;
	padding: 0;
	float: left;
}

#header li a
{
	display: block;
	width: 125px;
	
}
#header li.hide a
{
	display: inline;
}

#header a.toplevel, #header li.over a.toplevel
{
	width: 100px;
	height: 2.5em;
	line-height: 1em;
	padding: 0.5em 10px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(/images/home/down.gif);
}

#header li ul
{
	display: none;
	position: absolute;
}
#header li:hover ul, #header li.over ul
{
	display: block;
}

#header li ul
{
width: 125px;
padding: 0 1em 1em;
background-color: #79331c;
border: medium outset #79331c;	
}

#theatre
{
	background-color: #79331c;
	
}

#theatre a
{
	text-decoration: none;
}

#theatre a:hover
{
	text-decoration: underline;
}



#theatre a.toplevel:hover
{
	text-decoration: none;
}



