/*
 * 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;
	overflow:visible;
	list-style:none;
	list-style-position:outside;
	display:block;
	float:left;
}

ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	z-index:20!important;
}

ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	top:40px;
	display:none;
	z-index:30!important;
}

* html ul.potato-menu ul.potato-menu-group li a{
	display:block!important;
	float:none!important;
	width:260px!important;
	z-index:30!important;
	position:relative;
	overflow:visible;
}

* html ul.potato-menu ul.potato-menu-group li{
	display:block!important;
	float:none!important;
	width:260px!important;
	z-index:30!important;
	position:relative;
	overflow:visible;
}

li.potato-menu-item {
    font-size:12px;
}

ul.potato-menu-group a {
    width: /*240px;*/ auto;
	padding-top: 5px;
	padding-left: 5px;
}

.potato-menu a {
    padding:5px 12px 5px 12px;
    color: #fff;
    padding-right:20px;
}

.potato-menu-vertical {
    background: #d9f3fc;
     
}

.potato-menu-vertical a{
    color:#333333!important;    
}

.potato-menu-holizontal > a {
    background: url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}

.potato-menu-vertical a:hover{
    background:#0983cc none!important;
	color:#ffffff!important;
}

.potato-menu-holizontal > a:hover {
    background: url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
