@import url(baseStyle.css);

#logo {display:none;}
#meSpaLogo {display:block;}

#categoryBnr, #userBnr {top:138px;}


/* Hack to create fake "second level" styling for types of facials children shortcuts. There are added html elements in umbraco on these shortcuts. Please remove those to remove the styling */
#leftNav li {/*border-bottom:0px;*/}
#leftNav li a {cursor:pointer;}
#leftNav li a:hover {background:none;color:#6B207F;}
#leftNav ul ul.CurrentCategory ul.second-level-shortcut {display:block;margin-top:-11px;}
#leftNav a ul.second-level-shortcut li span {
	width:160px;
	display: block;
	font-size: 11px;
	color: #3f1248;
	padding: 5px 10px 5px 15px;
	border-bottom: none;
	background: url(../Img/leftNavArrow.gif) no-repeat left center;}
#leftNav ul.second-level-shortcut.last {border-bottom:1px solid #D1BF9F;}
