

ul#menu {
	margin: 0 auto 0 auto;
	height: 23px;
	list-style-type: none;
	overflow: hidden;
}

#header ul#menu  {
 background: transparent url(menus_bg.png) no-repeat; 
 background-position: 2px 0px;
}

ul#menu li a {
	background: transparent url(menus_bg.png) no-repeat;
	float: left;
	padding: 0;
	height /**/:23px; /* IE5/Win */
}

#header li#home a				{ background-position: 0 0px; width: 101px; left: 0; }
#header li#home a:hover		{ background-position: 0 -23px; }
#header li#home a.selected 	{ background-position: 0 -23px; }
#header li#about a 			{ background-position: -104px -88px; width: 101px; left: 102px; }
#header li#about a:hover		{ background-position: -104px -23px; }
#header li#about a.selected	{ background-position: -104px -23px; }
#header li#advice a 			{ background-position: -208px -88px; width: 101px; left: 208px; }
#header li#advice a:hover		{ background-position: -208px -23px; }
#header li#advice a.selected	{ background-position: -208px -23px; }
#header li#funding a 			{ background-position: -312px -88px; width: 101px; left: 312px; }
#header li#funding a:hover		{ background-position: -312px -23px; }
#header li#funding a.selected	{ background-position: -312px -23px; }
#header li#comm a 				{ background-position: -416px -88px; width: 101px; left: 416px; }
#header li#comm a:hover		{ background-position: -416px -23px; }
#header li#comm a.selected		{ background-position: -416px -23px; }
#header li#account a 			{ background-position: -520px -88px; width: 101px;left: 520px; }
#header li#account a:hover		{ background-position: -520px -23px; }
#header li#account a.selected	{ background-position: -520px -23px; }

#header li#home_selected a				{ background-position: 0 -23px; width: 101px; left: 0; }
#header li#home_selected a:hover		{ background-position: 0 -23px; }
#header li#about_selected a 			{ background-position: -104px -23px; width: 101px; left: 104px; }
#header li#about_selected a:hover		{ background-position: -104px -23px; }
#header li#advice_selected a 			{ background-position: -208px -23px; width: 101px; left: 208px; }
#header li#advice_selected a:hover		{ background-position: -208px -23px; }
#header li#funding_selected a 			{ background-position: -312px -23px; width: 101px; left: 312px; }
#header li#funding_selected a:hover	{ background-position: -312px -23px; }
#header li#comm_selected a 			{ background-position: -416px -23px; width: 101px; left: 416px; }
#header li#comm_selected a:hover		{ background-position: -416px -23px; }
#header li#account_selected a 			{ background-position: -520px -23px; width: 101px;left: 520px; }
#header li#account_selected a:hover	{ background-position: -520px -23px; }
ul#footerlinks  {

	width: 100%;	
	top: 10px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;

}

ul#footerlinks li {

	margin: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	white-space: nowrap;
	width: 176px;
	text-align: left;
	padding: 0px;
	line-height: 18px;

}

ul#footerlinks li a:link,ul#footerlinks li a:visited{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	line-height: 18px;

}

ul#footerlinks li a:hover{

	text-decoration: underline;

}
