/* StoryEdit Dynamic Menu Stylesheet customised for EHRG Dave Howes 23/10/07 */
@import "zSS_SES1.css";
a.mlink:link { padding: 2px; background: #ccc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #060;}
a.mlink:active { padding: 2px; background: #ccc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #060;}
a.mlink:visited { padding: 2px; background: #ccc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #060;}
a.mlink:hover { padding: 2px; background: #fcc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #060;}
p.menuhead {font-family: "Trebuchet MS",Arial,sans-serif; font-size: 13px; line-height: 15px; text-align: center; padding: 2px; font-style: italic; color: #ffc;}

div#menustrip1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 826px;
	height: 31px;
	background: #600;
}

ul.menu1 {
	list-style: none;
	width: 400px;
	background: #ccc;
}

div#nav1 {
	position: absolute;
	top: 24px;
	left: 60px;
	background-color: #600;
	border-left: 1px solid #ffc;
	border-right: 1px solid #ffc;
	border-bottom: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 3;
}
div#menuhead1 {
	position: absolute;
	top: 1px;
	left: 60px;
	background-color: #600;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}
div#nav2 {
	position: absolute;
	top: 24px;
	left: 270px;
	background-color: #600;
	border-left: 1px solid #ffc;
	border-right: 1px solid #ffc;
	border-bottom: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 3;
}
div#menuhead2 {
	position: absolute;
	top: 1px;
	left: 270px;
	background-color: #600;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}

div#nav3 {
	position: absolute;
	top: 24px;
	left: 480px;
	background-color: #600;
	border-left: 1px solid #ffc;
	border-right: 1px solid #ffc;
	border-bottom: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 3;
}
div#menuhead3 {
	position: absolute;
	top: 1px;
	left: 480px;
	background-color: #600;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}
