﻿/*//-------------------------------------------------------------------------------------------------------------------->
		Left Navigation
//-------------------------------------------------------------------------------------------------------------------->*/

.LeftNav
{
	font-family: Tahoma;
	font-weight: bold;
	width: 150px;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x; /*background-color: #06569f; */
	color: #5c6d94;
	font-size: 11pt;
}

.LeftNav a, LeftNav a:hover
{
	color: #5c6d94; /*color: #ffffff;*/
}
.LeftNav_Back
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	line-height: 21px;
	padding-left: 10px;
	cursor: pointer;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	background-color: Orange;
	color: #333333;
}
.LeftNav_Over
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	line-height: 21px;
	padding-left: 10px;
	background-color: #f2e4b8;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x; /*7aa6cb#f2e4b8*/
}
.LeftNav_Over a
{
	color: #333333;
}
.LeftNav_Plain
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	line-height: 21px;
	padding-left: 10px;
}

.SubNav_Back
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 7pt;
	line-height: 21px;
	padding-left: 20px;
	cursor: pointer;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	background-color: Orange;
	color: #333333;
}
.SubNav_Over
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 7pt;
	line-height: 21px;
	padding-left: 20px;
	background-color: #f2e4b8;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x; /*7aa6cb#f2e4b8*/
}
.SubNav_Over a
{
	color: #333333;
}
.SubNav_Plain
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 7pt;
	line-height: 21px;
	padding-left: 20px;
	background-color: #eeeeee;
}
