#logo {
	float: left;
	width: 250px;
	height: 88px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 8px;
}
#topnav {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 10px;
}
.search {
	height: 22px;
}

#menutop {
	/*width: 100%;
	float: left;*/	
	width: 664px;
}
#menutop 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;
	background: #fff;
	height: 28px;
	color: #0070B4;
}
#menutop a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding-top: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #0070B4;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#menutop a:hover {		/*describes specifics of the look of 2nd tier */
	color: #FF9400;
	background: #fff;
}

#topmenubar {
	/*width: 100%;*/
	float: left;	
	width: 765px;
	margin-top: 4px;
	padding-left: 10px;	
}

#topmenubar 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;
	height: 26px;
}

#topmenubar a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;	
	padding: 4px 4px;
	color: #FFFFFF;
	background: #FF9300;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#topmenubar a:hover {		/*describes specifics of the look of 2nd tier */
	color: #006FB4;
	background: #FF9300;	
}

#topmenubar ul ul li a {font: 12px Arial, Helvetica, sans-serif}

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

#topmenubar h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding: 0;
	padding-top: 3px;
	padding-bottom: 6px;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #FFFFFF;
	background: #006FB4;
	margin: 0;
	text-align: center;
}
#topmenubar h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	/*color: #FF9300;*/
	color: #FF9400;
	/*font-weight: bold;*/
	background: #006FB4;
}

#topmenubar li {position: relative;}

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

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

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


#leftmenu {
width: 188px;
}

#leftmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

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

#leftmenu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 15px Arial, Helvetica, sans-serif;
	display: block;
	padding: 6px 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
}
#leftmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #006FB4;
}

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

#leftmenu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin-right: 12px;
	color: white;
	background-color: #006FB4;
	text-decoration: none;
	width: 180px;
}
#leftmenu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #000;
	background-color: #EECA7B;
}

#leftmenu li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 0;
left: 100%;
/*right: 100%;  use this for menu flying out to the right */
width: 100%;
}

div#leftmenu ul ul 
{display: none;}

div#leftmenu ul li:hover ul 
{display: block;}

