@charset "UTF-8";
/* CSS Document */
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 16px;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

#body_hom #nav_hom a,
#body_about #nav_about a,#body_lines #nav_lines a,#body_contact #nav_contact a {
	color: #333333;
	font-weight: 100;
	list-style-type: none;
}


#nav a {
	display: block;
	width: 150px;
	w\idth:125px;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 0.25em;
	padding-right: 1px;
	padding-bottom: 0.25em;
	padding-left: 1px;
	color: #333;
	font-size: 16px;
	line-height: 18px;
}
#nav a:hover {
	display: block;
	width: 100px;
	w\idth:125px;
	text-decoration: none;
	text-align: left;
	color: #930;
	background-color: #CFC6C6;
}


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

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


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

#nav li li {
	width: 125px;
}

#nav li ul a {
	width: 125px;
	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: #FFF;
}

#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
	color: #036;
	width: 125px;
}

#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: #03C;
	background-color: #FFF;
}

#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: #FFF;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
}



ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: 100;
	color: #333;
}
nav
