﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_concertinaslide_2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuPad {
	height: 1280px;
	
}

body{
}

h1{
	background-color:navy
}

#slide {
	padding: 10px;
	margin: 0;
	width: 181px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #00003E;
	position: relative;
}
#slide dt {padding:0; margin:0; width:181px; height:37px; background:url(back.png); color:#ddd; text-align:center; line-height:37px; cursor:pointer; font-weight:bold;}
#slide dt.slide {color:#fff; background:url(back.png) left bottom;}
#slide dt a {display:block; height:37px; color:#fff; text-decoration:none; line-height:37px;}
#slide dt a:hover {color:#fc0;}
#slide dd {padding:0; margin:0; background:#eee url(shade.png) no-repeat top left; text-align:center; width:181px;height:0; overflow:hidden; position:relative;}
#slide dd ul {padding:0; margin:0; list-style:none; position:absolute; left:0; bottom:0; height:auto;}
#slide dd ul li {border-bottom:1px solid #aaa; width:181px; height:25px; line-height:25px;}
#slide dd ul li a {color:#666; text-decoration:none; font-size:11px; display:block; height:25px;}
#slide dd ul li a:hover {color:#000;}
