/* Css file for font and color adjustments for LCssDropDownMenu */
/* .menuS is used for both (H)orizontal & (V)ertical menus, */
/* .menuH & .menuV for the former and the latter. */

/* SHARED */
/* select bg color for path when mouse-overing */
 .menuS li:hover,.menuS li.sfhover {
	background-color: white;
	color: #333;
}

/* all links */
.menuS a{
	color: black;



	vertical-align:middle;
}

/* Mouseover when navigating in the menu (define this, otherwise taken from global A) */
.menuS a:hover, .menuS a.parent:hover {
	background: none;
	color: white;
}

/* Selected menu item (current active page) */
.menuS a.selected {
	background-image: url(images/arrow_white_navi.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/* Submenu links */
.menuS li ul a {
	height:auto;
	background: #fff;
	color:#333;
	padding-left:36px;
	border-top:1px solid #ccc;
	font-weight:normal;

}

.menuS li ul a.selected {
	background-image: none;
	background: #eee;
	color:#000;
}

/* Submenu links */
.menuS li ul a:hover {
	background: #eee;
	color: #333;
}

.disabled {
	font-style: italic;
}

/* VERTICAL MENU */
.menuV a, .menuV span {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:20px;
}

/* ###############  */
.menuV a{
	height:12px;
	color:#fff;
	padding :6px 0 7px 20px;
}

.menuV a:hover, .menuS a.parent,  .menuS a.parent:hover, .menuS span.parent {
	background-image: url(images/arrow_white_navi.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-decoration:none;
}

.menuBlue li{
	background: url(images/button_navi_blue.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}
.menuDarkGrey li{
	background: url(images/button_navi_darkgrey.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}

.menuDarkGrey a{
	color:#fff;

}
.menuDarkGrey a:hover, .menuDarkGrey a.selected, .menuDarkGrey a.selectedPath{
	color:#fff;
	background-image: url(images/arrow_black_navi.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.menuLightGrey li{
	background: url(images/button_navi_lightgrey.png);
	background-repeat: no-repeat;
	border-bottom:1px solid #fff;
}

.menuLightGrey a{
	color:#000;

}
.menuLightGrey a:hover, .menuLightGrey a.selected {
	color:#000;
	background-image: url(images/arrow_black_navi.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


.menuV li { /* all list items */
	padding: 0px;
	margin: 0;
	position : relative;
	float : none;
	height:auto;
}

.menuV li ul  { /* second-level lists */
	position : relative;
	left: auto;
	height:auto
}


.menuV li ul a:hover
{
	background-image: none;
	background-position: 10px 10px;
}

.menuV li ul li
{
	background-image:none;
	margin-bottom:0px;
}


