#header02 {
	width: 100%;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	height: 36px;
	border-bottom-color:#01878a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul#submenuAba  {
	margin: 0;
	padding: 10px 8px;
	list-style: none;
}

ul#submenuAba li {
	float: left;
/*	background: url(../images/norm_right.jpg) no-repeat right top;*/
	background-color:#E8E8E8;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

ul#submenuAba a {
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	background: no-repeat left top;
	padding: 5px 20px;
	height: 12px;
	color: #333;
	height: auto !important;
	height: 1%; /*For IE*/
	text-decoration: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif normal;
}

ul#submenuAba a:hover {
	text-decoration: none;
}

ul#submenuAba #current {
	/*background-image: url(../images/norm_right_on.jpg);*/
	background-color:#008789;
}

ul#submenuAba #current a {
	background-image: url(../images/norm_left_on.jpg);
	padding-bottom: 6px;
	color: #fff;
	text-decoration: none;
}
