@charset "utf-8";
/* 		CSS Document 					*/
/* 		Date: 21/07/2009 				*/
/* 		Website: scaonline.com.au	   	*/
/* 		Function: menu only styling 	*/
/* 		Version: 1.0					*/

#nav-menu ul {
	position:relative;
	width: 940px;
	height:36px;
	background-color: #492d1a;
}
#nav-menu ul li {
	display: inline;
}
#nav-menu ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	float: left;
	padding: 12px 31px;
	color: #fff;
	background-color: #492d1a;
}
.inside-nav-first {
	border-right: 1px solid #633d23;
}
.inside-nav {
	border-left: 1px solid #392314;
	border-right: 1px solid #633d23;
}
.inside-nav-last {
	border-left: 1px solid #392314;
}
.inside-nav-last:hover {
	border-right: 2px solid #392314;
}
#nav-menu ul li a:hover {
	background-color: #392314;
	color: #fff;
}
.active {
	background-color: #392314;
	color: #0000ff;
}
