/********************************************************************
	Navigation - CSS document. Author: Mars Nel	- Quirk E-Marketing	-
*********************************************************************/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
ul.sf-menu a {
	display: block;
	position:	relative;
	background-image: url(../../images/nav/nav.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 50px;
	padding: 0; 
}

div#navWrapper span { display: none; }

/* Top Level ul */
ul.sf-menu { position: relative; width: 972px; height: 50px; float: left; }

/* Nav Items */	
a#homeLink { width: 89px; background-position: 0 0; outline:0;} /* home */
  a#homeLink:hover, li.current_page_item a#homeLink { background-position: 0 -51px; outline:0; }
	
a#mobiledevices { width: 152px; background-position: -90px 0; outline:0;}
  a#mobiledevices:hover, li.current_page_item a#mobiledevices { background-position: -90px -51px; outline:0;}
	
a#services { width: 107px; background-position: -243px 0; outline:0;}
  a#services:hover, li.current_page_item a#services { background-position: -243px -51px; outline:0;}
	
a#sustainability { width: 145px; background-position: -350px 0; outline:0;}
  a#sustainability:hover, li.current_page_item a#sustainability { background-position: -350px -51px; outline:0;}
	
a#opinions { width: 111px; background-position: -496px 0; outline:0;}
  a#opinions:hover, li.current_page_item a#opinions { background-position: -496px -51px; outline:0;}	
	
a#podcasts { width: 113px; background-position: -607px 0; outline:0;}
  a#podcasts:hover, li.current_page_item a#podcasts { background-position: -607px -51px; outline:0;}	
	
a#pressoffice { width: 130px; background-position: -721px 0; outline:0;}
  a#pressoffice:hover, li.current_page_item a#pressoffice { background-position: -721px -51px; outline:0;}	
  
a#promotions { width: 124px; background-position: -851px 0; outline:0;}
  a#promotions:hover, li.current_page_item a#promotions { background-position: -851px -51px; outline:0;}	  

