#nav { float:left; position:absolute; left:673px; top:70px; width:280px;}

#navitems {
	margin: 0;
	padding: 0;
	height: 13px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#navitems li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navitems a {
	float: left;
	padding: 13px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:13px; /* for IE5/Win only */
	border: none;
}

#navitems a:hover, #navitems a:active, #navitems a.selected { background-position: 0 -13px; border: none;}

#n-work a { width: 64px; background: url(/mli/i/nav_work.png) top left no-repeat; }
#n-about a { width: 66px; background: url(/mli/i/nav_about.png) top left no-repeat; }
#n-contact a { width: 87px; background: url(/mli/i/nav_contact.png) top left no-repeat; }
#n-blog a { width: 53px; background: url(/mli/i/nav_blog.png) top left no-repeat; }

