/* @override http://besupported.dev/css/u-r-here.css */

/* Main Menu */

/*This sets the colour of the page you ar currently on*/
body.home #homenav a, 
body.about #aboutnav a, 
body.products #productsnav a,
body.services #servicesnav a,
body.news #newsnav a,
body.faqs #faqsnav a,
body.links #linksnav a,
body.contact #contactnav a 
	{
	color: #000;
	background-color: #FFF;
	}

body.home #homenav a {
	background: url(../images/ui/nav_first.gif) no-repeat top left;	
}


/*This resets the colour of the subnav*/
body.about #aboutnav ul a, 
body.products #productsnav ul a,
body.services #servicesnav ul a,
body.news #newsnav ul a,
body.faqs #faqsnav ul a,
body.links #linksnav ul a,
body.contact #contactnav ul a {
	color: #000;
	background-color: transparent;
	
} 

/*This resets the colour of the subnav hover*/
body.about #aboutnav ul a:hover, 
body.products #productsnav ul a:hover,
body.services #servicesnav ul a:hover,
body.news #newsnav ul a:hover,
body.faqs #faqsnav ul a:hover,
body.links #linksnav ul a:hover,
body.contact #contactnav ul a:hover {
	color: #F60;
	background-color: #FFF;
	
} 

/*Setting colour of current side nav*/
body.webhosting #webhostingsubnav a,
body.webanalysis #webanalysissubnav a,
body.antivirus #antivirussubnav a,
body.contentfilter #contentfiltersubnav a,
body.sysopt #sysoptsubnav a,
body.emaillist #emaillistsubnav a,
body.testibusiness #testibusiness a,
body.testihome #testihome a,
body.linkspartners #linkspartners a,
body.linksgeek #linksgeek a,
body.linkslocal #linkslocal a,
body.linksfairtrade #linksfairtrade a,
body.development #developmentsubnav a,
body.webdesign #webdesignsubnav a,
body.procurement #procurementsubnav a,
body.gadgets #gadgetssubnav a,
body.support #supportsubnav a{
	color: #000;
}

/*Resetting colour of sidenav subnav*/
body.webhosting #webhostingsubnav ul li a {
	color: #F60;	
}

/*Setting colour of current sidenav subnav*/
body.littlefish #littlefishsubnav a,
body.bigfish #bigfishsubnav a,
body.bigfishpro #bigfishprosubnav a{
	color: #000;
}

/*Resetting colour of sidenav when subnav item is current page
body.littlefish #webhostingsubnav a,
body.bigfish #webhostingsubnav a,
body.bigfishpro #webhostingsubnav a {
	color: #F60;
}*/


