#navlogo a {
	display: block;
	position: absolute;
	margin: 8px 0 0 0;
	width: 112px;
	height: 28px;
	background: url('../images/navigation/gravity-home.png') no-repeat top left; 
}

#navlogo a:hover {
/*	background: url('../images/navigation/gravity-home.png') no-repeat bottom left; */
}

#navcontainer {
	height: 46px;
}

#navcontainer ul {
	margin: 20px 0 0 200px;
	padding: 0;
	width: 812px;
}

#navcontainer ul .toolbarItem {
	visibility: visible;
}

#navcontainer ul li a {
	padding-bottom: 8px;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #777;
	text-decoration: none;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #444;
	text-decoration: none;
	background: url('../images/navigation/arrow-black.png') no-repeat center bottom;
}

#navcontainer ul li #current{
	color: #444;
}

#navcontainer ul ul {
	margin: 52px 0 0 100px;
	width: 700px;

}

#navigationTable {
	display: none;
}