body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #E5E5E5;
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #096395;
}
.search {
	font: 11px Arial, Helvetica, sans-serif;
}
#masthead {
	padding: 0;
}
#masthead h1 {
	position: relative; 
	left: 6px; 
	top: 200px; 
	height: 0px;
	margin: 0;
	overflow: hidden;
}

#menu {
	/*width: 100%;*/
	float: left;	
	width: 960px;
	background: url(images/nav_bg.jpg) repeat-x;
}

#menu ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
}

#menu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;	
	text-decoration: none;
	cursor: pointer;
	background-color: #FED257;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #096395;

}

#menu ul ul li a {font: bold 12px arial, helvetica, sans-serif}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 18px;
	padding-bottom: 16px;
	padding-left: 0px;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	text-align: center;
	background: url(images/nav_bg.jpg) repeat-x;
	
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #096395;
	background: url(images/nav_bg.jpg) repeat-x;
}

#menu h3 {  /*nothing in h3 but 1st tier name with link, but needs margin: 0*/
	padding-top: 12px;
	padding-bottom: 0;
	margin: 0;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;	
}

/*
#menu h3 a {  only need to specify attributes here that will be different from the standard <a> defined above
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	background: white;
	margin: 0;
	text-align: center;
}
#menu h3 a:hover {	only need to specify attributes here that will be different from the standard <a: hover> defined above
	background: white;
}
*/

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 150px;  /*if added, could make the second tier longer than the first tier*/
	left: 10px;  /*controls left offset */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
