﻿/*----------------------------------------------------------------------------------
	Page:						Menu.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the menu
	History:
	--------------------------------------------------------------------------------*/
	
.menu {
	background-color: White;
	width: 796px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/Nav_Border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.level_1 {
	position: relative;
	width: 796px;
	height: 80px;
	padding: 0px;
	top: 15px;
	margin-left: 0px;
}

.level_1 li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.level_1 li span {
	display: block;
	text-align: center;
	width: 110px;
	height: 40px;
	color: black;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}

.level_1 li a {
	display: block;
	text-align: center;
	width: 110px;
	height: 40px;
	color: #808080;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
}

.level_1 li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.level_1 li.over ul {
	display: block;
	z-index: 100;
}

.level_1 li ul {
	display: none;
	z-index: 100;
}

ul.level_2 {
	display: none;
	position: absolute;
	width: 756px;
	height: 20px;
	top: 40px;
	left: 37px;
	padding: 0px;
	margin: 0px;
}

.level_2 li {
	float: left;
	margin-right: 20px;
}

.level_2 li span {
	display: block;
	color: #808080;
	width: auto;
	height: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.level_2 li a {
	display: block;
	color: #808080;
	width: auto;
	height: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

.level_2 li a:hover {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
