/* Menu Stylesheet by Dave Howes. Last edited by Dave Howes 20/1/10 */
@import "zSS_Gen02a.css";

a.mlink:link {font-family: "Trebuchet MS",Arial,sans-serif; padding: 2px; background: #ffc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #666;}
a.mlink:active {font-family: "Trebuchet MS",Arial,sans-serif; padding: 2px; background: #ffc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #666;}
a.mlink:visited {font-family: "Trebuchet MS",Arial,sans-serif; padding: 2px; background: #ffc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #666;}
a.mlink:hover {font-family: "Trebuchet MS",Arial,sans-serif; padding: 2px; background: #ff6; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #000;}
p.menu {margin-left: 2px; margin-right: 2px; margin-top: 0px; margin-bottom: 2px;}
p.menufirstsub {font-family: "Trebuchet MS",Arial,sans-serif; font-size: 13px; line-height: 15px; margin-left: -4px; margin-right: 2px; margin-top: 5px; margin-bottom: 2px; background: #666; font-style: italic; color: #fff;}
p.menufirstsub2 {font-family: "Trebuchet MS",Arial,sans-serif; font-size: 13px; line-height: 15px; margin-left: 2px; margin-right: -4px; margin-top: 5px; margin-bottom: 2px; background: #666; text-align: right; font-style: italic; color: #fff;}
p.menuhead {font-family: "Trebuchet MS",Arial,sans-serif; font-size: 13px; line-height: 15px; text-align: center; padding: 2px; font-style: italic; color: #fff;}
p.menusectionhead {font-family: "Trebuchet MS",Arial,sans-serif; font-size: 13px; line-height: 15px; margin-left: 12px; margin-top: 6px; text-align: left; font-style: italic; color: #fff;}

div#menustrip1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 33px;
	background: #9c9;
	z-index: 11;
}
div.menutop {
	background-color: #696;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 12;
}
div.mainmenu {
	position: absolute;
	top: 24px;
	left: 0px;
	background-color: #696;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 200px;
	padding: 1px; z-index: 13;
}
div.submenucontainer {
	position: relative;
	z-index: 14;
}
div.submenu {
	position: absolute;
	top: -6px;
	left: 201px;
	background-color: #696;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 200px;
	padding: 1px; z-index: 14;
}
* + html div.submenu {/* -3px gives correct alignment in IE7, -6px in other browsers, IE7 will use the value on the next line */
	top: -3px;
}

div.submenu2 {
	position: absolute;
	top: -6px;
	left: -205px;
	background-color: #696;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 200px;
	padding: 1px; z-index: 14;
}
* + html div.submenu2 {/* -3px gives correct alignment in IE7, -6px in other browsers, IE7 will use the value on the next line */
	top: -3px;
}

div#menu1 {
	position: absolute;
	top: 1px;
	left: 60px;
}
div#menu2 {
	position: absolute;
	top: 1px;
	left: 270px;
}
div#menu3 {
	position: absolute;
	top: 1px;
	left: 480px;
}
div#menu4 {
	position: absolute;
	top: 1px;
	left: 690px;
}