/* -- main navigation -- */

ul#sitenav li						{display:block; float:left;}
ul#sitenav li a						{display:block; outline:none; height:34px; background:transparent url(../images/sitenav/sitenav.png) no-repeat 0 0; text-indent:-9009px; margin:0 0 0 0; padding:0 0 0 0;}

/* links */

ul#sitenav li#sitenav_home a 				{width:61px; background-position: 0 0;}
ul#sitenav li#sitenav_whatwedo a		 	{width:90px; background-position: -61px 0;}
ul#sitenav li#sitenav_whoweare a		 	{width:94px; background-position: -151px 0;}
ul#sitenav li#sitenav_wherewecover a		{width:120px; background-position: -245px 0;}
ul#sitenav li#sitenav_commercialservices a	{width:146px; background-position: -365px 0;}
ul#sitenav li#sitenav_customercomments a	{width:143px; background-position: -511px 0;}
ul#sitenav li#sitenav_faq a		 			{width:41px; background-position: -654px 0;}
ul#sitenav li#sitenav_franchise a		 	{width:170px; background-position: -695px 0;}
ul#sitenav li#sitenav_contactus a		 	{width:95px; background-position: -865px 0;}

/* hover */

ul#sitenav li#sitenav_home a:hover 				{width:61px; background-position: 0 -34px;}
ul#sitenav li#sitenav_whatwedo a:hover		 	{width:90px; background-position: -61px -34px;}
ul#sitenav li#sitenav_whoweare a:hover		 	{width:94px; background-position: -151px -34px;}
ul#sitenav li#sitenav_wherewecover a:hover		{width:120px; background-position: -245px -34px;}
ul#sitenav li#sitenav_commercialservices a:hover	{width:146px; background-position: -365px -34px;}
ul#sitenav li#sitenav_customercomments a:hover	{width:143px; background-position: -511px -34px;}
ul#sitenav li#sitenav_faq a:hover		 			{width:41px; background-position: -654px -34px;}
ul#sitenav li#sitenav_franchise a:hover		 	{width:170px; background-position: -695px -34px;}
ul#sitenav li#sitenav_contactus a:hover		 	{width:95px; background-position: -865px -34px;}

/* current page */

body#currentpage_home ul#sitenav li#sitenav_home a	{width:61px; background-position: 0 -68px;}
body#currentpage_whatwedo ul#sitenav li#sitenav_whatwedo a	{width:90px; background-position: -61px -68px;}
body#currentpage_whoweare ul#sitenav li#sitenav_whoweare a	{width:94px; background-position: -151px -68px;}
body#currentpage_wherewecover ul#sitenav li#sitenav_wherewecover a	{width:120px; background-position: -245px -68px;}
body#currentpage_commercialservices ul#sitenav li#sitenav_commercialservices a	{width:146px; background-position: -365px -68px;}
body#currentpage_customercomments ul#sitenav li#sitenav_customercomments a	{width:143px; background-position: -511px -68px;}
body#currentpage_faq ul#sitenav li#sitenav_faq a	{width:41px; background-position: -654px -68px;}
body#currentpage_franchise ul#sitenav li#sitenav_franchise a	{width:170px; background-position: -695px -68px;}
body#currentpage_contactus ul#sitenav li#sitenav_contactus a	{width:95px; background-position: -865px -68px;}





