﻿.#Header #MainMenu
{	
	float: right;
	width: 800px;
	height: 17px;
	zborder: solid 1px red;
	margin-top: -24px;
	zbackground-color: green;
}
.#Header #MainMenu a
{
	aposition:absolute;
	display: block;
	float: right;
	padding: 6px 5px 0px 5px;
	width: 70px;
	color: #99C1E4;	
	text-decoration: none;
	height: 17px;
	border-right: none;
	border-top: none;
	border-left: 1px solid #4C8ABB;
	border-bottom: 1px solid #4C8ABB;
	margin-top: 0px;
	color:White;
	font: bold 12px arial;	
	border-left-color: #BECFEB;
	border-bottom-color: #204D90;
	border-right-color: #204D90;
	background-color: #0165BD;	
	border-top-color: #BECFEB;
	border-top-style:solid;
	border-top-width:1px;
	white-space:nowrap;
}
