#wrapper-nav {
	width: 100%;
	background:url(../images/wrapper-nav-bg.gif) repeat-x 0 0 #A59E8C;
	height: 37px;
}
#wrapper-nav-centre {
	width: 992px;
	margin: 0 auto;
}
#nav {
	margin: 0; 
	padding:0 0 0 0; 
	list-style:none;
	display: block;
	/* background:url(/images/top-menu-bg.jpg) repeat-x bottom left #877F68; */
	float: left;
	border-top: 3px solid #FFFFFF;
	width: 100%;
	background-color: #A49E8C;

}	
/* Top level menu */
#nav > li {
	float:left; 
	display:block; 
	position:relative;
	z-index:500; 
	padding-right: 0;
	padding-left: 0;
}

#nav > li.on {
	color:#FFF;


}
#nav > li.on a {
	background-color:#3887B5;	
}
#nav > li ul li a {
	background-color: #A49E8C !important;
}

#nav > li.off {
}

#nav > li.on > a:hover {
	color: #FFF;
}

#nav > li.last {
	padding-right: 4px;
}

/* Links for all menus */
#nav li a {
	display:block; 
	padding:10px 20px 11px 20px; 
	text-decoration:none; 
	color:#fff; 
	font-size: 13px;
	margin: 0;
	line-height: 1;
}

#nav li a:hover {
	color:#FFF;
}


/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:-2px; 
	top: 34px;
	display:none; 
	/*margin:0 0 0 -1px;  */
	padding:0; 
	list-style:none;
	border: 1px solid #333;
	border-top: none;
}

/* Sub menus - they need to have a width */
#nav ul li{
	float: none;
	background:#A49E8C; 
	border-top:1px solid #000;
}

#nav ul.about-us {
	width: 200px;
}

#nav ul.our-services {
	width: 180px;
}

#nav ul.how-we-work {
	width: 150px;
}

#nav ul.gallery {
	width: 150px;
}

#nav ul.hints-and-tips {
	width: 170px;
}

#nav ul.faqs {
	width: 150px;
}

#nav ul.why-use-us {
	width: 220px;
}

#nav .sub-menu  li:first-child{
	border: none;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:15px;
	padding: 10px 8px 10px 15px; 

}

#nav ul a:hover {
	text-decoration:underline;	
   background-color:#3887B5;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
