/* Level 1 */

ul#leftmenu * {
	font-family: verdana, helvetica, arial, sans-serif;
}
ul#leftmenu {
	font-size: .8em;
	_height: 1%;
	margin-bottom: 2em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
ul#leftmenu li {
	display: inline;
}
ul#leftmenu li a {
	background: #D4D4D6;
	color: #000;
	display: block;
	margin-bottom: 1px;
	padding: .3em 0 .3em 1.5em;
	text-decoration: none;
}
ul#leftmenu li a:hover {
	background: #F68121;
	color: #fff;
}
ul#leftmenu li a.active {
	background: #F68121;
	color: white;
	font-weight: bold;
}
ul#leftmenu li a.current {
	background: #F68121;
	font-weight: bold;
}

/* Level 2 */

ul#leftmenu li ul {
	font-size: .9em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul#leftmenu li ul li {
}
ul#leftmenu li ul li a {
	background-color: #F5E8D8;
	color: black;
	margin-bottom: 1px;
	padding: .4em 0 .3em 2em;
	border-left: 8px solid #F68121;
}
ul#leftmenu li ul li a:hover {
	background-color: #F68121;
	color: #fff;
}
ul#leftmenu li ul li a.active {
	background-color: #F5E8D8;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-left: 8px solid #2E3092;
}
ul#leftmenu li ul li a.current {
	background-color: #F5E8D8;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-left: 8px solid #2E3092;
}

.valigner {
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
	width: 0px;
}