#nav {
	float:right;
	width:500px;
	margin-top: 52px;
}

#nav li{
	float:left;
	width:90px;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}

#nav li a{color: #FFFFFF;}

/* image links */



a.Nhome, a:link.Nhome, a:active.Nhome, a:visited.Nhome {
	background-image: url(../images/headings/home2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width:90px;
	display:block;
}

a:hover.Nhome {
	background-image: url(../images/headings/home2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



a.Nabout, a:link.Nabout, a:active.Nabout, a:visited.Nabout {
	background-image: url(../images/headings/about-us2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width:90px;
	display:block;
}

a:hover.Nabout {
	background-image: url(../images/headings/about-us2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



a.Nservices, a:link.Nservices, a:active.Nservices, a:visited.Nservices {
	background-image: url(../images/headings/services2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width:90px;
	display:block;
}

a:hover.Nservices {
	background-image: url(../images/headings/services2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}




a.Nportfolio, a:link.Nportfolio, a:active.Nportfolio, a:visited.Nportfolio {
	background-image: url(../images/headings/portfolio2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width:90px;
	display:block;
}

a:hover.Nportfolio {
	background-image: url(../images/headings/portfolio2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



a.Ncontact, a:link.Ncontact, a:active.Ncontact, a:visited.Ncontact {
	background-image: url(../images/headings/contact-us2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width:90px;
	display:block;
}

a:hover.Ncontact {
	background-image: url(../images/headings/contact-us2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* nav links */

body#twbhome #hometab {	background-image: url(../images/headings/home2.gif);background-repeat: no-repeat;background-position: center bottom;}
body#twbabout #abouttab {background-image: url(../images/headings/about-us2.gif);background-repeat: no-repeat;background-position: center bottom;}
body#twbservices #servicestab {background-image: url(../images/headings/services2.gif);background-repeat: no-repeat;background-position: center bottom;}
body#twbportfolio #portfoliotab {background-image: url(../images/headings/portfolio2.gif);background-repeat: no-repeat;background-position: center bottom;}
body#twbcontact #contacttab {background-image: url(../images/headings/contact-us2.gif);background-repeat: no-repeat;background-position: center bottom;}
/*
body#twbhome #hometab a {}
body#twbabout #abouttab a {}
body#twbservices #servicestab a {}
body#twbportfolio #portfoliotab a {}
body#twbcontact #contacttab a {}*/


