body { background-image:url(images/bg.gif); margin:0px; font-size:12px; font-family:"Trebuchet MS";}
#headerbg{ background-image:url(images/bgheader.jpg); background-repeat:repeat-x;}
h1 { font-size:22px; color:#0d70b1}
h2 { font-size:20px; color:#0d70b1}
h3 { font-size:18px; color:#0d70b1}
h4 { font-size:16px; color:#0d70b1}

#subnav{ color:#1273b3;margin:0px;}
#subnav ul{ list-style:none;margin:0px;padding:0px; }
#subnav li {text-indent:10px}
#subnav a {display:block;padding-top:2px;padding-bottom:2px; border-bottom: 1px dashed #c9c9c9; text-decoration:none}
#subnav a:hover{ background-color:#FFFFFF}
#wrapmax{ width:80%; min-width:800px;}
#right img {padding:5px;margin:5px}


#wrapper {border-left:800px }
#news{ background-color:#f0f0f0; height:82px}
#news h2 { font-size:18px; color:#0d70b1}
#header { background-image:url(images/header.jpg); height:222px; background-repeat:no-repeat}

#left { width:240px;padding-left:5px; vertical-align:top; background-color:#f8f8f8;border-right:1px solid #CCCCCC}
#right{padding:5px; vertical-align: top;border-right:2px solid #CCCCCC; background-color:#FFFFFF;  }
.footer{ text-align:center; font-size:10px}

#right input {margin:5px;padding:5px;border:1px solid #CCCCCC;  color:#333333}
#menu {margin-top:98px; position:absolute; width:800px}
<!-- drop down menu -->
#nav {	padding: 0px;
	margin: 0px;
	
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;

		
}
a {color: #006699; text-decoration:none;text-decoration:underline}
a:hover { text-decoration:none; text-decoration:none; color:#0683FF}
#nav a {
	display: block;

	
	font-size:12px;
	padding:5px 10px 5px 10px;color:#000406; text-decoration:none; text-align:center; font-weight:bold; border-right:1px dashed #666666
}
#nav a:hover {
	
}

#nav li { /* all list items */
	float: left;
	
	list-style: none;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #fcc76b;
	width: 15em !important;
	left: -999em;
	list-style: none;
	text-align:left;	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: #FFFFFF;
}

#nav li ul a{ /* second-level lists */
	width: 15em !important;text-align:left; border-bottom:1px dashed #999999; border-right:none
}
#nav li ul a:hover{ /* second-level lists */

	text-decoration:underline;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 15em;
	list-style: none;



}
#nav ul ul { /* third-and-above-level lists */

	background-color:#85B4CD;


}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	list-style: none;
}

#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 { /* lists nested under hovered list items */
	left: auto;
	list-style: none;
}
