/* CSS Document */
body {
    font-family : arial, helvetica, serif; 
    font-size : 80%; 
    padding : 2em; 
    margin-top : 0; 
    padding-top : 0; 
    background-color : white; 
    background-image : url(../images/bg1.gif); 
    background-repeat : repeat-y; 
    background-position : center; 
} 

#banner {
	height : 120px;
	top : 0;
	background: url(../images/banner.gif) no-repeat center top;
} 
#container {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}

#nav, #nav ul {
	float: left;
	width: 760px;
	list-style: none;
	line-height: 1;
	background: #375780;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em;
	border-top: 1px solid #AECEEA;
	border-right: 0 solid #AECEEA;
	border-bottom: 2px solid #AECEEA;
	border-left: 0 solid #AECEEA;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 152px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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: #6775D6;
}

#content {
	clear: left;
}

#content a {
}

#content a:hover {
	text-decoration: none;
}

