
.header{
	height: 34px;
	width:auto;
	padding: 0px;
	margin: 0px;
	position: relative; 
	z-index: 100;
	float: left;
}

.header ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.header li{
	float: left;
	position: relative;
	text-align: center;
	display: block;
}

.header li li{
	margin: 0px;
}

.header ul ul{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 28px;
}

.header table{
	position:absolute; 
	top:0; 
	left:0;
}   

.header ul li:hover ul,.header ul a:hover ul{
	visibility:visible;
}
 
.header a{
	display:block;
	padding:2px 16.8px;
	padding-top: 6px;
	margin:3px;
	margin-left:0px;
	margin-right: 0px;
	text-decoration:none;
}    
.header a:hover{
	display: block; 
	border-top: 0px;
	color:#fff;
}

.header ul li a{
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	height: 35px;
	width:auto\9;
	_width:58px;
}
.header ul ul{
	border:solid 1px #708EA8;
}
.header ul ul li {
	clear:both;	
	text-align:left;
} 
.header ul ul li a{
	display:block;
	background-color: #C8D7E3;
	color: #293D6B;
	width:120px;
	height:18px;
	margin:0;
	padding-left: 5px;
	padding-top: 5px;
	border:0;
	font-size:10pt;
	font-weight: normal;
	border-bottom: solid 1px #FFF;
}    
.header ul ul li a:hover{
	border:0;
	background-color: #ACBFD0;
	color: #293D6B;
	text-decoration: none;
	background-image: none;
}
.header ul a:hover{
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}
