#mainnav {
	width: 403px;
   height: 23px;
   position: relative;
   background: url("../img/nav_se.gif") no-repeat;
	margin:0px;
}

#mainnav li {
   margin: 0;
	padding: 0;
	list-style: none;
   position: absolute;
	top: 0px;
}

#mainnav li, #mainnav a {
	height: 23px;
	display: block;
}

#navhome {
	left: 0px;
	width: 27px;
}

#navhome a:hover {
   background: transparent url("../img/nav_se.gif") -0px -23px no-repeat;
}

#navabout {
	left: 47px;
	width: 115px;
}

#navabout a:hover {
   background: transparent url("../img/nav_se.gif") -47px -23px no-repeat;
}

#navportfolio {
	left: 182px;
	width: 67px;
}

#navportfolio a:hover {
   background: transparent url("../img/nav_se.gif") -182px -23px no-repeat;
}

#navclients {
	left: 269px;
	width: 50px;
}

#navclients a:hover {
   background: transparent url("../img/nav_se.gif") -269px -23px no-repeat;
}

#navcontact {
	left: 339px;
	width: 56px;
}

#navcontact a:hover {
   background: transparent url("../img/nav_se.gif") -339px -23px no-repeat;
}
