/* --------------------- MENUITEMS -------------------------- */
/*  DBlau #648fad */
/*  HBlau #88c2eb */
/* The div enclosing the menu */
.MyMenu
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 100px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

/* Every anchor tags in our menu */
.MyMenu a
{
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 7px 2px 5px 2px;
	font-weight: normal;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.SVSMenuFirstItem { }

/* Like above, but only for second menu level and below */
.MyMenu li li a.SVSMenuFirstItem { }

/* All menu item's anchor tags of second menu level */
.MyMenu li li a
{
	padding: 7px 2px 5px 20px;
/*
	background-color: #f9f9f9;
*/
	border-bottom: 1px dotted #bbb;
	text-transform: none;
	letter-spacing: 0;
	font-weight: lighter;
		font-size: 12px;

}

.MyMenu li li a:link, .MyMenu li li a:visited, .MyMenu li li a:active
{
	text-decoration: none;
	color: #648fad;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a
{
	padding-left: 40px;
	background-color: #f1f1f1;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a:link, .MyMenu li li li a:visited, .MyMenu li li li a:active
{
	text-decoration: none;
	color: #999;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a { }

/* All anchor tags that are menu tree titles */
.MyMenu a.SVSMenuTitle { }

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.SVSMenuTitleExpanded { }

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active
{
	text-decoration: none;
	color: #648fad;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.SVSMenuCurrentItem, .MyMenu li li a.SVSMenuCurrentItem { color: #88c2eb; }

/* nur gewhlter unterpunkt */
.MyMenu li li a.SVSMenuCurrentItem, .MyMenu li li li a.SVSMenuCurrentItem { color: #88c2eb; }

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.SVSMenuCurrentItem { color: #88c2eb; }

/* All other anchor tags, when hovering */
.MyMenu a:hover { color: #333; }
.MyMenu li li a:hover, .MyMenu li li li a:hover { color: #333; }

/* All trees */
.MyMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* All items */
.MyMenu li
{
	margin: 0;
	padding: 0;
	display: inline;
}
