/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.menutest, .menutest * {
	margin:0;
	padding:0;
	list-style:none;
}
.menutest {
	line-height:1.0;
}
.menutest ul {
	position:absolute;
	top:-999em;
	width:138px;
}
.menutest ul li,
.menutest a {
	width: 100%;
}
.menutest li {
	float:left;
	position:relative;
	z-index:99;
}
.menutest a {
	display:block;
}
.menutest li:hover ul,
ul.menutest li.sfHover ul {
	left:0px;
	top:15px;
}
.menutest li:hover li ul,
.menutest li.sfHover li ul {
	top:-999em;
}
.menutest li li:hover ul,
ul.menutest li li.sfHover ul {
	left:15em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.menutest {
	margin-bottom:1.5em;
	font-size:10px;
}
.menutest li {
	background:#FFC436;
	width:138px;
	color:#999;
}
.menutest a {
	color: #000;
	padding: 5px 0;
	text-decoration:none;
	text-indent: .4em;
}
.menutest li:hover, .menutest li.sfHover,
.menutest a:focus, .menutest a:hover, .menutest a:active {
	background:#FFC436;
	color:#000;
}
.menutest li li {
	background:#ffd674;
}
.menutest li li li {
	background:#ffd674;
}


.menu_item_addtocart {
position:absolute;
right:5px;
text-align:right;
}
.menu_item_price {
position:absolute;
text-align:right;
right:35px;
}
a.menu_item {
float:left;
width:138px;
position:relative;
}



