@charset "UTF-8";
ul.MenuBarActive
{
	z-index: 1000;
}
	
ul.MenuBarVertical
{
	margin:17px 0 0 0;
	padding-left:60px;
	float:left;
	text-align:left;
	list-style-type: none;
	font-size: 100%;
	line-height:40px;
	cursor: default;
	border: none;
}


ul.MenuBarVertical ul
{
	position:absolute;
	display:block;
	margin: 0 0 0 99%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 122px;
	height:40px;
	left: -1000em;
	top: 0;
	border:none;
}

ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-image:url(../grafik/button.png);
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	width:122px;
	height:40px;
}


ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-image:url(../grafik/button-o.png);
	text-align:left;
}

ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 122px;
	height:40px;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

ul.MenuBarVertical ul li
{
	width:122px;
	height:40px;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-image:url(../grafik/button.jpg);
	width:122px;
	height:40px;
	color: #333;
	text-decoration: none;
	font-size:12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-image:url(../grafik/button-p.jpg);
	color: #666;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-image:url(../grafik/button-p.jpg);
	color: #666;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../grafik/button-pf.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../grafik/button-p.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

