.scroller {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:492px; 
        height:363px;
        overflow:auto; }




	a { color: #073C1D; }
	a.visited { color: #073C1D; }
        a:link { color: #073C1D; }
        a.menu:hover {text-decoration: underline}
        a {text-decoration: none; }
	body { background-color: #000000; margin:0; padding:0; font-family: "times new roman", times, serif; font-size: 2px; }
	img { border:0; }
	a.menugeneral { display:block; width:114px; height:52px; background:url("images/menugeneral.gif") 0 0 no-repeat; text-decoration: none; }
	a.menushows { display:block; width:114px; height:51px; background:url("images/menushows.gif") 0 0 no-repeat; text-decoration: none; }
	a.menuguilds { display:block; width:114px; height:51px; background:url("images/menuguilds.gif") 0 0 no-repeat; text-decoration: none; }
	a.menuvendors { display:block; width:114px; height:52px; background:url("images/menuvendors.gif") 0 0 no-repeat; text-decoration: none; }
	a.menumedia { display:block; width:114px; height:52px; background:url("images/menumedia.gif") 0 0 no-repeat; text-decoration: none; }
	a.menucontact { display:block; width:114px; height:55px; 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.menugeneral { background-position:0 -52px; }
	a:hover.menushows { background-position:0 -51px; }
	a:hover.menuguilds { background-position:0 -51px; }
	a:hover.menuvendors { background-position:0 -52px; }
	a:hover.menumedia { background-position:0 -52px; }
	a:hover.menucontact { background-position:0 -55px; }
	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: 114px; 

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	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: 114px;
    top: 10px;
}

#nav3 li:hover ul, #nav3 li.sfhover ul { /* lists nested under hovered list items */
	left: 114px;
    top: 10px;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 93px;
	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;
}


<!--[if IE]>
<style type="text/css">
#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: 114px;
}

</style>
<![endif]-->
