
#Header{
	left:auto;
	right:auto;
	margin-left:0px;
	margin-right:0px;
	width:370px;
}
#Header table{
	width:370px;
}
#Header table td{
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	cursor: hand;
	border: 2px;
}
#Header div{
	background-color:#FFFFFF;
	color:white;
	position:absolute;
	visibility:hidden;
	top:149px;
	width:79px;
	z-index: 100;
	height: 44px;
	border: 0px none black;
}
#Header a{
	display:block;
	color:#000000;
	width:auto;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	text-decoration:none;
	border-bottom:0px solid black;
	padding-top: 3px;
	padding-bottom:3px;
	text-indent: 3px;
	background-color: #FFFFFF;
}
#Header a:hover{
	background-color: #AFEEEE;
	color: #000000;
	background-image: none;
}

div.Box a:hover {
	background: #C5E7F5;
}