/*##############################

		GLOBAL SITE NAV

##############################*/

div#globalnav	{
	height: 62px;
	width: 738px;
	border: 0;
	background: #fff;
	padding: 15px 11px 12px 11px;
	margin: 10px 11px 0 11px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;

}
/* logo */
div#globalnav h1 {
	padding-left: 10px;
	margin: 0px;
	float:left;
	width:450px;
}

/*#########################

		NAV COLUMNS

#########################*/

ul#menu{
	margin: 10px 0 0;
	padding: 0;
	height: 43px;
	width:260px;
	float:left;
}
ul#menu li{
	height: 18px;
	width:80px;
	margin:0 10px 4px 0;
	padding: 0;
	list-style: none;
	float:left;
}
ul#menu li.col1{
	width:60px;
}
ul#menu li.col2{
	width:80px;
}
ul#menu li.col3{
	width:90px;
}
ul#menu li a{
	color:#4c7335;
	text-decoration:none;
	font-family:Arial, Helvetic, sans-serif;
	font-size:12px;
}

/* YOU ARE HERE - GLOBAL NAV */
ul#menu li#home a,
body#about ul#menu li#aboutus a,
body#services ul#menu li#service a,
body#ournews ul#menu li#news a,
body#testimonials ul#menu li#testim a,
body#contactus ul#menu li#contact a{
	color:#a8bd28;
}

/* REPLACE HOME NAV COLOUR IF NOT ACTIVE */
body#about ul#menu li#home a,
body#services ul#menu li#home a,
body#ournews ul#menu li#home a,
body#testimonials ul#menu li#home a,
body#contactus ul#menu li#home a{
	color:#4c7335;
}

form#Form1 div#globalnav ul#menu li a:hover{
	color:#a8bd28;
}


/*##########################

		NAV COLUMN 3
		GROUP  SITES

##########################*/

div#globalnav ul#siteMenu	{
	margin: 0;
	padding: 0;
	height: 59px;
	position: absolute;
	top: 15px;
	right: 12px;
	background: transparent url(../img/webts_sitenav.gif) no-repeat;
}
div#globalnav ul#siteMenu li a {
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
div#globalnav ul#siteMenu li {
	height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#siteMenu li, ul#siteMenu a {
	display: block;
}

#brewers	{top: 0px; width: 11px;}
#clarity	{top: 11px; width: 11px;}
#webfs		{top: 22px; width: 11px;}
#webts		{top: 33px; width: 11px;}

#brewers a:hover	{background: transparent url(../img/webts_sitenav.gif) -11px 0px no-repeat;}
#clarity a:hover	{background: transparent url(../img/webts_sitenav.gif) -11px -16px no-repeat;}
#webfs a:hover	    {background: transparent url(../img/webts_sitenav.gif) -11px -32px no-repeat;}
#webts a:hover		{background: transparent url(../img/webts_sitenav.gif) -11px -48px no-repeat;}

