/*this is the color of the text in the menus*/
#nav a {
	text-decoration: none;
	text-transform: lowercase;
font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;	
/*font: 10ptVerdana, Helvetica, sans-serif;*/
	color: #8F8F8F;
}
#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}
ul#nav li {
	position: absolute;
	top: 0px;
	z-index: 10;
	}
/*this sets the font of the text in the menus*/
#nav, #nav ul {
	position: relative;
	top: 1px ; 
	left: 10px ; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt ;
	list-style: none;
	margin-left: 1em;
	width: 10em;
	padding: 0;
}
/*this sets the dymanic portion of the menu background graphic or color*/
#nav li {
	width: 10em;
	padding: 2px;
	margin-bottom: 11px;
	line-height: 1.5em;
	position: relative;
	background: url(/pisw.nsf/graphics/clearmenubar/$file/whitemenubar.jpg?open);
	color: grey;
}
#nav li li {
	position: relative;
	left: -137px;
	font-size: 9pt;
	width: 11.3em;
	margin: 0;
	padding: 3px;
	line-height: 1.2;
	
	border-top: .5 px silver solid;
}
#nav, #nav ul {
}
/*this sets the NON-dynamic portion of the menu background graphic or color*/
#MenuBar {
	height: 30px ; 
	background: url(/pisw.nsf/graphics/clearmenubarrounded/$file/whitemenubar2.jpg?open);
	background-repeat: no-repeat;
	background-position: center center;
}
/*this sets the hover color*/
#nav li:hover, #nav li.ieHover {
	cursor: pointer;
	color: black;
	background: #9BCB6E;
	}
#nav li ul, 
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.ieHover ul ul, 
#nav li.ieHover ul ul ul, 
#nav li.ieHover ul ul ul ul {
   position: absolute;
   left: -999px;
   top: 22px;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav ul ul ul li:hover ul,
#nav li.ieHover ul, 
#nav ul li.ieHover ul, 
#nav ul ul li.ieHover ul, 
#nav ul ul ul li.ieHover ul {
	/* IE specification */
	left: 8.9em;
	/* Mozilla, etc. spec */
	left: 9.3em;
}
