#topNav ul#topNavList {
	margin: 0px;
	padding: 0px;
}
#topNav #topNavList li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topNav #topNavList li a {
	float: left;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../images/buttons-top-nav.jpg);
	background-repeat: no-repeat;
	width: 100px;
}
/* BUTTONS */
#topNav #topNavList li#home a {
	background-position: 0 0;
	width: 120px;
}
#topNav #topNavList li#webDesign a {
	background-position: -120px 0px;
	width: 171px;
}
#topNav #topNavList li#porfolio a {
	background-position: -291px 0px;
	width: 135px;
}
#topNav #topNavList li#ourServices a {
	background-position: -339px 0px;
	width: 126px;
}
#topNav #topNavList li#eCommerce a {
	background-position: -426px 0px;
	width: 151px;
}
#topNav #topNavList li#hosting a {
	background-position: -577px 0px;
	width: 131px;
}
#topNav #topNavList li#blog a {
	background-position: -708px 0px;
	width: 113px;
}
#topNav #topNavList li#contact a {
	background-position: -821px 0px;
	width: 129px;
}
/* OVER STATES */
#topNav #topNavList li#home a:hover {
	background-position: 0 -40px;
}
#topNav #topNavList li#webDesign a:hover {
	background-position: -120px -40px;
}
#topNav #topNavList li#porfolio a:hover {
	background-position: -291px -40px;
}
#topNav #topNavList li#ourServices a:hover {
	background-position: -339px -40px;
}
#topNav #topNavList li#eCommerce a:hover {
	background-position: -426px -40px;
}
#topNav #topNavList li#hosting a:hover {
	background-position: -577px -40px;
}
#topNav #topNavList li#blog a:hover {
	background-position: -708px -40px;
}
#topNav #topNavList li#contact a:hover {
	background-position: -821px -40px;
}
/* PRESSED STATES */
#topNav #topNavList li#home a:active {
	background-position: 0 -80px;
}
#topNav #topNavList li#webDesign a:active {
	background-position: -120px -80px;
}
#topNav #topNavList li#porfolio a:active {
	background-position: -291px -80px;
}
#topNav #topNavList li#ourServices a:active {
	background-position: -339px -80px;
}
#topNav #topNavList li#eCommerce a:active {
	background-position: -426px -80px;
}
#topNav #topNavList li#hosting a:active {
	background-position: -577px -80px;
}
#topNav #topNavList li#blog a:active {
	background-position: -708px -80px;
}
#topNav #topNavList li#contact a:active {
	background-position: -821px -80px;
}
/* ON STATES */
#topNav.home #topNavList li#home a:hover {
	background-position: 0 -40px;
	cursor: hand;
}
#topNav.webDesign #topNavList li#webDesign a {
	background-position: -120px -120px;
	cursor: default;
}
#topNav.porfolio #topNavList li#porfolio a {
	background-position: -291px -120px;
	cursor: default;
}
#topNav.ourServices #topNavList li#ourServices a {
	background-position: -339px -120px;
	cursor: default;
}
#topNav.eCommerce #topNavList li#eCommerce a {
	background-position: -426px -120px;
	cursor: default;
}
#topNav.hosting #topNavList li#hosting a {
	background-position: -577px -120px;
	cursor: default;
}
#topNav.blog #topNavList li#blog a {
	background-position: -708px -120px;
	cursor: default;
}
#topNav.contact #topNavList li#contact a {
	background-position: -821px -120px;
	cursor: default;
}

