/************** nav **************/

ul.mainnav {margin:0; padding:0;}

#nav {
	float:right;
	width:550px;
	margin-top: 95px;
}

#nav li{
	float:left;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin:0 7px 0 7px;
}

#nav li a{color: #FFFFFF;}
	
	
	
a.Nhome, a:link.Nhome, a:active.Nhome, a:visited.Nhome {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:59px;
	display:block;
}

a:hover.Nhome {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


a.Nfunction, a:link.Nfunction, a:active.Nfunction, a:visited.Nfunction {
	background-image: url(../images/nav/function.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:116px;
	display:block;
}

a:hover.Nfunction {
	background-image: url(../images/nav/function.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


a.Nmenu, a:link.Nmenu, a:active.Nmenu, a:visited.Nmenu {
	background-image: url(../images/nav/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:61px;
	display:block;
}

a:hover.Nmenu {
	background-image: url(../images/nav/menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


a.Nabout, a:link.Nabout, a:active.Nabout, a:visited.Nabout {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:77px;
	display:block;
}

a:hover.Nabout {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



a.Nlinks, a:link.Nlinks, a:active.Nlinks, a:visited.Nlinks {
	background-image: url(../images/nav/links.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:57px;
	display:block;
}

a:hover.Nlinks {
	background-image: url(../images/nav/links.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



a.Nfind, a:link.Nfind, a:active.Nfind, a:visited.Nfind {
	background-image: url(../images/nav/finding.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width:88px;
	display:block;
}

a:hover.Nfind {
	background-image: url(../images/nav/finding.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


body#home #hometab {background-image: url(../images/nav/home.gif);background-repeat: no-repeat;background-position: center bottom;}
body#function #functiontab {background-image: url(../images/nav/function.gif);background-repeat: no-repeat;background-position: center bottom;}
body#menu #menutab {background-image: url(../images/nav/menu.gif);background-repeat: no-repeat;background-position: center bottom;}
body#about #abouttab {background-image: url(../images/nav/about.gif);background-repeat: no-repeat;background-position: center bottom;}
body#find #findtab {background-image: url(../images/nav/finding.gif); background-repeat: no-repeat; background-position: center bottom;}
body#links #linkstab {background-image: url(../images/nav/links.gif); background-repeat: no-repeat; background-position: center bottom;}