@charset "UTF-8";
/* CSS Document */

#accordion {
	font-family: arial, helvetica, sans-serif;
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:158px; 
	z-index:100; 
	margin-left: 15px; 
	height:328px; 
	background: #fff; 
	overflow:hidden;
}
.sub1 {
	background: url(tab_off.png) no-repeat;
	color: white;
	cursor:pointer; 
}
.subOpen {
	background: url(tab.png) no-repeat;
	color: black;
}
.accHeader {
	font-weight: bold;
	font-size: 11px;
	padding: 8px 0 0 10px;
	margin-bottom: 19px;
}
.subElement {
	margin: 0px;
	padding: 0px;
}
.subElement li a {
	display:block; color:#000000; 
	font-size:11px; 
	line-height: 20px;
	width:164px;
	text-decoration:none; 
	cursor:pointer; 
	font-weight:normal; 
	text-align:left; 
	text-indent: 12px; 
	padding-bottom: 6px;
}
li.space1 a {
	height:20px;
	margin-bottom:45px;
}
li.space2 a {
	height:20px;
	margin-bottom:45px;
}
li.space3 a {
	height:20px;
	margin-bottom:19px;
}
.subElement li a:hover {
	color: #FFFFFF;
	background: #b12226;
}
li.current div a {
	position:static;
	height:315px;
	width:160px;
	margin-left:-11px;
	padding-top:7px;
	cursor:pointer;
}
li.current div a img {
	
	border: none;
}
li.current div a:hover {
	background: none;
}

