/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */

.neomenu {
	color: #000;
	margin:0;
	padding:0;
	z-index: 1000;
}

/*.neomenu #menulist {*/
	/* do not use a position other than 'static' here */
	/* if the menu is vertical:
	* margin-left + border-left-width + padding-left must be equal to
	* margin-right + border-right-width + padding-right
	*/
/*}*/

/*.neomenu #menulist ul {
	padding:0;
	margin:0;
}*/

.neomenu #menulist li {
/*  list-style:none; */
	background:none;


}

.neomenu #menulist li a {
	color: #000;
	text-decoration: none;
	padding: 0 10px 0 10px;
	/* width: 10em;*/
	/* border: 1px solid #EEE; */
	/* background-color:#C73333; */
	/* always set margin to '0' */
	/* Win/IE5.0 will ignore border and padding if display is 'inline' */
}
.neomenu #menulist li a:hover, 
.neomenu #menulist li a:focus {
	color: #000;
}

.neomenu #menulist li a.sublevel {
	background-color: #FFF;
	width: 200px;
}

/*.neomenu #menulist li a.sublevel:hover, 
.neomenu #menulist li a.sublevel:focus {
	color: #000;
}*/


/*
.neomenu #menulist li a div.arrow  {
	/*background: url("../images/arrow_right.png") no-repeat 100% 50%;*/
	/* background: url("../images/arrow_right.png");
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left: 10px;*//*
	margin:0;
	padding:0;
}
*/

.neomenu #menulist .menu {
	color: #000;
	margin: 0;
	margin-left: 1px;
	padding:0;
	/*border: 1px solid #CCC;*/
	/* only set '0' or negative margin */
	/* border  width must be the same on the four sides (in 'px' units) */
	/* padding width must be the same on the four sides (in 'px' units) */
}

.neomenu #menulist .menu .menu {
	width: 160px;
	margin-left: 0;
	margin-top:0px;
	/* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

