#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #696969;

}

#nav li {
	float: left;
	position: relative;
	cursor: default;
	width: 103;
}

#nav a {
	font-weight: bold;
	color: white;
	font-size: 11px;
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	font-family: "Lucide Grande", "Arial", "Franklin Gothic", helvetica;
}




#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	background:#696969;
	color: #ffffff;
	font-weight: normal;
	top: 21px;

/* IE 5.5 canŐt see the next line but all others can \*/

/* End hack - BTW it works for Mac IE too */

}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;

}

.maintable    { background-color: white; margin: 10px; border: solid 1px black }
.sidebar    { color: black; font-size: 7.5pt; font-family: Verdana; list-style-type: square; padding: 5px }
.sidebarwhite { color: white; font-size: 7.5pt; font-family: Verdana; list-style-type: square; padding: 5px }
.sidebarwhite a, .sidebarwhite a:link, .sidebarwhite a:visited { color: white }
.confsidebar { color: black; font-size: 7.5pt; font-family: Verdana; list-style-type: square; padding: 5px 5px 5px 15px }
.aboutcolor { background-color: #03c }
.classroomcolor   { background-color: #909 }
.professioncolor   { background-color: #066 }
.conferencecolor  { background-color: #900 }
.communitycolor { background-color: #c00 }
.advocacycolor { background-color: #060 }
.publicationscolor   { background-color: #333 }
.sidebar2  { color: black; font-weight: bold; font-size: 7.5pt; font-family: Verdana; list-style-type: square }
.aboutncss   { border: solid 1px #03c }
.genericmenu   { border-top: #696969; border-right: 1px solid #696969; border-bottom: #696969; border-left: #696969 }
.membershipcolor { background-color: #c90 }
.highlight    { font-size: 9pt; font-family: Verdana;  background-color: #ccccff; padding: 4px }
.copyright { color: white; font-size: 7pt; font-family: Verdana; font-weight: normal }
.5pxindent { background-color: #00f; padding-right: 5px; padding-left: 5px }
a    { color: navy; font-weight: bold; text-decoration: none; }
a:visited { color: navy }
a:hover  { text-decoration: underline; text-shadow: 3px 3px 4px silver }
.bodytext { font-size: 8pt; font-family: Verdana }
.pagetitle    { color: black; font-size: 12pt; font-weight: bold }
.submenu    { color: white; font-size: 6pt; font-family: Verdana }
.submenu a,
.submenu a:link,
.submenu a:visited,
.submenu a:active,
.submenu a:hover  { color: white; font-weight: normal; text-decoration: underline }
.newsitem { font-size: 9pt; font-family: Verdana; background-color: white; padding 4px}
.discusslink { font-size: 7pt; font-family: Verdana}
ul   { list-style: square url("http://static.ncss.org/files/art/arrow.gif") }
ol { list-style-image: none }
H2 { color: black; font-size: 12px; font-family: Verdana; font-weight: bold }
H3 { color: black; font-size: 10px; font-family: Verdana; font-weight: bold }




#nav li:hover ul, #nav li.over ul {  
	display: block;
}

<!--[if IE 5.0]>
#nav li:hover ul, #nav li.over ul {  
	display: none;
}
<![endif]-->
#nav li>ul {  
	top: auto;
	left: auto;

#content {
	clear: left;
}

#maingraphic {
	position: absolute;
	width: 720;
	margin-top: 160px;
	margin-left: 5px;
	margin-right:5px;
}





