/* ================================================================
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)htmlis available at
http://www.stunicholls.com/menu/vertical-concertina-6.htmlCopyright (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 {
	padding: 0;
	margin: 0px 0 0 5px;
	list-style: none;
	width: 186px;
	height: auto;
	border: 0px solid #ccc;
	position: relative;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#slide li.sub, .suboffen, #slide li.top {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 186px;
	color: #112b70;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	text-indent: 12px;
	overflow: hidden;
	cursor: pointer;
}
.suboffen {
	height: auto;
}
#slide li.sub {
	background: transparent url(../navi/pic/out.gif) no-repeat 0px 8px;
}
#slide li.sub:hover {
	color: #069;
}
#slide li.top a {
	text-decoration: none;
	color: #112b70;
	display: block;
	background: url(../navi/pic/out.gif) no-repeat 0px 8px;
}
#slide li.top a:hover {
	color: #069;
	background: transparent url(../navi/pic/out-over.gif) no-repeat 0px 8px;
}
#slide li.clicked {
	color: #069;
	background: transparent url(../navi/pic/down.gif) no-repeat 0px 8px;
}
/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div, .suboffen div {
	background: transparent;
	height: 265px;
	width: 190px;
	padding: 0 15px;
	line-height: 1.2em;
	font-family: arial, verdana, sans-serif;
	text-indent: 0;
}
#slide li div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#slide li div ul li {
	float: left;
	height: 20px;
	width: 100%;
}
#slide li div ul li a {
	padding: 0;
	margin: 0;
	color: #888;
	text-decoration: none;
	background: transparent url(../navi/pic/out.gif) no-repeat 2px 6px;
	font-size: 11px;
	display: block;
	border-bottom: 1px dotted #ddd;
	height: 19px;
	line-height: 19px;
	width: 100%;
	text-indent: 12px;
}
#slide li div ul li a:hover {
	color: #069;
	background: transparent url(../navi/pic/out-over.gif) no-repeat 2px 6px;
}
.naviActive{color:#069;}