.ati4_mnu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.ati4_mnu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #e0de00;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abaa00;
	border-right-color: #abaa00;
	border-bottom-color: #abaa00;
	border-left-color: #abaa00
}

.ati4_mnu ul li{
display: inline;
}

.ati4_mnu ul li a{
	float: left;
	color: #000000;
	padding: 3px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.ati4_mnu ul li a:visited{
color: #000000;
}

.ati4_mnu ul li a:hover, .ati4_mnu ul li .selected{
	color: #FFFFFF !important;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #abaa00;
}


