
/*
 * Navigation styles
 * The following styles apply to the appearance of the navigation present on each page of the website.
 * The Navigation will only ever be nested within the header
 */
#navigation_container {
	display: inline;
	float: left;
	width: 647px;
	height: 29px;
	overflow: hidden;
	background: #000;
}

#navigation {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 29px;
	list-style: none;
	width: 100%;
	
	background-image:url("../images/navigation-widget/bg.gif")/*tpa=http://www.silvertop.com.au/images/navigation-widget/bg.gif*/;
}

#navigation .navigation_link {
	display: inline;
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}

#navigation .navigation_link a {
	display: inline;
	float: left;
	color: #fff;
	text-decoration: none;
}

#navigation .navigation_link a:hover {
	margin-top: -29px;
}

#navigation .navigation_link a img {
	display: block;
}

.nav_spacer {
	width:100px;
}

#navigation2 {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:29px;
}

#navigation2 li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}