#container
{
	position:relative;
}

#buttonbar, #buttonbar ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	white-space: nowrap;
}

#buttonbar a {
	display: block;
	width:150px;
	height:30px;
	line-height:30px;
	color: #604527;
	font-weight: bold;
	overflow:hidden;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

#buttonbar a:hover,
#buttonbar a.menuitem_selected

{
	color: white;
}

#buttonbar li {
	float: left;
}

#buttonbar li ul {
	position: absolute;
	visibility:hidden;
	border-top: 2px solid white;
}

#buttonbar li ul li {
	clear: both;
	vertical-align: center;
}

#buttonbar li ul li a {
	display: block;
	background-color: #604527;
	color: #E7FFFF;
	width: 140px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding:0px 5px;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-decoration:none;
	text-align:left;
}

#buttonbar li ul li a:hover{
	color: #ffffff;
	background-color: #866a3b;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#buttonbar li:hover ul, #buttonbar li.sfhover ul {
	visibility:visible;
	top: 30px;
	margin-left: 0;
}
