/* DHTML CSS THINGY */

#container {
	text-align: left;
	margin: 0 auto;
	
}
p {
	margin: 10px 20px;
}
p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #999999;
}
#smurf strong {
	font-size: 12px;
	color: black;
}

h1 {
	height: 1px;
	
	margin: 1px 0 0 0;
}

#nav, #nav ul {
	float: left;
	width: 779px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav a {
	display: block;
	width: 0px;
	
	color: #000000;
	text-decoration: none;
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.0;
}

#nav a.daddy {
	
}

#nav li {
	float: left;
	
}
li#daddy {
	background-color: #FFFFFF; /* fields spacing*/
	padding-top: 2.5px;
	padding-right: 15px;
	padding-bottom: 2.5px;
	padding-left: 15px;
}
li#daddy2 {
	background-color: #FFFFFF; /* fields spacing*/
	padding-top: 2.5px;
	padding-right: 15px;
	padding-bottom: 2.5px;
	padding-left: 15px;
}
#nav li ul {
	position: absolute; 
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	border-width: 1px; /* border tikness */
	margin: 0;
}

#nav li li { /*inner borders*/

}

#nav li ul a {
	width: 14.7em;
}

#nav li ul ul {
	margin: -15px 0 0 120px; /* submenu up down left right*/
}

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

#content {
	clear: left;
}

#content a {
	color: #000000;
}

#content a:hover {
	text-decoration: none;
}



