body
{
	COLOR: #000000;
	font-FAMILY: arial, helvetica, serif;
	font-SIZE: SMALL;
}

a:link
{ 
	text-decoration: none;
	color: #003399;
}	
a:visited
{ 
	text-decoration: none;
	color: #003399;
}
a:hover
{ 
	text-decoration: none;
	color: red;
}

h1,h2,h3,h4,h5,h6 
{
	font-FAMILY: arial, helvetica, serif;
	COLOR: #333366
}

#nav, #nav ul {
	float: left;
	width: 8em;
	list-style: none;
	line-height: 1.3;
	background: #FFFFFF;
	font-weight: normal;
    margin: 0; 
	border-width: 0px 0;
	padding: 0;  
	z-index:9999;
}

#nav a {
	display: block;
	width: 10em;
	color: #FFFFFF;
	font-size: x-small;
	font-family: arial, helvetica, serif;
	text-decoration: none;
	padding: 0em;
	z-index:9999;
}

#nav a.daddy {
	width: 10em;
	color: #003399;
	font-size: small;
	font-family: arial, helvetica, serif;
	text-decoration: none;
	padding: 0em;
	z-index:9999;
}

#nav li {
	float: left;
	padding: 0;
	width: 14em;
	color: #FFFFFF;
	font-size: small;
	font-family: arial, helvetica, serif;
	text-decoration: none;
	padding: 0em;
	z-index:9999;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	background: #333366;
	font-weight: normal;
	margin: 0;
	z-index:9999;
}

#nav li li {
	padding-right: 2em;
	width: 14em;
	color: #FFFFFF;
	font-size: small;
	font-family: arial, helvetica, serif;
	z-index:9999;	
}

#nav li ul a {
	width: 14em;
	z-index:9999;

}

#nav li ul ul {
	margin: -1.75em 0 0 10em;
	z-index:9999;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: 14em;
	z-index:9999;
}

#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;
	width: 14em;
	z-index:9999;
}

#nav li:hover, #nav li.sfhover {
	background: #CCCCCC;
	width: 12em;
	z-index:9999;
}