.horbar	{
	color: black;
}

.horbaritem	{
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	padding: 3px;
	border-top: 1px none #A8ABA5;
	border-right: 1px solid #A8ABA5;
	border-bottom: 1px none #A8ABA5;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #000000;
	text-decoration: none;
	background-color: #EEEFED;
}

.horbaritem a:active	{
	color: #000000;
	text-decoration: none;
}

.verbar	{
	color: black;
	width: 184px;
	display:block;
	overflow:hidden;
	}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	width: 184px;
	overflow: hidden;
	position: relative;
	top: -6px;
	left: 13px;
	display: block;
	background-image: url(/media/navsch.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.subframe .item a {
	font-weight:normal;
}

.item	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.item a	{
	display: block;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:0px;
	background-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979797;
	font-weight:bold;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #000000;
	text-decoration: none;
	background-color: #C0C0C0;
}

.item a:active	{
	color: #000000;
	text-decoration: none;
}

.item .kfwdarr	{
	position: absolute;
	top: 6px;
	right: 11px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #CCFF00;
	margin: 2px 5px 2px 5px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

