/* ================================================================ 
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 {
	margin:0;
	width:219px;
	font-family:arial, sans-serif;
	font-size:12px;
	position:absolute;
	background-image: url(../images/menutext_bg.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slide dt {
	padding:0;
	width:219px;
	height:42px;
	color:#ddd;
	text-align:center;
	line-height:37px;
	cursor:pointer;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
		*margin-bottom: -3px !important;
		*margin-bottom: -3px;
	margin-left: 0;
}
#slide dt.top {
	height: 97px;
}

#slide dt.bot {
	background-color: #f9eac9;
	display: block;
	background-image: url(../images/menu_bot.gif);
	line-height: 20px;
	background-position: bottom;
	height: 32px;
}

#slide dt.slide {color:#fff; background:url(../images/back.png) left bottom;}
#slide dd {
	padding:0;
	text-align:center;
	width:181px;
	height:0;
	overflow:hidden;
	position:relative;
	left: 15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: 3px;
}
#slide dd ul {
	padding:0;
	list-style:none;
	position:absolute;
	left:5px;
	bottom:7px;
	height:auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#slide dd ul li {
	width:181px;
	height:26px;
	line-height:26px;
	background-image: url(../images/libg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	text-indent: 32px;
}
#slide dd ul li a {
	color:#ac9fa3;
	text-decoration:none;
	font-size:11px;
	display:block;
	height:25px;
}
#slide dd ul li a:hover {
	color:#FFFFFF;
}
