/* CSS Document */

/*

red: #FF0303
yellow: #FEB835

*/

/*
My additions, 11/07/06
*/

div#navHolder {
width:
}

ul#nav li {
font-size:12px;
}

ul#nav li a, ul#subnav li a {
color:#FFFFFF;
}


/*
the 46em is the width of the entire menu - dont need
*/

#nav {
	float: left;
	/*width: 46em;*/
	list-style: none;
	line-height: 1;
	background: #000066;
	/*font-weight: bold;*/
	padding: 0;
	border: solid #696AB2;
	border-width: 0;
	margin: 0;
	
	text-align:left;
  z-index:99; 
}



#nav ul {
	float: left;
	width: 46em;
	list-style: none;
	line-height: 1;
	background: #000066;
	/*font-weight: bold;*/
	padding: 0;
	border: solid #696AB2;
	border-width: 1px 0;
	margin: .5em 0 .5em 0;
	
	  z-index:99; 

}

#nav a {
	display: block;
	width: 9.5em;
	w\idth: 5.5em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.6em 1.4em;
}

#nav li ul li a.daddy {
	background: url(../images/rightarrow3.gif) center right no-repeat;
}



#nav li {
	float: left;
	padding: 0;
	width: 8.25em;

	z-index:1000; 

}

#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;
	
	z-index:1000; 

}

#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;
	
	z-index:1000; 
}

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






ul#subnav li {
font-size:11px;
font-weight:bold;
	float: left;
	padding: 0;
	width: 8.25em;


}


#subnav {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align:left;
}

#subnav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #000066;
	padding: 0;
	margin: .5em 0 .5em 0;
}

#subnav a {
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding: 0.6em 1.4em;
}

#subnav a:hover {
	text-decoration: underline;
}




#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

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

#scaffolding {
	height: 70px;
	background: white url(../images/header_bg.gif) no-repeat;
	border: solid #696AB2;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(../images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}