@charset "UTF-8";
/* CSS Document */
/* Suckerfish CSS Starts Here */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:1000;
}

#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #15531A;
	padding: 0 7px 0 7px;
	 letter-spacing:0.0em
}

#nav li li a:hover {
	color: #662f0f;
	text-decoration: underline;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
    padding-right:25px;
	letter-spacing:0.1em;
	border:0;
}
li:hover {color: #662f0f;}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 4px 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	padding:5px 0 8px 0px;
	text-transform:none;
	 letter-spacing:0.0em;
	font-size:11px;
	background: url(http://www.beljanskiwellness.com/images/navbot.gif) center bottom no-repeat #f8d993; width:120px; border-top:1px solid #d3a86d;
}

li:hover ul, li.over ul {
	display: block;
	text-decoration: none;

}
/* End Suckerfish Dropdowns */

