div#topmenu {
	position: relative;
	width: 626px;
	height: 72px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#topmenu_nav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#topmenu_nav li {
	display:inline;
	list-style: none;
	padding:0;
	margin:0;
}
#topmenu_nav a:link, #topmenu_nav a:visited {
	overflow:hidden;
	display: block;
	text-indent: -9999px;
	padding:0px;
	float:left;
	width:auto;
	height:72px;
	text-decoration:none;
}

#topmenu_home a:link, #topmenu_home a:visited {
	width: 96px;
	height: 71px;
	background: url(/images/menu/home.gif) 0 0  no-repeat;
}
#topmenu_home a:hover {
	background-position: 0px -71px;
}
#topmenu_home a.selected {
	background-position: 0px -71px;
}
#topmenu_portfolio a:link, #topmenu_portfolio a:visited {
	width: 106px;
	height: 71px;
	background: url(/images/menu/portfolio.gif) 0 0  no-repeat;
	margin-left: 2px;
}
#topmenu_portfolio a:hover {
	background-position: 0px -71px;
}
#topmenu_portfolio a.selected {
	background-position: 0px -71px;
}
#topmenu_news a:link, #topmenu_news a:visited {
	width: 106px;
	height: 71px;
	background: url(/images/menu/news.gif) 0 0  no-repeat;
	margin-left: 2px;
}
#topmenu_news a:hover {
	background-position: 0px -71px;
}
#topmenu_news a.selected {
	background-position: 0px -71px;
}
#topmenu_photography a:link, #topmenu_photography a:visited {
	width: 106px;
	height: 72px;
	background: url(/images/menu/photography.gif) 0 0  no-repeat;
	margin-left: 2px;
}
#topmenu_photography a:hover {
	background-position: 0px -72px;
}
#topmenu_photography a.selected {
	background-position: 0px -72px;
}
#topmenu_something a:link, #topmenu_something a:visited {
	width: 106px;
	height: 71px;
	background: url(/images/menu/something.gif) 0 0  no-repeat;
	margin-left: 2px;
}
#topmenu_something a:hover {
	background-position: 0px -71px;
}
#topmenu_something a.selected {
	background-position: 0px -71px;
}
#topmenu_getintouch a:link, #topmenu_getintouch a:visited {
	width: 96px;
	height: 71px;
	background: url(/images/menu/getintouch.gif) 0 0  no-repeat;
	margin-left: 2px;
}
#topmenu_getintouch a:hover {
	background-position: 0px -71px;
}
#topmenu_getintouch a.selected {
	background-position: 0px -71px;
}
