#navwrap {
	width: 100%;
	float: left;
	height: 35px;
	/*background: url(../images/structure/nav_bg.gif) top left repeat-x;*/
background: #da6c3a;
	}
#nav {
	width: 960px;
	height: 27px;
	margin: auto;
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#nav li {
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
	height: 27px;
	font-size: 11px;
	}
	
#nav li a {
	float: left;
	display: block;
	width: 132px;
	height: 27px; /*35-padding-margin*/
	margin-top: 8px;
	line-height: 27px;
	text-decoration: none;
	color: #fff;
	background: url(../images/structure/tab_off.gif) top left no-repeat;
	}

#nav li a:hover{
	background: url(../images/structure/tab_over.gif) top left no-repeat;
	color: #fff;
	}

#nav ul li a.selected {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
	
/*selected tab classes--*/

body.b-home #t-home a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-community #t-community a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-environment #t-environment a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-marketplace #t-marketplace a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-workplace #t-workplace a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-director #t-director a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}
body.b-programmes #t-programmes a {background:url(../images/structure/tab_on.gif) top left no-repeat; color: #000;}

/*-- SUB NAVIGATION --*/

.subSilver {
	width: 100%;
	height: 31px;
	float: left;
	background: url(../images/structure/silverbar.gif) top left repeat-x;
	}
	
.subSilver div {
	width: 960px;
	margin: auto;
	padding-top: 5px;
	}

.subSilver div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.subSilver div ul li {
	display: inline;
	padding-right: 20px;
	list-style: none;
	font-size: 11px;
	}

.subSilver div ul li a {
	text-decoration: none;
	color: #000;}
	
.subSilver div ul li a:hover {
	text-decoration: underline;}
	
.subselected {
	text-decoration: underline!important;}