a:active, a:focus {
      outline: 0;
}
#menu {
	width:945px;
	height:38px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	padding:0;
	margin:0;
}

#menu ul {
	margin:0;
	padding:0px 0px 0px 0px;
	position:relative;
	width:945px !important;
	font-size:0px !important;
	
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	display:block;	
}
#menu ul li a {
	display:block;
	height:38px;
	text-indent:-9999em;
	border-left:1px solid #000000;	
}
#nav1 {
	width:68px;
	background:url(../images/nav_home_1.gif) top left no-repeat;
}
#nav2 {
	width:87px;
	background:url(../images/nav_products_1.gif) top left no-repeat;
}
#nav3 {
	width:100px;
	background:url(../images/nav_datasheets_1.gif) top left no-repeat;
}
#nav4 {
	width:87px;
	background:url(../images/nav_services_1.gif) top left no-repeat;
}
#nav5 {
	width:153px;
	background:url(../images/nav_painting_1.gif) top left no-repeat;
}
#nav6 {
	width:134px;
	background:url(../images/nav_government_1.gif) top left no-repeat;
}
#nav7 {
	width:151px;
	background:url(../images/nav_paintshops_1.gif) top left no-repeat;
}
#nav8 {
	width:62px;
	background:url(../images/nav_news_1.gif) top left no-repeat;
}
#nav9 {
	width:94px;
	background:url(../images/nav_contact_1.gif) top left repeat-x;
}

#nav1:hover {
	background:url(../images/nav_home_2.gif) top left no-repeat;
}
#nav2:hover {
	background:url(../images/nav_products_2.gif) top left no-repeat;
}
#nav3:hover {
	background:url(../images/nav_datasheets_2.gif) top left no-repeat;
}
#nav4:hover {
	background:url(../images/nav_services_2.gif) top left no-repeat;
}
#nav5:hover {
	background:url(../images/nav_painting_2.gif) top left no-repeat;
}
#nav6:hover {
	background:url(../images/nav_government_2.gif) top left no-repeat;
}
#nav7:hover {
	background:url(../images/nav_paintshops_2.gif) top left no-repeat;
}
#nav8:hover {
	background:url(../images/nav_news_2.gif) top left no-repeat;
}
#nav9:hover {
	background:url(../images/nav_contact_2.gif) top left repeat-x;
}

#nav1.active {
	background:url(../images/nav_home_3.gif) top left no-repeat;
}
#nav2.active {
	background:url(../images/nav_products_3.gif) top left no-repeat;
}
#nav3.active {
	background:url(../images/nav_datasheets_3.gif) top left no-repeat;
}
#nav4.active {
	background:url(../images/nav_services_3.gif) top left no-repeat;
}
#nav5.active {
	background:url(../images/nav_painting_3.gif) top left no-repeat;
}
#nav6.active {
	background:url(../images/nav_government_3.gif) top left no-repeat;
}
#nav7.active {
	background:url(../images/nav_paintshops_3.gif) top left no-repeat;
}
#nav8.active {
	background:url(../images/nav_news_3.gif) top left no-repeat;
}
#nav9.active {
	background:url(../images/nav_contact_3.gif) top left repeat-x;
}



#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:38px;
	padding:3px 0px 0px 0px;
	z-index: 40;
	clear:none;
	overflow:hidden;
		
}
#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
#menu ul li.sfHover ul {
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}
#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:1px solid #3b4d58;
	border-width: 0px 0px 1px 0px;
}
#menu ul li ul li:first-child {
}
#menu ul li ul li a {
	display: block;
	width:185px;
	height:auto;
	text-indent:0px;
	padding:10px 18px;
	text-align: left;
	cursor:pointer;
	background:#597180;
	color:#ffffff;		
	text-decoration:none;
	text-transform:uppercase;
	font:Helvetica;
	font-weight:bold;
	font-size:10px;	
	border-right:none;
}
#menu ul li ul li a:hover {	
	color:#ffa900;
	text-decoration:none;
}
/*Tertiary Nav*/
#menu ul li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#menu ul li li:hover ul, #nav li li.sfhover ul {
	display:block;
	position: absolute;
	z-index: 50;
	clear:none;
	overflow:visible;
	left: 160px;
	top:0px;
}
#menu ul li ul li ul li a {
}