﻿/*	//-------------------------------------------------------------------------------------------------------------------->
		Left Navigation
/*	//--------------------------------------------------------------------------------------------------------------------> */

.LeftNav
{
	color: #034079;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	width: 155px; /*background-color: #06569f; */
	background: #eeeeee url('/App_Design/Images/MenuBars/Fade_88aed2.jpg') repeat-y right; /*background-image: url('/App_Design/Images/Assets/Glass.png'); background-repeat: repeat-x;*/
}
.LeftNav a, LeftNav a:hover
{
	color: #20558a;
}

.LeftNav_Back
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/
	color: #333333;
	font-family: Tahoma;
	/*font-size: 8pt;*/
	font-weight: bold;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	background-color: #ff8000;
	/*line-height: 21px;*/
	padding-left: 10px;
	cursor: pointer;
	width: 145px;
}
.LeftNav_Over
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	background-color: #f2e4b8;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	/*line-height: 21px;*/
	padding-left: 10px;
	width: 145px;
}
.LeftNav_Over a
{
	color: #333333;
}

.LeftNav_Plain
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	/*line-height: 21px;*/
	padding-left: 10px;
}

.SubNav_Back
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/
	color: #333333;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	background-color: #ff8000;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	/*line-height: 21px;*/
	padding-left: 20px;
	cursor: pointer; /*width: 140px;*/
}
.SubNav_Over
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	background-color: #f2e4b8;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	/*line-height: 21px;*/
	padding-left: 20px; /*width: 140px;*/
}
.SubNav_Over a
{
	color: #333333;
}
.SubNav_Plain
{
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	background-color: #eeeeee;
	/*line-height: 21px;*/
	padding-left: 20px;
}

/*	//-------------------------------------------------------------------------------------------------------------------->
		Glass Navigation
/*	//-------------------------------------------------------------------------------------------------------------------->	*/
.GlassNav
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	line-height: 25px;
	width: 155px;
}

.GlassNav a
{
	color: #ffffff;
}

.vGlass
{
	/*behavior: url('/App_Design/Scripts/iepngfix.htc');*/ /*background: url(/App_Design/Images/Assets/vGlass.png) repeat-y 0px 0px;*/
	background-image: url('/App_Design/Images/Assets/vGlass.png');
	background-repeat: repeat-y;
}
/*	//-------------------------------------------------------------------------------------------------------------------->	*/

