/*
 * 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:0px 4px 0px 4px;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
	width:130px;
}
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:14px;
}
ul.potato-menu-group li{
	border-top: 1px solid #666;
	background: #333;
}
ul.potato-menu-group a {
	width: 270px;
}
.potato-menu a {
	padding:3px 12px 3px 12px;
	background: #333;
	color: #fff;
}
.potato-menu a:hover {
	background: #93c361;
}
.potato-menu-has-vertical > a {
	background: #333;
	
}
.potato-menu-has-holizontal > a {
	background: #333;
}
.potato-menu-has-vertical > a:hover {
	background: #93c361;
	
}
.potato-menu-has-holizontal > a:hover {
	background: #93c361;
}

#content .potato-menu a { color:#fff; }
ul#menu2 { clear:both; width:1050px; margin-top:10px;
}
#menu_dod {
width:100%;
height:20px;
background: #404042;
margin:5px auto 5px auto;
text-align:center;
}
#menup {
	padding:0;
	list-style:none;
	list-style-position:outside;
}
ul#menup {
	margin-left:96px;
	margin-right:auto;

}
#menup li{
	float:left;
	margin:3px 4px 0px 4px;
	padding:0;
	display:block;
	
}
#menup a {
	padding:3px 12px 3px 12px;
	background: #333;
	color: #fff;
}
#menup a:hover {
	background: #93c361;
}
.menupU {
display:none;
}