#top {
 	background: #C3C2A3;
}
/* first level nav
  tbp is used by javascript so don't alter or delete it */
#topnav ul.tbp {
  background-color:#C3C2A3;
	width: 715px;
	margin:0;
	padding:0;
	text-align:center;
}
#topnav ul.tbp li {
  float:left;
	display:inline;
	list-style: none;	
	padding: 0;
	background-color: #C3C2A3;
	/* take out width test 1-15-04
	width: 50px;
	*/
	color: #4B2D03;
}

#topnav a:hover, #topnav ul.tbp a.visible,
#topnav ul.tbp a.hidden:active{
  /* bright orange */
	color:#EBB33B;
}
/* first level nav links */

#topnav ul.tbp li a{
	display: block;
	/* begin box model hack */
  	width: 50px !important;
	width: 55px;
	width/**/:/**/50px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	/* dk brown text */
	color: #4B2D03;
	text-align:center;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#topnav ul.tbp li a:hover{
  /* menu background color browm */
	background: #AC9A73;
	color: #fff;
}

#topnav ul.tbp li a:active, #topnav ul.tbp a.visible{
	background: #AC9A73;
	color: #ffffff;
}

/* div for positioning second level nav */

#topnav ul.tbp li div {
	position: relative;
}

/* second level nav */

#topnav ul.tbp ul {
	position: absolute;
	top: 23px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 40px;
}

#topnav ul.tbp ul li {
	position: relative;
	float: left;
	margin: 0;	
	padding: 0; 
	/* bright orange */
	color:#EBB33B;
	background: #AC9A73;		
	width: 155px;	
}

#topnav ul.tbp ul>li {	
	display: block;
	/* required for opera: */
	float: none;
}


/* second level nav links */

#topnav ul.tbp ul a{
	padding: 4px 4px 12px 4px;
	text-align:left;
}

#topnav ul.tbp ul li a{		   	
	margin: 0;
	padding: 4px 4px 4px 4px; 
	color: #fff;
	font-weight: normal;	
	display: block;
	width: 93% !important;	
}

#topnav ul.tbp ul li a:hover{
  /* bright orange */
	color:#EBB33B;
}

/* second level nav arrow */

#topnav ul.tbp ul li a.hidden{
	width: 93% !important;
	display: block;
	padding: 4px 4px 4px 4px; 
	/* background: url(img.gif) no-repeat right; */
}

#topnav ul.tbp ul li a.visible:hover,
#topnav ul.tbp ul li a.visible:active,
#topnav ul.tbp ul li a.visible {
	width: 93% !important;	
	padding: 4px 4px 4px 4px;
	/* background: url(/bb/images/header/menu_arrow_hover.gif) no-repeat right; */
	display: block;
} 
/* third level nav */

#topnav ul.tbp ul ul {	
	top: 0 !important;
	left: 154px;
	margin: 0;
	padding: 0;	
}
#topnav a#customercentre {
		background: #AC9A73;
		color: #fff;	
		}
#topnav a#customercentre {
		color:#FF9933;
		}	
#firm, #projects, #news {
	border-left: 1px solid #ebb33b;
	}
#people {
	border-left: 1px solid #ebb33b;
	border-right: 1px solid #ebb33b;
	}
/* end top nav css */
