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

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

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

.home #sub .sidemenu a.selected {
}

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

.home #sub .sidemenu .hover { cursor: pointer; }

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

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

#sub .sidemenu, #sub .sidemenu ul, #sub .sidemenu ul ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#sub .sidemenu ul {
	background-color: white;
}

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

#sub .sidemenu {
	line-height: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width:190px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
	border-radius: 4px;
	position: relative;
	font-size: 13px;
}

#sub .sidemenu a.selected {
}

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

#sub .sidemenu .hover {cursor: pointer; }

#sub .sidemenu li {
	position:relative;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 190px;
	padding: 0px;
	line-height: 20px;
}
#sub .sidemenu li li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#sub .sidemenu li a{
	display: block;
	background-image: url(/mt/img/menu/side_a.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #005;
}
#sub .sidemenu li ul{
	background-image: url(/mt/img/menu/side_in.gif);
}

#sub .sidemenu li a:hover,
#sub .sidemenu li a.current{
	background-image: url(/mt/img/menu/side.gif);
}

#sub .sidemenu li li a{
	display: block;
	background-image: none;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}
#sub .sidemenu li li a:hover,
#sub .sidemenu li li a.current{
	background-image: url(/mt/img/menu/side_in_cr.gif);
}
#sub .sidemenu li:last-child{
	border-bottom:none;}
#sub .sidemenu li.collapsable, #sub .sidemenu li.expandable {
}

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