@charset "utf-8";
/* CSS Document */

#tournav {
	width:220px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:14px; 
	font-weight:bold; 
	padding:0; 
	margin:0
	}

#tournav a, #tournav a:link, #tournav a:visited {
	display:block; 
	padding:2px; 
	margin:0px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration:none;
	}
	
#tournav a:active, #tournav a.subLev:active, #tournav a.topLev:active {
	text-decoration:underline;
	}

#tournav a:hover {
	background-color:#66CCFF;
	}

#tournav a.subLev, #tournav a.subLev:link, #tournav a.subLev:visited {
	padding-left:50px; 
	text-indent:-30px;
	}

#tournav a.subLev:hover {
	background-color:#66CCFF;
	}

#tournav p {
	padding:2px 0px 2px 25px; 
	margin:3px 0px; 
	font-size:11px;
	}

#tournav .topLev, #tournav a.topLev {
	font-weight:bold;
	}

