/* --------------- Stu Nicholls Slider Menu ------------- */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/vertical-concertina-6.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* #slide height = (number of top level links - 1) * height of links + inner div height */

#slide {
	height:400px;
	list-style:none;
	margin:0;
	overflow: hidden;
	padding:12px 0 0 0;
	width: 139px;
	/*_width: 135px;*/
}

#slide li {
	background: url(../images/menushad.gif) no-repeat bottom center;
	cursor:pointer;
	display:block;
	float:left;
	line-height:24px;
	margin: 0;
	padding: 0 0 7px 0;
	width: 139px;
	_width: 135px;
}
#slide li a {
	background: url(../images/menubkg.gif) repeat-y bottom left;
	color:#002B50;
	display:block;
	height: 22px;
	padding: 0 18px 0;
	text-decoration:none;
}

#slide li a:hover {
	background: url(../images/menubkg_o.gif) repeat-y bottom left;
}

#slide li.sub {
	background: url(../images/menushad.gif) no-repeat bottom center;
	cursor:pointer;
	display:block;
	float:left;
	line-height:24px;
	margin: 0;
	overflow:hidden;
	padding: 0 0 0px 0;
	width: 139px;
	height: auto;
}



#slide li.sub a {
	background: url(../images/menubkg.gif) repeat-y bottom left;
	color:#002B50;
	display:block;
	text-decoration:none;

}
#slide li.sub a:hover {
	background: url(../images/menubkg_o.gif) repeat-y bottom left;
}

#slide li.clicked {

}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {
	margin:0;
	font-size: 10px;
	line-height:2.2em;
	
}

#slide li ul {
	border-top: 1px solid #999;
	padding:0;
	margin:0;
	list-style:none;	

}
#slide li ul li {
	background:none;
	width:100%;
	padding-bottom:0;

}
#slide li ul li a {
	color: #3B7C9F;
}
#slide li ul li a:hover {

}



