/* These styles just pretty up the page a bit. */
body {
	/*font: 62.5%/1.2 Arial, Helvetica, sans-serif; */
	/*background-color: #eee; */}
#wrap {
	font-size: 1.3em;
	width: 500px;
	padding: 20px;
	margin: 0 auto; 
	background-color: #fff;
	position: relative; }

/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
      border:thin solid white;
	padding: 3px 8px;
	background-color: #808080;
	color: white;
      font-weight: bold;
	text-decoration: none; }
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #A8A8A8;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #A8A8A8;
	border-bottom: 1px solid #fff;
	color: #000; }
#navbar li li a:hover {
	background-color: #D8D8D8; }
	
a { text-decoration: underline; }