@charset "UTF-8";
/* CSS Document */

h3 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}

ul.accordion,
ol.accordion {
	margin: 0 0 15px 0;
	padding: 0px;
	width: 186px;
	float: right;
}
.accordion li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.accordion li:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion li li {
	list-style-type: none;
	margin-left: -20px;
}
.accordion a {
	color: inherit;
	text-decoration: inherit;
	padding: 5px;
	display: block;
}
.accordion a:hover {
	background-color: #eeeeee;
	background-image: url(../images/pointer_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu-2 a:hover {
	background-color: #eeeeee;
	background-image: url(../images/pointer_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu-2 {
	font-style:italic;
}
.border_sub_1 a:hover {
	background-color: #eeeeee;
	background-image: url(../images/pointer_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.accordion .loading {
    display: none;
}
/* active menu item */
.current a, .current a:hover {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;
	background-color: #eeeeee;
	background-image: url(../images/pointer_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* borders */
.border_sub_1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;
}
.border_level_1 {
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
.menu-2 .border_level_1 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #dbdbdb;
}
.end_item {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
.menu-2 .end_item {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #dbdbdb;
}
/* the space between the menus */
.end_item:after {
	content:"";
	display:block;
	margin-bottom:2px;
}
