

/* ROOT_LEVEL ----------------------------------------- */


.menuS
{
	font-size: 1em;
	line-height: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0px solid black;
}

.menuS ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	/* do not use em font-size here! */
	/* comment 'width' for dynamic size */
}

/* SUBMENU_CONTAINER ----------------------------------------- */
.menuS li ul {
	/* borders */
	border: 0px solid black;
	/* do not change */
	position: absolute;
	left: -999em;
	height: auto;
}

/* LINKS ----------------------------------------- */

.menuS a.parent {
	background-image: url(rightarrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.menuS a, .menuS span  {
	/* comment for dynamic width */
	font-size: 1em;
	/*color: #000000;*/
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
	/* link background; pay attention: a.parent has to use to same color*/
	/* background: #ff00ff; */
}



/* Fix IE. Hide from IE Mac \*/
* html ul li { height: 1px; float: none;}
/** html ul li a { height: 1em; margin: 0; padding: 0  }*/
/* End */


