/* potato menu */
li.potato-menu-item {
	font-size:13px;
	text-transform:uppercase;
}
ul.potato-menu-group {
	font-size:10px;
}
ul.potato-menu-group a {
	width: 160px;
	background:#034480;
}
.potato-menu a {
	padding:5px 12px 5px 12px;

	color: #fff;
}
.potato-menu a:hover {
	background: #ffdd02;
	color: #155289;
}
.potato-menu-has-holizontal > a {
}
.potato-menu-has-holizontal > a:hover {
	
}


#content .potato-menu a { color:#fff; }

