.verbar	{
	margin-top: 150px;
	margin-left: 50px;
	color: #636363;
	background-color: #F3F3F3;
	border-top: 1px outset #636363;
	border-left: 1px outset #636363;
	border-right: 1px outset #636363;
}

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

.subframe	{
	position: relative;
	display: block;

	background-color: #FFFFFF;
	border: 1px outset #636363;

	z-index: 20;
}

/* Hauptnavi */
.item	{
	width: 165px;
	height: 25px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: verdana;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px outset #636363;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: 900;
}

.item a:link	{
	color: #636363;
	font-weight: 900;
}

.item a:visited	{
	color: #636363;
	font-weight: 900;
}

.item a:hover	{
	color: #636363;
	background-color: #CCCCCC;
	font-weight: 900;
}

.item a:active	{
	color: #636363;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.subitem	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: verdana;
	font-size: 10px;
	margin: 5px;
	border-bottom: 1px outset #636363;
}

.subitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.subitem a:link	{
	color: #999999;
}

.subitem a:visited	{
	color: #999999;
}

.subitem a:hover	{
	color: #EF8C1A;
	background-color: #FFFFFF;
}

.subitem a:active	{
	color: #999999;
}

.subitem .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}