@charset "utf-8";
/* CSS Document */

*
*	Setup
*/
ul.cssmenu {
	padding: 0px;
	margin: 0px;

	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	list-style: none;
	}

ul.cssmenu li a {
	display: block;
	height: 44px;
	width:989px;
	background: url('../images/navigationbar.jpg');
	}

/*
*	Normal Links
*/

ul.cssmenu li.home a {
	background-position: -0px 0;
	width:102px;
	
	}

ul.cssmenu li.results a {
	background-position: -88px 0;
	width:100px;
	}

ul.cssmenu li.fixtures a {
	background-position: -185px 0;
	width:100px;
	}
	
ul.cssmenu li.tables a {
	background-position: -285px 0;
	width:85px;
	}
	
ul.cssmenu li.commitee a {
	background-position: -372px 0;
	width: 110px;
	}

ul.cssmenu li.competitions a {
	background-position: -488px 0;
	width:140px;
	}
	
ul.cssmenu li.sponsors a {
	background-position: -635px 0;
	width:108px;
	}
	
ul.cssmenu li.teams a {
	background-position: -745px 0;
	width:82px;
	}
ul.cssmenu li.photos a {
	background-position: -828px 0;
	width:90px;
	}
	
ul.cssmenu li.bar a {
	background-position: -910px 0;
	width:65px;
	}

/*
*	Hover Links
*/


ul.cssmenu li.home a:hover {
	background-position: -0px -46px;
	width:102px;	
	}

ul.cssmenu li.results a:hover {
	background-position: -88px -46px;
	width:100px;
	}
	
ul.cssmenu li.fixtures a:hover {
	background-position: -185px -46px;
	width:100px;
	}

ul.cssmenu li.tables a:hover {
	background-position: -285px -46px;
	width:85px;
	}

ul.cssmenu li.commitee a:hover {
	background-position: -372px -46px;
	width:110px;
	}
	
ul.cssmenu li.contact a:hover {
	background-position: -567px -45px;
	width:91px;
	}
	
ul.cssmenu li.competitions a:hover {
	background-position: -488px -46px;
	width:140px;
	}
	
ul.cssmenu li.sponsors a:hover {
	background-position: -635px -46px;
	width:108px;
	}

ul.cssmenu li.teams a:hover {
	background-position: -745px -46px;
	width:82px;}
	
ul.cssmenu li.photos a:hover {
	background-position: -828px -46px;
	width:90px;
	}

}

.urbangreymenu{
	width: 220px; /*width of menu*/

}



.urbangreymenu .headerbar{

	font: bold 13px Verdana;

	color: white;

	background: #00355f url(../images/bgnav.jpg); /*last 2 values are the x and y coordinates of bullet image*/

	margin-bottom: 0; /*bottom spacing between header and rest of content*/

	text-transform: uppercase;

	padding: 7px 0 7px 6px; /*31px is left indentation of header text*/

}



.urbangreymenu ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

}



.urbangreymenu ul li{

padding-bottom: 2px; /*bottom spacing between menu items*/

}



.urbangreymenu ul li a{

	font: normal 12px Arial;

	color: black;

	background: #e0f0ff;

	display: block;

	padding: 5px 0;

	line-height: 17px;

	padding-left: 8px; /*link text is indented 8px*/

	text-decoration: none;

}



.urbangreymenu ul li a:visited{

color: black;
font: normal 12px Arial;
text-decoration: none;

	padding: 5px 0;

	line-height: 17px;

	padding-left: 8px; /*link text is indented 8px*/
}



.urbangreymenu ul li a:hover{ /*hover state CSS*/

	color: white;

	background: #000044;
	font: normal 12px Arial;
		text-decoration: none;
		
	padding: 5px 0;

	line-height: 17px;

	padding-left: 8px; /*link text is indented 8px*/

}
