#mainMenu ul {
	padding: 0; margin: 0;
	list-style: none;
}

#menu1 {
	margin: 0 0 0 30px
}

#mainMenu ul li{
	float: left;
}

#mainMenu ul li ul{
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/trans.png');
	background-image:url(../img/trans.png);
}

#mainMenu ul li a{
	color: #6b6b6b;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	padding: 0 20px 0 20px;
}

ul#menu1 li ul li a {
	padding: 8px 20px 8px 20px;
	width: 150px;
	line-height: 12px;
	border-top: 1px solid #e5ebf2;
}

ul#menu1 li ul li a:hover {
	background-color: #efeded;
	}

/*POTATO*/
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;
}

.potato-menu-has-vertical > a {
	background: url(../img/arrow_down.gif) right no-repeat;
	
}
.potato-menu-has-holizontal > a {
	background:  url(../img/arrow_right.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
	background: url(../img/arrow_down.gif) right no-repeat;
	
}
.potato-menu-has-holizontal > a:hover {
	background:  url(../img/arrow_right.gif) right no-repeat;
}
.potato-menu-group \{

}

