
.sbnavmenu
{
	font: 16px calibri, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/*	border: 1px solid #5A3303; */
	padding: 0px;
	width: 175px;
}

a.navbuts, a.navbuts:active, a.navbuts:link, a.navbuts:visited {
	width: 100%;
	display: block;
	color: #FFCB08;
	background: url(but-bg1.gif) repeat-x center left;
	text-decoration: none;
	text-indent: 7px;
	height: 22px;
	padding-top: 4px;
	background-color: #34080B;
}

a.navbuts:hover {
	color: #34080B;
	background: url(but-bg2.gif) repeat-x center left;
	text-decoration: none;
	text-indent: 7px;
	background-color: #34080B;
	font-weight: bold;
}

a.navsubs, a.navsubs:link, a.navsubs:visited, a.navsubs:active {
	width: 100%;
	display: block;
	color: White;
	line-height: 16px;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0px;
	text-indent: 10px;
	padding-bottom: 1px;
	background: Black;
}

a.navsubs:hover {
	color: #E5AD04; /*	background: Black url(grad4.gif) repeat-x center left; */
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;
	background: Black;
}

.showit {
	display: block;
}
.hideit {
	display: none;
}
/* Opera Hack */
html>body .hideit {
    display: block;
}
head:first-child+body .hideit {
    display: none;
}