@charset "utf-8";
/* CSS Document */

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
}
#nav li#language a {
	display:inline;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* floating width
#nav li li {
	float: none;
}*/

li#navHome {
	width: 5.1em;
}
li#navServices {
	width: 6.2em;
}
li#navServices ul, li#navServices li {
	width: 16em;
}
li#navClients {
	width: 5.6em;
}
li#navResources {
	width: 7.3em;
}
li#navResources ul, li#navResources li {
	width: 11em;
}
li#navAboutus {
	width: 6.7em;
}
li#navAboutus ul, li#navAboutus li {
	width: 11em;
}


#nav, #nav ul {
	/* Styling */
	line-height: 1.9;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav li {
	background-image: url(separator2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#nav li#language {
	background-image: none;
}
#nav li li {
	background-image: none;
}

#nav li ul {
	/* Styling */
	margin-left: -12px;
	text-indent: 1em;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0 1px 1px 1px;
	background: #f4f4f4;
}
ul#nav li:hover a, ul#nav li.sfhover a {
	color: #0099FF;
}
ul#nav li:hover li a, ul#nav li.sfhover li a {
	color: #000;
}
ul#nav li li a:hover, #nav li ul a.sfhover {
	background: #c4c4c4;
}
#nav li:hover, #nav li.sfhover {
    position: static;
}
