/*
 * 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;
	position:absolute;
	display:none;
	z-index:1000;
}
.potato-menu-item a{
	background:url("../img/contact_btn.gif") no-repeat;
	width:69px;
	height:20px;
	
}
.potato-menu-group {
	margin-top:-20px!important;
	padding-top:30px!important;
	background: url('../img/contact_btn_over.gif') #E1E1E1 left top no-repeat;
	width:116px;
	z-index:1000;
}

ul.potato-menu-group li {
	padding:0!important;
	margin:0!important;
	
}
.potato-menu-group li.last {
	background: url('../img/contact_bottom_bg.gif') #E1E1E1 left bottom no-repeat;
	width:116px;
}

.potato-menu-group li a {
	background:none;
	color:#333;
	padding-left:10px!important;
}
.potato-menu-group a:hover {
	text-decoration: underline!important;
}

