/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto-kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
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:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}
li.potato-menu-item {
    font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
ul.potato-menu-group {
   border-top: 1px solid #87786d;
    background: #544841;
}
ul.potato-menu-group a {
    width: 160px;
}
.potato-menu a {
    padding:10px 12px 10px 12px;
    background: #544841;
    color: #fff;
    padding-right:20px;
}
.potato-menu a:hover {
    background: #251f1c;
	color:#f8dc4d;
}
.potato-menu-has-vertical > a {
    background: #544841 url(../images/arrow-down.gif) right no-repeat;
     
}
.potato-menu-has-holizontal > a {
    background: #544841 url(../images/arrow-down.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
    background: #544841 url(../images/arrow-down-ovr.gif) right no-repeat;
     
}
.potato-menu-has-holizontal > a:hover {
    background: #544841 url(../images/arrow-down.gif) right no-repeat;
}