#top{
  float:left;
  background:white;
  width:976px;
}

#top .rotation {
  float:left;
  width:100%;
  height:357px;
  margin-left:8px;
  margin-right:0px;
  padding-right:0px;
}

#top h1 {
  font-size:1em;
  color:black;
  padding-left:16px;
  margin-top:15px;
}

#top p {
  font-size:.8em;
  padding-left:16px;
}

h1 {
  color: #996600;
  font-size: 1em;
  font-family: Arial, sans-serif;
  margin-left:7px;
}

#crown {
  float:left;
  width:976px;
  height:20px;
  margin-left:0px;
  margin-right:0px;
  padding-right:0px;
  background: url('/images/2008/sub-top.jpg') no-repeat;
}

a { color:#456F6F; }

/* menu */

#menu {
	display: block;
	float:left;
}

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

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
  background: url(/images/2008/nav-bg2.png);
  border-right:1px dotted silver;
}

#menu li a {
  text-transform:uppercase;
	display: block;
  padding-left:14px;
  padding-top:12px;
  padding-bottom:10px;
  padding-right:11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

}

* html #menu a {width:1%;}

#menu li a:hover {
  color: white;
	background: url(/images/2008/red_nav.gif);
}

#menu li a.current:hover {
	color: #000;
}

#menu li a.current {
	letter-spacing: 1px;
	color: white;
	background: url(/images/2008/red_nav.gif);
  padding-left:6px;
  padding-right:6px;
}

.custombuckethead {
margin-bottom: -7px;
}
