/*
	------------------------------
	style for header menu - top menu
*/
.header_menu_top a, .header_menu_top a {
	color:#ffffff;
	font-size:12px;	
	height: 28px;
	background-color: #2184ce;
	text-decoration: none;
	text-align: center;
	display: block;
}

.header_menu_top_visited, .header_menu_top_visited a  {
	color:#ffffff;
	font-size:12px;
	height: 28px;
	background-color: #f5821f;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

.header_menu_top a:hover  {
	color:#ffffff;
	font-size:12px;
	height: 28px;
	background-color: #f5821f;
	text-decoration: none;
	text-align: center;
	display: block;
}
