ul#menu_primary {
	margin:0;
	padding:0;
    list-style:none;
}
/*ul#menu2 { clear:both; width:160px;, margin-top:10px; }*/

/*
li.potato-menu-item {
	padding:0 10px;
	font-size:90%;
	list-style-type:none;
	float:left;
}
li.potato-menu-item a {
	padding:5px 20px 5px 12px;
	color: #fff;
}
*/
li.potato-menu-item .ui-icon.ui-icon-carat-1-s {
	float:left;
	display:inline-block;
}

li.potato-menu-has-vertical > a {
	/*background: transparent url("http://www.reslifeportal.com/s/core/scripts/jquery/jquery.potatomenu/arrow_down.gif") right no-repeat;*/
}
li.potato-menu-has-holizontal > a {
	background: transparent url("http://www.reslifeportal.com/s/core/scripts/jquery/jquery.potatomenu/arrow_right.gif") right no-repeat;
}
li.potato-menu-item ul {
	/*border-top:1px solid #444;
	border-left:1px solid #444;*/
}

.potato-menu:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
ul#menu_primary  li.potato-menu-item {
    position: relative;
	padding:0 10px;
	font-size:100%;
	list-style-type:none;
	float:left;
}
ul#menu_primary  li.potato-menu-item a {
	padding:8px 20px 8px 12px;
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
    display: block;
    outline: 0 none;
    text-decoration: none;
    white-space: nowrap;
}
ul#menu_primary  ul,
ul#menu_primary  ul.potato-menu-group {
    display:none;
    margin:0;
	padding:5px 0 10px 0;
	background-color: #fff;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
    position: absolute;
    z-index: 1000;
}
ul#menu_primary li ul li.potato-menu-item {
	font-size:85%;
	margin:0 6px;
	background-color: #fff;
	/*background-color:#333;*/
	/*background-color:rgba(0,0,0,0.9);
	background-image: -moz-linear-gradient(left center , #666, #fff);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#666), to(#fff));*/
}
ul#menu_primary li ul li.potato-menu-item a {
	min-width:160px;
	max-width:200px;
	color:#1D5CA1;
	padding:5px 0px;
}

li.potato-menu-item.green {	
	background-color: #00441B;
	background-image: -moz-linear-gradient(left center , #34B95C, #145229);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#34B95C), to(#145229));
}
li.potato-menu-item.olive {	
	background-color: #3D511B;
	background-image: -moz-linear-gradient(left center , #282D19, #191D0E);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#282D19), to(#191D0E));
}
li.potato-menu-item.blue {	
	background-color: #00594F;
	background-image: -moz-linear-gradient(left center , #013531, #041E1D);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#013531), to(#041E1D));
}
li.potato-menu-item.yellow {	
	background-color: #739800;
	background-image: -moz-linear-gradient(left center , #424206, #2B310B);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#424206), to(#2B310B));
}
li.potato-menu-item.orange {	
	background-color: #C81715;
	background-image: -moz-linear-gradient(left center , #49250B, #3A110B);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#49250B), to(#3A110B));
}
li.potato-menu-item.maroon {	
	background-color: #3A0010;
	background-image: -moz-linear-gradient(left center , #310711, #150007);
	background-image: -webkit-gradient(linear, left center, right bottom, from(#310711), to(#150007));
}

li.potato-menu-hover {
	background-color: #999;
	background-image: -moz-linear-gradient(center top , #333, #666);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
}
	li:first-child.potato-menu-hover {
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-bottomleft:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-bottom-left-radius:5px;
	}
ul#menu_primary li ul li.potato-menu-hover {
	background-image:none;
	background-color:#666; /*#1D5CA1;*/
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
ul#menu_primary li ul li.potato-menu-hover a {
	color:#fff;
}