/* StoryEdit Dynamic Menu Stylesheet customised for Eydon Ladies Dave Howes 16/1/08 */
@import "/ladies/zSS_SES1.css";
body {background-color: #ffc;
	min-width: 900px;
}
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: #fcc; border: 1px solid #999999; text-decoration: none; display: block; font-size: 12px; font-weight: bold; font-style: italic; color: #333;}
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: 820px;
	height: 31px;
	background: #630;
}

div#nav1 {
	position: absolute;
	top: 24px;
	left: 60px;
	background-color: #630;
	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: #630;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}
div#nav2 {
	position: absolute;
	top: 24px;
	left: 270px;
	background-color: #630;
	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: #630;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}

div#nav3 {
	position: absolute;
	top: 24px;
	left: 480px;
	background-color: #630;
	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: #630;
	border: 1px solid #ffc;
	width: 200px;
	padding: 1px; z-index: 2;
}

div.clear {
	clear: both;
}