/* 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: #850403;*/
	background: #eeeeee;
	color: white;
}
/* Mouseover when navigating in the menu (define this, otherwise taken from global A) */
.menuS a:hover, .menuS a.parent:hover {
	/*background-color: #dfb772;*/
	background: #CC006B;
	color: white;
}

.menuS a, .menuS span{
	color: #666;
	font-size: 1.2em;
	padding: 0.5em 0.5em;
}




/* Selected menu item (current active page) */
.menuS a.selected {
/*	background: #898068;*/
	background: #666666;
	/*background-color: orange;*/
	color: white;
	font-weight: bold;
}

/* Master background color */
.menuS, .menuS li ul{
	/*background-color: #eeede5;*/
	/*background: url(../default/images/bg_70black.png);*/
	background: none;
	color: #999;
}

.menuS a.parent {
	background-image: none;
}


