
body { 
	color: #ffffff; 
	margin: 0; 
	padding: 0; 
	}


.scroller {scrollbar-3dlight-color:#BA0401;
	scrollbar-arrow-color:#BA0401;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#BA0401;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
        scrollbar-track-color : #580200;
        background-color:#000000; 
        color:#ffffff;
        padding:0px; 
        width:546px; 
        height:466px;
        overflow:hidden; }

.yesscroller {scrollbar-3dlight-color:#BA0401;
	scrollbar-arrow-color:#BA0401;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#BA0401;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
        scrollbar-track-color : #580200;
        background-color:#000000;  
        color:#ffffff;
        padding:0px; 
        width:546px; 
        height:466px;
        overflow:auto; }


	a { color: #ffffff; }
	a.visited { color: #FDFD20; }
        a:link { color: #FDFD20; }
        a.menu:hover {text-decoration: underline}
        a {text-decoration: none; }
        a:hover{ text-decoration:underline; } 
        h1 {font-family: Pristina; color:#FFFFFF; font-size:x-large; margin-top: 0px; 
margin-bottom: 0px;}
        h2 {font-family: Pristina; color:#FDFD20; font-size:x-large; margin-top: 0px; 
margin-bottom: 0px;}
	body { background-color: #000000; margin:0; padding:0; font-family: "times new roman", times, serif; font-size: 2px; }
	img { border:0; }
	a.menuhome { display:block; width:254px; height:43px; background:url("_images/menuhome.gif") 0 0 no-repeat; text-decoration: none; }
	a.menuabout { display:block; width:px; height:59px; background:url("_images/menuabout.gif") 0 0 no-repeat; text-decoration: none; }
	a.menumedia { display:block; width:170px; height:59px; background:url("_images/menumedia.gif") 0 0 no-repeat; text-decoration: none; }
	a.menufans { display:block; width:130px; height:59px; background:url("_images/menufans.gif") 0 0 no-repeat; text-decoration: none; align:left; }
	a.menufaq { display:block; width:px; height:59px; background:url("_images/menufaq.gif") 0 0 no-repeat; text-decoration: none; }
	a.menulinks { display:block; width:254px; height:58px; background:url("_images/menulinks.gif") 0 0 no-repeat; text-decoration: none; }
	a.menucalendar { display:block; width:254px; height:61px; background:url("_images/menucalendar.gif") 0 0 no-repeat; text-decoration: none; }
	a.menucontact { display:block; width:254px; height:59px; background:url("_images/menucontact.gif") 0 0 no-repeat; text-decoration: none; }
	a:hover.menuhome { background-position:0 -43px; }
	a:hover.menuabout { background-position:0 -59px; }
	a:hover.menumedia { background-position:0 -59px; }
	a:hover.menufans { background-position:0 -59px; }
	a:hover.menufaq { background-position:0 -59px; }
	a:hover.menulinks { background-position:0 -58px; }
	a:hover.menucalendar { background-position:0 -61px; }
	a:hover.menucontact { background-position:0 -59px; }



#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 { /* all list items */
        position: relative;
	float: left;
	width: 200px; 

} 

#nav2 li { /* all list items */
        position: relative;
	float: left;
	width: 180px; 

} 

#nav3 li { /* all list items */
        position: relative;
	float: left;
	width: 145px; 

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	background-color:#000000;
        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=80);
	-moz-opacity:.80;
	opacity:.80;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 128px;
	background-color:#000000;
    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=80);
	-moz-opacity:.80;
	opacity:.80;
}

#nav3 li ul { /* second-level lists */
	position: absolute;
	width: 128px;
	background-color:#000000;
    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=80);
	-moz-opacity:.80;
	opacity:.80;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: 180px;
    top: 13px;
}

#nav2 li:hover ul, #nav2 li.sfhover ul  { /* lists nested under hovered list items */
    left: 120px;
    top: 13px;
}

#nav3 li:hover ul, #nav3 li.sfhover ul { /* lists nested under hovered list items */
	left: 125px;
        top: 15px;
}



#content {
	clear: left;
	color: #ccc;
}





<!--[if IE]>
#nav li:hover ul, #nav li.sfhover ul 
{ /* lists nested under hovered list items */
	left: 180px;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: 146px;
}

#nav3 li:hover ul, #nav3 li.sfhover ul { /* lists nested under hovered list items */
	left: 125px;
}

<![endif]-->





