/* Pilot Web Site Menus */

table.menu	{
	position: absolute;
	top:150px;
	z-index: 1000;
	cursor: pointer;
	visibility: hidden;
	height: 30px;
	background: #000;
}
#mainmenu	{
	position: absolute;
	top:150px;
	left:50%;                    /*This positions the menu in the centre  */
	margin-left: -500px;         /* This is half of the menu width */ 
	border-top: 3px solid #93abc2;
	border-bottom: 3px solid #93abc2;
	width:1000px;
}
table.menu td	{	
	color: #10467b;            /* Must be the same as tdColor in the menu_script.js */
	background: #ffffff;          /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 5px 0px 5px;      /* Top, both sides, bottom */
	height: 25px;
	width: 170px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

