
#menubar{
    position: relative;
    top: 1.5em;/*change so that bottom of drop-downs do not go below the bottom of the logo*/
    /*background: white;*/
    /*min-width:1100px;*/ /*used to be 1100px*/
}
  
#logo{
    float: left;   
    text-decoration: none;
}

#menubar a {
	text-decoration: none;
}

#menubar h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
}

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

#menubar a {
	font-weight: bold;
	color: #000080;
	background: transparent;
	text-decoration: none;
}

#menubar li li a {
	display: block;
	font-weight: normal;
	color: #000080;
	background: transparent;

}

#menubar li li a:hover {
	border: 5px solid silver;
	border-width: 0 4px;
}

#menubar li {
	float: left;
	position: relative;
	width: 13%;/*used to be 13%*/
	text-align: center;
	cursor: default;
	background-color: transparent;
	border: 1px solid gray;
	border-width: 1px 0;
}

#menubar li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 0.2em 0;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
	border-top: solid 2px white;
	border-bottom: solid 1px gray;
}

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

#menubar li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	border: 1px solid white;
	border-width: 0 ;
	width: 160px;/*used to be 10em*/
}

#menubar li:hover ul, #menubar li.over ul{
	display: block;
	/*left: 0em;/*new for IE*/
}

hr {
	display: none;
}

#content{
  background: white;
  position: absolute;
  left : 20%;
  top: 10em;
  border-top: solid 2px gray;
}
