﻿
#Menu                                               {
	width: 700px;
	height: 25px;
	margin: 0 0 0 3px;
	*margin: 0 0 0 0;
	_margin: 0 0 0 6px;
}
#Clear                                              { clear: both }


.Menu1stLevel                                       {
	width: 700px;
	height: 25px;
	background-color: #FFFFFF;
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #03624c;
}
.Menu1stLevel ul                                    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: #03624c;
	white-space: nowrap;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px
}
.Menu1stLevel li                                    { list-style-type: none; display: inline }
.Menu1stLevel li a, .Menu1stLevel li a:visited      {
	text-decoration: none;
	border-right: 0px solid #ffffff;
	color: #03624c;
	padding: 4px 8px 5px;
	margin: 0px 0px 0px -3px;
}
.Menu1stLevel li a:hover, .Menu1stLevel li a:focus  { color: #ffffff; background-color: #03624c }
