﻿
	.LeftNav
	{
		width: 180px;
		/*height: 400px;*/
		margin-top: 5px;
		margin-left: -40px;
		margin-right: -20px;
		overflow:visible;
		position: absolute;
		z-index: 10;
		clear: left;
		
		width: 250px; 
		height: 500px; 
		background-image: url(/Image.ashx?src=~/Media/LeftNav/Background.png&d=250,500&b=59,48,54,54&.png);
		behavior: url(/iepngfix.htc);
	}
	
	.LeftNavContent .Title
	{
		margin-left: 0px;
		margin-top: 0px;
	}
	
	.LeftNavContent .PanelBar
	{
		margin-top: 0px !important; margin-top: -18px;
		margin-left: 0px;
		width: 140px;
	}


	.LeftNavContent .MenuItem
	{
		display: block;
		width: 125px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 15px;
		cursor: pointer;
		white-space: nowrap;
		text-decoration: none;
		color: #a00;	
	}
	
	.LeftNavContent .MenuItem + .MenuItem, .LeftNavContent .Flyout + .MenuItem
	{
		border-top: solid 1px #ddb;
	}	
	
	.LeftNavContent .MenuItem:hover, .LeftNavContent .MenuItem:active
	{
		color: #c00;
	}
	
	.LeftNavContent .MenuItem.Expandable
	{
		background-image: url(../Media/LeftNav/Expandable.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	.LeftNavContent .Flyout
	{
		/*float: left; */
		position: absolute;
		width: auto;
		display: none;
		top: 100px;
		background-color: #f3f6f0;
		border: solid 1px #a8ad9c; 
		margin-top: -50px;
		margin-left: 140px;
		padding: 4px;
		overflow: hidden;
		width: 200px;
	}
	
	.LeftNavContent .Flyout a
	{
		display: block;
		padding-right: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		width: auto;
	}
	
	.LeftNavContent .Flyout .MenuItem:hover, .LeftNavContent .Flyout .MenuItem:active
	{
		background-color: #ffe;
	}


	.LeftNavContent .Flyout .Column
	{
		float: left;
		overflow: hidden;
	}