/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin-left:-1px;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:100;
}
#menu2 ul.potato-menu-group {
	max-height: 300px;
    overflow-y:auto; overflow-x: hidden;
}

#menu2 ul.potato-menu-group li#separati {
	font-size:9pt; font-weight:bold;
	background: transparent url("http://www.wellness-heaven.net/images/separatorWH.png") top no-repeat;
}

#menu2 ul.potato-menu-group li#neben {
  	font-size:9pt;
}

#menu4 ul.potato-menu-group {
	max-height: 300px;
    overflow-y:auto; overflow-x: hidden;
}

ul.potato-menu ul.potato-menu-group ul {
	margin-left:0px; margin-top:-1px;
}

#menu3 ul.potato-menu-group ul {
	width:140px;
}

#menu3 ul.potato-menu-group ul li.potato-menu-hover {
	width:140px;
}

#menu1 li.potato-menu-item {
    width:170px;
    font-size:14px;
    background: transparent url("fill-50.png");
}
#menu1 > li.potato-menu-item {
    border-right:1px solid #BBB;
}

#menu2 li.potato-menu-item {
    width:170px;
    font-size:14px;
    background: transparent url("fill-50.png");
}

#menu2 > li.potato-menu-item {
    border:1px solid #D8D8D8;
}

#menu3 li.potato-menu-item {
    width:124px;
    font-size:12px;
    background: transparent url("fill-50.png");
}

#menu3 > li.potato-menu-item {
    border:1px solid #D8D8D8;
    background: #E8F2FF;
}

#menu4 li.potato-menu-item {
    width:160px;
    font-size:12px;
    padding:5px;
    background: transparent url("fill-50.png");
}

#menu4 > li.potato-menu-item {
    border:1px solid #D8D8D8; font-size:14px; padding:0px;width:170px;
}

li.potato-menu-item a {
    padding:5px 5px 5px 12px;
    color: #222;
}
#menu1 li.potato-menu-hover {
    background-color: #A8CEFF;
}
#menu2 li.potato-menu-hover {
    background-color: #A8CEFF;
}
#menu3 li.potato-menu-hover {
    background-color: #A8CEFF;
}
#menu4 li.potato-menu-hover {
    background-color: #A8CEFF;
}
li.potato-menu-has-vertical > a {
    background: transparent url("br_down.png") right no-repeat;
}
li.potato-menu-has-holizontal > a {
    background: transparent url("br_right.png") right no-repeat;
}
li.potato-menu-item ul {
    border-left:1px solid #BBB; border-bottom:1px solid #BBB; border-right:1px solid #BBB;
    background: transparent url("fill-85.png");
}
li.potato-menu-item ul ul {
    border-top:1px solid #BBB;
}

