/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw
 * 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 {
	top: 46px;
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

<!-->CUSTOM STYLES<!-->

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

.potato-menu a {
	padding: 17px 20px 15px 20px;
}

.potato-menu a:hover {
}



ul.aboutus.potato-menu-group {
	width: 182px;
	background: url(../images/aboutus_sub_bg.jpg) no-repeat;
}

ul.aboutus.potato-menu-group a {
	width: 138px;
}

.aboutus.potato-menu-group a {
	width: 182px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CF;
}

.aboutus.potato-menu-group a:hover {
	width: 156px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/sub_hover_arrow.png) left no-repeat #C03;
}



ul.services.potato-menu-group {
	width: 192px;
	background: url(../images/services_sub_bg.jpg) no-repeat;
}

ul.services.potato-menu-group a {
	width: 148px;
}

.services.potato-menu-group a {
	width: 192px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CF;
}

.services.potato-menu-group a:hover {
	width: 166px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/sub_hover_arrow.png) left no-repeat #C03;
}



ul.locations.potato-menu-group {
	width: 182px;
	background: url(../images/locations_sub_bg.jpg) no-repeat;
}

ul.locations.potato-menu-group a {
	width: 138px;
}

.locations.potato-menu-group a {
	width: 182px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CF;
}

.locations.potato-menu-group a:hover {
	width: 156px;
	height: 21px;
	padding: 6px 6px 0 20px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/sub_hover_arrow.png) left no-repeat #C03;
}
