a:link { color: #073C1D; }
body { 
	color: #ffffff; 
	margin: 0; 
	padding: 0; 
	}


.scroller {scrollbar-3dlight-color:#FDF368;
	scrollbar-arrow-color:#FDF368;
	scrollbar-base-color:#073C1D;
	scrollbar-darkshadow-color:#FDF368;
	scrollbar-face-color:#073C1D;
	scrollbar-highlight-color:#073C1D;
	scrollbar-shadow-color:#073C1D;
        scrollbar-track-color : #3B632D;
        background-color:#073C1D; 
        color:#ffffff;
        padding:0px; 
        width:497px; 
        height:547px;
        overflow:hidden; }

.yesscroller {scrollbar-3dlight-color:#A51613;
	scrollbar-arrow-color:#073C1D;
	scrollbar-base-color:#073C1D;
	scrollbar-darkshadow-color:#A51613;
	scrollbar-face-color:#FDF368;
	scrollbar-highlight-color:#073C1D;
	scrollbar-shadow-color:#073C1D;
        scrollbar-track-color : #579C39;
        background-color:#073C1D; 
        color:#ffffff;
        padding:0px; 
        width:497px; 
        height:547px;
        overflow:auto; }


	a { color: #073C1D; }
	a.visited { color: #073C1D; }
	body { background-color: #000000; margin:0; padding:0; font-family: "times new roman", times, serif; font-size: 2px; }
	img { border:0; }
	a.menuregular { display:block; width:161px; height:63px; background:url("images/menuregular.gif") 0 0 no-repeat; text-decoration: none; }
	a.menuspecial { display:block; width:161px; height:59px; background:url("images/menuspecial.gif") 0 0 no-repeat; text-decoration: none; }
	a.menulore { display:block; width:161px; height:45px; background:url("images/menulore.gif") 0 0 no-repeat; text-decoration: none; }
	a.menuknights { display:block; width:161px; height:62px; background:url("images/menuknights.gif") 0 0 no-repeat; text-decoration: none; }
	a.menumedia { display:block; width:161px; height:41px; background:url("images/menumedia.gif") 0 0 no-repeat; text-decoration: none; }
	a.menucontact { display:block; width:161px; height:36px; background:url("images/menucontact.gif") 0 0 no-repeat; text-decoration: none; }
	a.tickets { display:block; width:100px; height:100px; background:url("images/ticketsroll.gif") 0 0 no-repeat; text-decoration: none; }
	a:hover.menuregular { background-position:0 -63px; }
	a:hover.menuspecial { background-position:0 -59px; }
	a:hover.menulore { background-position:0 -45px; }
	a:hover.menuknights { background-position:0 -62px; }
	a:hover.menumedia { background-position:0 -41px; }
	a:hover.menucontact { background-position:0 -36px; }
	a:hover.tickets { background-position:0 -100px; }



#nav, #nav2, #nav3 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

} 

#nav ul, #nav2 ul, #nav3 ul { /*first level lists */
	padding: 0;
	margin: 0;
	list-style: none;
    white-space:nowrap;
    text-align: left;

}

#nav a, #nav2 a, #nav3 a {
	display: block;
    font: bold 12px verdana;
	line-height: 2.4;
	text-indent: 5px;

}

#nav li, #nav2 li, #nav3 li { /* all list items */
    position: relative;
	float: left;
	width: 161px; 

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 230px;
	background: url(images/dropdownbg.gif);
    border: 3px solid #A51613;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}



#nav li:hover ul, #nav2 li:hover ul,  
#nav li.sfhover ul, #nav2 li.sfhover ul  { /* lists nested under hovered list items */
	left: 161px;
    top: 20px;
}

#nav3 li:hover ul, #nav3 li.sfhover ul { /* lists nested under hovered list items */
	left: 161px;
    top: 5px;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 128px;
	background: url(images/dropdownbg.gif);
    border: 3px solid #A51613;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#nav3 li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	background: url(images/dropdownbg.gif);
    border: 3px solid #A51613;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}


#content {
	clear: left;
	color: #ccc;
}


a.menu:hover {text-decoration: underline}
a {text-decoration: none; }




<!--[if IE]>
#nav li:hover ul, #nav li.sfhover ul, #nav2 li:hover ul, #nav2 li.sfhover ul, #nav3 li:hover ul, #nav3 li.sfhover ul { /* lists nested under hovered list items */
	left: 161px;
}

<![endif]-->






