		
		.sideNavContain
		{
			line-height: 16px;
			margin-top: 5px;
			width: 160px;
			height: 700px;
			margin-bottom: 0px;
			border: solid 0px #000;
			background-color: #155A97;
		}
		.bottomBorderList
		{
			height: 20px;
			margin: 0px;
			padding: 0px;
			/*background-image:url("navBackgroundHead.jpg");	*/
		}
		.leftNavHeading
		{
			font-size: 10px; font-family: Verdana, sans-serif;
			font-weight: bold;
			vertical-align: middle;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		.leftNavHeading li
		{
			margin-right: 0px;
			padding: 0px 0px 0px 0px;
			color: #FFF;
			width:160px;
			border: solid 0px #000;
			list-style-type: none;
		}

		.leftNavList
		{
			font-size: 10px; font-family: Verdana, sans-serif;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}

		.leftNavList li
		{
			margin: 0px; 
			padding: 0px 0px 0px 0px;
			border-bottom: solid 0px #8CB2D6;
			background: url("navBackOff.jpg") no-repeat;
		}

		.leftNavList a
		{
			display: block;
			padding: 5px 25px;
			height: 1%; /* IE Hack */
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
		}
		.leftNavList a:visited
		{
			display: block;
			padding: 5px 25px;
			height: 1%; /* IE Hack */
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
		}
		
		.leftNavList a:hover
		{
			color: #fff;
			background-color: #69C;
			text-decoration: none;
			background: url("navBackOn.jpg") no-repeat;
		}
		
		.unorderedList
		{
			margin: 0px;
		}