

div#header {
	position: relative;
	margin:0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	background-color: #66BBCC;
	background-image: url('header.gif');
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66BBCC;

	height: 120px; } /*** must be set so the following absolutely positioned divs are placed correctly on initial load of the page***/


#nav-menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-left: 200px;
}
#nav-menu ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
/*	background-color: #66BBCC; */

}
#nav-menu li {
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;


}
#nav-menu li.first {
	margin-left: 0px;
}

#nav-menu li a {
	background: #F3FEFF;
	height: 20px;
	float: left;
	width: 100px;
	margin: 0px;
	display: block;
	text-decoration: none;
	text-align: center;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
#nav-menu li a:hover, #nav-menu li a:active  {
	background: #99DDEE;

	text-decoration: none;

}



div#navclear {
  	display: block;
	clear: both; }



