﻿/*********************************************************
 NOTE: The UltraWebTree has its StyleSetName property
 set to FeatureBrowserNavigation. Additional UltraWebTree
 classes are defined in ig_tree.css and ig_shared.css
**********************************************************/

html, body
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	background-color: #636363;
	background-image: url(Images/LeftNavigation/blue_tree_bg_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
}


#WebTreeNav
{
	position: absolute;
	width: 250px;
	top: 0px;
	margin-top: 10px;
	left: 10px; /*position: relative;	 	width: 100%; 	height: 100%;  	top: 0px;*/
	position: relative;	 	
	height: 98%; 
	font-weight:bold;
	
}

img
{
	vertical-align: middle;
	border:0px;
}


