#topnav {
	float: left;
	list-style-type:none;
	display:block;
	width:100%;
	height:45px;
	margin-bottom:0px;
	margin-top:10px;
	font-size:90%;
}
	#topnav li {
		display:block;
		float:left;
		background:#F9F9F6 url(/images/bg_li.png) no-repeat right top;
	}
		#topnav li a {
			display:block;	
			border-bottom:3px solid #df0000;
			font-weight:bold;
			color:#666;
			text-align:center;
			text-decoration:none;
			padding-top:10px;
			padding-bottom:10px;
		}
		#topnav li a:hover,
		#topnav li a.active {
			background-color:#FFF;
			padding-top:10px;
			padding-bottom:14px;
			color:#333;
			background-image: url(/images/top_nav_ball.gif);
			background-repeat: no-repeat;
			background-position: 98% 98%;
		}
	#topnav li.about {
		width:148px;
	}
		#topnav li.about a {
			width:148px;
		}
	#topnav li.honours {
		width:148px;
	}
		#topnav li.honours a {
			width:148px;
		}
	#topnav li.leagues {
		width:108px;
	}
		#topnav li.working a {
			width:108px;
		}
	#topnav li.teams {
		width:148px;
	}
		#topnav li.teams a {
			width:148px;
		}
	#topnav li.message {
		width:148px;
	}
		#topnav li.message a {
			width:148px;
		}
	#topnav li.contact {
		width:120px;
	}
		#topnav li.contact a {
			width:120px;
		}

#leftcontent {
	float: left;
	width:150px;
	z-index: 0;
	background:#FFFFFF;
	/* background:#00FFFF; */
	/* border:1px solid #000; */
	margin-right:10px;
}

.leftnav{
margin: 5px 0;
padding: 0;
width: 150px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.leftnav a.menuitem{
background: black url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.leftnav a.menuitem:visited, .leftnav .menuitem:active{
color: white;
}

.leftnav a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.leftnav a.menuitem:hover{
background-image: url(/images/glossyback2.gif);
}

.leftnav div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.leftnav div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.leftnav div.submenu ul li{
border-bottom: 1px solid blue;
}

.leftnav div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.leftnav div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

