/* left menu */
#leftmenu {
	clear: left;
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #ffe;
	overflow: hidden;
}
#leftmenu h2 {
	margin: 0;
	padding: 0;
	height: 3em;
	line-height: 3em;
	background-color: #fc0;
	color: #fff;
	font-weight: normal;
	font-size: 160%;
	text-align: center;
	text-transform: lowercase;
}
#leftmenu ul {
	list-style-type: none;
	margin: 0 0 1em 10px;
	padding: 0;
}
#leftmenu ul li {
	margin: 5px 10px;
	padding: 0;
	font-weight: bold;
	text-indent: -12px;
}
#leftmenu ul a {
	color: #039;
	text-decoration: none;
}
#leftmenu ul a:link {
	color: #039;
	text-decoration: none;
}
#leftmenu ul a:visited {
	color: #739;
	text-decoration: none;
}
#leftmenu ul a:hover, #leftmenu ul a:active {
	color: #39c;
	text-decoration: underline;
}
#leftmenu ul a.tgl {
	text-decoration: none;
}
#leftmenu ul li.hdr {
	margin-top: 2em;
	padding: 0;
	border: 0;
	color: #000;
	text-indent: 0;
}
#leftmenu ul li.sel {
	background-color: #e0e0e0;
}
#leftmenu ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 0;
	background-color: #f0f0f0;
	font-size: 90%;
}
#leftmenu ul li.cl ul {
	display: none;
}
#leftmenu ul li ul li {
	margin: 0;
	padding: 2px 0;
	border-left: 0 none;
	font-weight: normal;
}
#leftmenu ul li ul li.hdr2 {
	margin-top: 2em;
	padding: 0;
	background: none;
	font-weight: bold;
	color: #000;
	text-indent: 0;
}
#leftmenu ul li ul li.sel {
	border-bottom: 1px solid #ff8c00;
	font-weight: bold;
}
#leftmenu ul li .inactive {
	color: #999;
	font-size: 80%;
	text-decoration: none;
}

#leftmenu .status {
	font-size: 80%;
	text-align: center;
}
#leftmenu .status h2, #leftmenu .status h3, #leftmenu .status p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#leftmenu .status h2 {
	padding-top: .5em;
	border-top: 1px solid #06c;
	height: auto;
	line-height: normal;
	background-color: transparent;
	color: #06c;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: none;
}
#leftmenu .status h3 {
	padding: .2em 0;
	background-color: #fc0;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000;
}

#leftmenu #bookbar {
	margin-top: 1em;
	margin-left: 10px;
	font-size: 80%;
}
#leftmenu #bookbar table {
	margin: 0;
	padding: 0;
	color: #039;
	border: 0;
}
#leftmenu #bookbar th {
	margin: 0;
	padding: 2px;
	border: 1px solid #f90;
	color: #039;
	background: #ffc;
	font-size: 120%;
	font-weight: bold;
}
#leftmenu #bookbar td {
	margin: 0;
	padding: 2px;
	border: 1px solid #f90;
}
#leftmenu #bookbar td img {
	float: right;
	margin-left: 5px;
	border: 1px solid #000;
}
#leftmenu #bookbar a {
	color: #039;
	text-decoration: none;
}
#leftmenu #bookbar a:hover {
	color: #900;
}

