/* Nav Items */

ul#nav_items {
	float: left;
	width: 95px;
	height: 120px;
	padding: 10px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	background-color: #FFFFFF;
	margin:0;
}

ul#nav_items li {
	float: left;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

ul#nav_items li a {
	float: left;
	display: block;
	position: relative;
	height: 20px;
	font-size: 1px;
	text-indent: -99999px;
	overflow: hidden;
}

li#nav_portfolio {
	width: 95px;
}

li#nav_portfolio a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/portfolio_up.gif') no-repeat 0 0;
}

li#nav_portfolio a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/portfolio_over.gif') no-repeat 0 0;
}

li#nav_news {
	width: 95px;
}

li#nav_news a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/news_up.gif') no-repeat 0 0;
}

li#nav_news a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/news_over.gif') no-repeat 0 0;
}

li#nav_press {
	width: 95px;
}

li#nav_press a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/press_up.gif') no-repeat 0 0;
}

li#nav_press a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/press_over.gif') no-repeat 0 0;
}

li#nav_sales {
	width: 95px;
}

li#nav_sales a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/sales_up.gif') no-repeat 0 0;
}

li#nav_sales a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/sales_over.gif') no-repeat 0 0;
}

li#nav_contact {
	width: 95px;
}

li#nav_contact a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/contact_up.gif') no-repeat 0 0;
}

li#nav_contact a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/contact_over.gif') no-repeat 0 0;
}

li#nav_guestbook {
	width: 95px;
}

li#nav_guestbook a {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/guestbook_up.gif') no-repeat 0 0;
}

li#nav_guestbook a:hover {
	width: 95px;
	z-index: 100;
	background: transparent url('/images/nav/guestbook_over.gif') no-repeat 0 0;
}

/* End Nav Items */