.menu, .menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:120;

}
.menu {margin: 0 0 0 0 ; height:23px;}

.menu .capL {background:url(/themes/appledorebeautytheme/images/menu_bg_cap_pl.gif) no-repeat; float:left; height:23px; width:6px; }
.menu .capR {background:url(/themes/appledorebeautytheme/images/menu_bg_cap_br.gif) no-repeat; float:right; height:23px; width:6px; }

.managebutton .manage { display:inline; background:none; color:#000;}

.menu a {
	display: block;
	color:#fff;
	height:23px; width:133px;
	
	background:url(/themes/appledorebeautytheme/images/menu_bg_p.gif) repeat-x; background-color:#f598b1;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	line-height:22px; 
	font-weight:normal;
	border-left:1px solid #ec008c; 
}

.menu .firsta  {
width:122px;
padding:0 6px 0 0;
	border-left:none;
}

.menu .lastbutton  {
width:122px;
padding:0 0 0 6px;
	background:url(/themes/appledorebeautytheme/images/menu_bg_b.gif) repeat-x; background-color:#00b2f0;
	font-size:11px;
}


.menu li ul a {
	display: block;
	font-size:90%;
	width: 129px;
	margin: 0;
	padding: 0px;
	text-align:left;
	border:none;
background:#7fd4f7; 
border-width:0px 1px 1px 1px;

}
.menu ul li a.active { color:#825ba5}
.menu li { /* all list items */
	float: left;
	

	
	 /* width needed or else Opera goes nuts */
}

.menu li a:hover, .menu li a.sfhover {
color:#825ba5;

}
.menu li .lastbutton:hover, .menu li .lastbutton.sfhover  {
color:#0569ad;
}

.menu .inactive {  }
.menu .inactive:hover, .menu .inactive.sfhover {

}

.menu li ul li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
	font-size:90%;
}

.menu li ul { /* second-level lists */
	position: absolute;
	margin: 0px 0 0 0px;
	width: 15em;
        text-align:left;
        text-indent:8px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.menu li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 120px;
width: 130px;
border:1px solid #c6c6c6;
	border-width:1px 0 0 0;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.menu li:hover ul {
visibility: visible;
left: auto;
}

