/* LeftNavigation */
div.LeftNavigation {
	font: 11px/ 16px Arial, Helvetica, sans-serif;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-indent: 0px;
	width: 190px;
}

div.LeftNavMediumBg {
	background: #d2d2d2;
	margin-bottom: 1px;
}

div.LeftNavDarkBg {
	background: #bebebe;
	margin-bottom: 0px;
}

div.LeftNavLightBg {
	background: #eeeeee url(images/LeftNavActiveAreaBgRepeat.jpg)
		repeat-y;
	margin-bottom: 0px;
}

div.LeftNavActiveBg {
	background: #ffffff;
	margin-bottom: 0px;
}

div.LeftNavArrowRt {
	position: relative;
	margin: 0px;
	padding-bottom: 1px;
	background: url("images/LeftNavArrowRight.gif") no-repeat scroll right center transparent
}

img.LeftNavArrowRt {
	position: absolute;
	/*top: -1px;*/
	left: 173px;
}

div.LeftNavArrowRtOver {
	margin: 0px;
	background: url(images/LeftNavArrowRightOver.gif) no-repeat
		right;
}

div.LeftNavArrowDn {
	margin: 0px;
	background: url(images/LeftNavArrowDown.gif) no-repeat right;
}

div.LeftNavArrowDnOver {
	margin: 0px;
	background: url(images/LeftNavArrowDownOver.gif) no-repeat right
		;
}

div.LeftNavArrowNa {
	margin: 0px;
	background: url(images/spacer.gif) no-repeat right;
	padding-bottom: 1px;
}

p.LeftNavLevel01 {
	margin: 0px;
	padding: 3px 17px 3px 8px;
}

p.LeftNavLevel02 {
	margin: 0px;
	padding: 3px 17px 3px 12px;
}

p.LeftNavLevel03 {
	margin: 0px;
	padding: 3px 17px 3px 16px;
}

p.LeftNavLevel04 {
	margin: 0px;
	padding: 3px 17px 3px 20px;
}

p.LeftNavLevel05 {
	margin: 0px;
	padding: 3px 17px 3px 24px;
}

p.LeftNavLevel06 {
	margin: 0px;
	padding: 3px 17px 3px 28px;
}

p.LeftNavLevel07 {
	margin: 0px;
	padding: 3px 17px 3px 32px;
}

p.LeftNavLevel08 {
	margin: 0px;
	padding: 3px 17px 3px 36px;
}

p.LeftNavLevel09 {
	margin: 0px;
	padding: 3px 17px 3px 40px;
}

p.LeftNavLevel10 {
	margin: 0px;
	padding: 3px 17px 3px 44px;
}

div.LeftNavigation a {
	color: #000000;
	text-decoration: none;
}

div.LeftNavigation a:visited {
	color: #000000;
	text-decoration: none;
}

div.LeftNavigation a:hover {
	color: #000000;
	text-decoration: none;
}

div.LeftNavReflect {
	background: url(images/LeftNavReflect.jpg) no-repeat;
	height: 20px;
	margin-top: -1px;
	margin-bottom: 20px;
}

div.LeftNavItem {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 190px;
}

div.LeftNavFlyout {
	-x-system-font: none;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: left;
	text-indent: 0;
	top: 126px;
	vertical-align: middle;
	width: 200px;
	z-index: 32;
}

a.FlyoutBg {
	background: #EEEEEE none repeat scroll 0 0;
	color: #000000;
	display: block;
	height: 23px;
	line-height: 28px;
	overflow: hidden;
	text-decoration: none;
	vertical-align: middle;
	width: 200px;
}

span.FlyoutLevel01 {
	height: 23px;
	margin: 0;
	overflow: hidden;
	padding: 3px 10px;
	width: 190px;
}

.menu_hover{
	/*border: 1px dashed red;*/
}