/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}


#nav{
		position:relative;
		float:left;
		width:802px;
		height:26px;
		background: url('/assets/img/nav/int_nav_on.gif') no-repeat;
}

#nav #main{
	margin: 0;
	padding: 0;
	position: relative;
	/*position: absolute;
	left: 0;
	top: 94px; */
	height: 26px;




	
}
#nav li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style: none;
	float: left;
	top: 0;
	position: relative;

	

	
}
#nav li, ul#main a {
	height: 26px;
	display: block;

}
#nav li a {
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;


}

#about			{ position:relative; width: 110px; background:url('/assets/img/nav/h_about.gif') 0 -26px no-repeat;}
#public			{position:relative; width: 133px; background:url('/assets/img/nav/h_public.gif') 0 -26px no-repeat;}
#govt		{position:relative; width: 172px; background:url('/assets/img/nav/h_govt.gif') 0 -26px no-repeat;}
#biz		{position:relative; width: 175px; background:url('/assets/img/nav/h_biz.gif') 0 -26px no-repeat;}
#clients		{position:relative; width: 89px; background:url('/assets/img/nav/h_clients.gif') 0 -26px no-repeat;}
#contact			{position:relative; width: 123px; background:url('/assets/img/nav/h_contact.gif') 0 -26px no-repeat;}
#newmedia			{position:relative; width: 123px; background:url('/assets/img/nav/h_newmedia.gif') 0 -26px no-repeat;}
#home			{position:relative; width: 79px; background:url('/assets/img/nav/i_home.gif') 0 -26px no-repeat;}

#about			a:hover{position:relative; width: 110px; background: url('/assets/img/nav/h_about.gif') 0 0 no-repeat;}
#public			a:hover{position:relative; width: 133px; background:url('/assets/img/nav/h_public.gif') 0 0 no-repeat;}
#govt		a:hover{position:relative; width: 172px; background:url('/assets/img/nav/h_govt.gif') 0 0 no-repeat;}
#biz		a:hover{position:relative; width: 175px; background:url('/assets/img/nav/h_biz.gif') 0 0 no-repeat;}
#clients		a:hover{position:relative; width: 89px; background:url('/assets/img/nav/h_clients.gif') 0 0 no-repeat;}
#contact			a:hover{position:relative; width: 123px; background:url('/assets/img/nav/h_contact.gif') 0 0 no-repeat;}
#newmedia			a:hover{position:relative; width: 123px; background:url('/assets/img/nav/h_newmedia.gif') 0 0 no-repeat;}
#home			a:hover{position:relative; width: 79px; background:url('/assets/img/nav/i_home.gif') 0 0 no-repeat;}

