﻿/* ---=ANA MENU Begin---*/
.solidblockmenu {
	width: 880px;
	height: 31px;
	background-color: #ccc;
	background-image: url(../images/maltust.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
}
.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 880px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #00213C;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 17px;
	padding-bottom: 9px;
	padding-left: 1.57em;
}

.solidblockmenu li a:visited{
color: #00213C;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
/*color: white;
background: transparent url(../images/maltmenu.jpg) center center repeat-x;*/
}

.tabcontainer{
	clear: left;
	width:880px; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background:url(../images/maltmenualt.jpg);
	margin-top: 0px;
	padding: 10px 0 4px 0;
}
.tabcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	padding-right: 20px;
	padding-left: 1.6em;
	border-right: 1px solid #547793;
	vertical-align: 4%;
}
.tabcontainer a:hover {
	color: #CCCCCC;
}
*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: 0px;
}

.tabcontent{
	display:none;
	text-decoration: none;
}

/* --#ANA MENU END---*/

