@charset "UTF-8";
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: circle;
	font-size: 36px;
	cursor: help;
	width: auto;
	border-top-style: dashed;
	border-top-width: thick;
	border-right-width: medium;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarVertical li
{
	margin: 1;
	padding: 3;
	list-style-type: circle;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: help;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: super;
	word-spacing: normal;
	white-space: normal;
	display: block;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: groove;
	border-left-style: groove;
	visibility: inherit;
	overflow: visible;
	background-color: #220103;
	border-color: #666;
}

ul.MenuBarVertical ul
{
	margin: 3 100%;
	padding: 5;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: help;
	width: 120px;
	left: 1000px;
	top: 0;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

ul.MenuBarVertical ul li
{
	width: 200px;
}

ul.MenuBarVertical
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

ul.MenuBarVertical ul
{
	border: 10;
}

ul.MenuBarVertical a
{
	display: marker;
	cursor: help;
	padding: 1.5em 1.75em;
	color: #CCC;
	text-decoration: none;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	font-size: 12px;
}

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
}



 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../Kopie%20von%20widerstand/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 99% 90%;
	font-size: 12px;
}


ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../Kopie%20von%20widerstand/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

ul.MenuBarVertical iframe
{
	position: fixed;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: marker;
	f\loat: none;
	background: #220103;
	}
}
