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

/* fix for IE6 */
* html .home .hitarea {
	display: inline;
	float:none;
}

.home #sidebar .menu {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	background-image: none;
	width: 300px;
	clear: left;
	float: left;
}

.home #sidebar .menu a.selected {
}

#treecontrol { margin: 1em 0; display: none; }

.home #sidebar .menu .hover { cursor: pointer; }

.home #sidebar .menu li {
	position:relative;
	clear: both;
	float: left;
	width: 280px;
}
.home #sidebar .menu li.collapsable, .home #sidebar .menu li.expandable { background-position: 0 -176px; }

.home #sidebar .menu .expandable-hitarea { 
background-image: url(/wp/img/menu/arrow_blue_right.png);
}
.home #sidebar .menu .expandable-hitarea:hover { 
background-image: url(/wp/img/menu/arrow_blue_down.png);
}

#sidebar .menu, #sidebar .menu ul, #sidebar .menu ul ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar .menu ul {
	background-color: white;
}

#sidebar .menu .hitarea {
	height: 32px;
	width: 32px;
	cursor: pointer;
	background-image: url(/wp/img/menu/minus.png);
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	top: 0px;
	right: -16px;
}
#sidebar .menu .hitarea:hover {
	background-image: url(/wp/img/menu/minus_on.png);
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#sidebar .menu {
	line-height: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width:210px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(20, 20, 25, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(20, 20, 25, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(20, 20, 25, 0.3);
	position: relative;
}

#sidebar .menu a.selected {
}

#treecontrol { margin: 1em 0; display: none; }

#sidebar .menu .hover {cursor: pointer; }

#sidebar .menu li {
	position:relative;
	float:left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e3cb;
	width: 210px;
	padding: 0px;
}
#sidebar .menu li:last-child{
	border-bottom:none;}
#sidebar .menu li.collapsable, #sidebar .menu li.expandable {
}

#sidebar .menu .expandable-hitarea {
	background-image: url(/wp/img/menu/plus.png);
}
#sidebar .menu .expandable-hitarea:hover { 
background-image: url(/wp/img/menu/plus_on.png);
}
