*  { 
	margin: 0; 
	padding: 0;    
	outline: none;
} 

#navbar {
	z-index: 30;
	padding: 0;
	margin: 0;
	width: 699px;
	height: 35px;
	background: url("../img/nav/nav_blank.gif") repeat-x;
	float: left;	
}


#navbar ul {
	z-index: 30;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}

#navbar li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

#navbar a {
	margin: 0;
	padding: 0;
	height: 27.4px; 
	overflow: hidden;
	display: block;
	text-indent: -999em;
	text-decoration: none;
}

#container #navbar li:hover ul, #container #navbar li.sfhover ul {
	left: auto;
}

#container #navbar li ul ul {
	margin: -1.7em 0 0 16em;
	width: 24em;
	z-index: 5;
}

#container #navbar li:hover ul ul, #container #navbar li.sfhover ul ul {
	left: -999em;
}

#container #navbar li:hover ul, #container #navbar li li:hover ul, #container #navbar li.sfhover ul, #container #navbar li li.sfhover ul {
	left: auto;
}

#navbar #nav_home:hover a, #navbar #nav_services:hover a, #navbar #nav_contact:hover a, #navbar #nav_about:hover a {
	background-position: 0 -33px;
}

#home #nav_home a:hover, #services #nav_services a:hover, #contact #nav_contact a:hover, #about #nav_about a:hover {
	background-position: 0 -65px;
}

#home #navbar #nav_home a, #services #navbar #nav_services a, #contact #navbar #nav_contact a, #about #navbar #nav_about a {
	background-position: 0 -65px;
}

#navbar #nav_home a {
	width: 154px;
	background: url("../img/nav/nav_home.gif") no-repeat left top;
}

#navbar #nav_services a {
	width: 154px;
	background: url("../img/nav/nav_services.gif") no-repeat left top;
}

#navbar #nav_contact a {
	width: 154px;
	background: url("../img/nav/nav_contact.gif") no-repeat left top;
}

#navbar #nav_about a {
	width: 154px;
	background: url("../img/nav/nav_about.gif") no-repeat left top;
}


