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

#menu {
	text-align: center;
	z-index: 999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	background-color: #000;
}




#nav a {
	display: block;
	width: 150px;
	w\idth:150px;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0.35em;
	padding-right: 1px;
	padding-bottom: 0.35em;
	padding-left: 1px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.4em;
}
#nav a:hover {
	display: block;
	width: 150px;
	w\idth:150px;
	text-decoration: none;
	text-align: center;
	background-color: #F1F1F1;
	color: #039;
}


#nav li {
	float: left;
	padding: 0;
	width: 150px;
}

#nav li contact {
	float: left;
	padding: 0;
	width: 150px;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
	background-color:#999;
	visibility: visible;
}

#nav li li {
	width: 250px;
}

#nav li ul a {
	width: 150px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
}

#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
}

#nav li ul  li{
	
	width: 250px;
}

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

#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;
	color: #900;
	background-color: #999;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CCC;
	color: #900;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
	background-color: #F00;
	width: 150px;
}
