#leftmenu {
	clear: both;
	float: left;
	width: 145px;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
}
fieldset {
	width: 135px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

li {
	list-style-type: none;
}

#navigation {
	text-indent:0px;
	width: 135px;
}
#navigation a.head {
	cursor:pointer;
	background:url(../image/background/menu_back.gif) no-repeat left top;
	display:block;
	margin-top: 5px;
	color: #60666E;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 11px;
	line-height: 13px;
	padding-bottom: 6px;
}
#navigation a.head:hover {
	text-decoration: none;
	background-image: url(../image/background/menu_back_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #60666E;
}
#navigation a.selected {
	background-image: url(../image/background/menu_back_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: 500;
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
}
#navigation ul {
	text-indent:0px;
	position: static;
	width: 135px;
	display: block;
	color: #FFFFFF;
}
#navigation li {
	clear: both;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC4C7;

}
#navigation li li a {
	display:block;
	padding-top: 6px;
	text-decoration: none;
	line-height: 13px;
	background-image: url(../image/background/submenu_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 15px;
	padding-bottom: 6px;
	color: #60666E;
}
#navigation li li a:hover {
	background-image: url(../image/background/submenu_back_active.gif);
	text-indent: 15px;
	font-size: 100%;
	color: #8971BD;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: left top;
}

@media print {
}
