@charset "UTF-8";
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#Menu
{
	font-size: 100%;
	width: 320px;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	font-size: 100%;
	text-align: left;
	width: 300px;
	list-style-type: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	font-size: 100%;
	width: 300px;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	padding: 2px;
	font-size: 105%;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover  
{
	color: #333;
	font-size: 105%;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #unternemu #MenuBar1 li .active {
	color: #FFF;
	background-color: #CCC;
	font-size: 110%;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}

