/* 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 */
.menuS ul
{
	margin: 0 0 0 0;
}

/* hide arrow image for nodes with children */
.menuS a.parent, .menuS span.parent
{
    background-image: none ! important;
    color: #fff ! important;
}

/* select bg color for path when mouse-overing */
.menuS li:hover,.menuS li.sfhover { /*background-color: #dfb772;*/
	Xbackground: url(images/bg_90white.png);
	/*background: #b50b13;*/
}

/* all links */
.menuS a {
	color: #fff;
}

/* Mouseover when navigating in the menu (define this, otherwise taken from global A), or LI above */

.menuS span:hover, .menuS a:hover,.menuS a.parent:hover { 
	background-color: transparent;
	color: white;
}

/* level 1 with children  
.menuS span:hover {
	background-color: #b50b13;
}

/* level 1 without children  
.menuS a.parent:hover {
	background-color: #b50b13;
}
*/
/* Selected menu item (current active page) */
.menuS a.selected { /*	background: #898068;*/
	Xbackground: url(images/bg_90white.png);
	/*text-decoration: underline;*/
     background: #6f6f6f;
}
/* Selected menu item (current active page) */
.menuS a.selectedPath, .menuS span.selectedPath { /*	background: #898068;*/
	Xbackground: url(images/bg_90white.png);
	/*background: #eee;*/
    /*background: #939393;*/
    background: #6f6f6f;
}

.menuS a.selectedPath:hover, .menuS span.selectedPath { /*	background: #898068;*/
    background: #6f6f6f;
}


/* Master background color */
.menuS li ul li { /*background-color: #eeede5;*/
	border-top: 1px solid #fff;
    background: #939393;
}

/* Submenu (non-topParent) container */
.menuS li ul { /* borders */ /*border: 1px solid #666666;*/
	margin-left: -1px;
}

/* Submenu links */
.menuS li ul a { /* color: #ff0000;*/

}

.menuS li ul a:hover { /* color: #ff0000;*/
    background-color: #6f6f6f;
}

/* - not working 100% - */
.topParent { /*font-weight: bold;*/

}

.disabled {
	font-style: italic;
	color: #f00;
}

/* Size & Layout*/ /* HORIZONTAL MENU */
.menuH li ul ul { /* is "sublink width" value for left-margin
	-1.5em (top-margin) positiones the element on (about) the same height
	check font-size and padding */
	margin: -2em 0 0 16em;
}

.menuH li ul,.menuH li ul li {
	width: 12em;
}

.menuH a,.menuH span { /*width: 14em;*/
   
}

/* VERTICAL MENU */
.menuV a,.menuV span {
}

UL.menuV, .menuV LI {
	width: 16em;
}
.menuV LI {
	margin: 0;
	padding: 0;
}
.menuV ul {
	height: 1em;
	margin-left: 0;
	padding: 0;
}

/* second-level lists */
.menuV li ul {
	margin-left: 15em;
	margin-top: -2em;
	position: absolute;
	left: -999em;
}
