            
/* ================================================================ 
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: 280px;
}
#slide
{
	padding: 0px;
	margin: 0;
	width: 810px;
	position: relative;
	z-index: 100;
}
#slide dt
{
	width: 810px;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	background-image: url(../images/contents-bg.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	height: 135px;
}
#slide dt.slide
{
	color: #000000;
}
#slide dt a
{
	display: block;
	color: #fff;
	text-decoration: none;
}
#slide dt a:hover
{
  color: #fc0;
}
#slide dd
{
	text-align: left;
	width: 810px;
	height: 0;
	overflow: hidden;
	position: relative;
	background-image: url(../images/contents-bg.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#slide dd ul
{
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0px;
	bottom: 8px;
	height: auto;
	margin: 0;
}
#slide dd ul li
{
	width: 790px;
	padding: 0px;
	margin: 10px;
}
#slide  dd  ul  .article     {
	margin-top: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e6e6;
	font-size: 110%;
	line-height: 1.5;
}
