﻿body {
	font-family: arial, helvetica, serif;
}

#nav {
	/*border: solid 1px blue;*/
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	}
	

#nav, #nav ul {
	float: left;
	width: auto;
	height: 17px;
	list-style: none;
	line-height: 1;
	font-family: verdana;
	font-size: x-small;
	padding-left: 0px;
	}


#nav ul {
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: auto;
	color: #000;
	text-decoration: none;
	padding-top: 0.25em;
	padding-bottom: 0.30em;
	padding-left: 0.25em;
	padding-right: 1em;
}


#nav li {
	float: left;
	height: auto;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	font-weight: normal;
	margin-top: 2px;
	background: #ccc;
}

#nav li li {
	padding-right: 0em;
	width: auto;
	border-bottom: 1px solid black;
	padding-top: 0px;
	margin-top: 0px;
}

#nav li ul a {
	width: 13.75em;
	color: #000;
}

#nav li ul a:hover {
	width: 13.75em;
	color: #fff;
}
#nav li ul ul {
	margin: -1.75em 0 0 2em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: Gray; /*#ff9; */
	color: White; /*#000; */
}
#nav li a:hover {
	color: #933;
}
#nav li ul li:hover {
	background: #333;
}

#content {
	clear: left;
	color: #ccc;
}

/* Hard-coded widths for menu headers */
#nav li#home {
	width: 42px;
}
#nav li#why {
	width: 109px;
}

#nav li#about {
	width: 120px;
}
#nav li#services {
	width: 63px;
}
#nav li#management {
	width: 82px;
}
#nav li#experience {
	width: 134px;
}

.navcurrent 
{
    background: #ff9;
    color: #933;
}