/*
	Copyright 2005 McAfee, Inc. All Rights Reserved. 
	Author: George Philip
*/

/* For For IE 5.5 Win Only */
/* ---- CONTENT ---- */
#content { display: inline;

	}
	
	#sidebar { 
	margin: 0 0 0 0%; 
	width: 96.5%;
}

ul#nav-page {
	clear: left;
	float: left; 
	width: 22%;
	margin-right: 0px;
	margin-left: 0px;
	margin-left:-10px;
	}
	
	ul#nav-page li ul {
	margin-left: 15px;
	}
	
ul#nav-tabs li {
	height:38px;
	background: #e9e9e9;
	}
	
	ul#nav-tabs li a.selected {
	background: #fff;
	
	}
