/* colors CSS Document */



div#nav2 {
	background-color: #004080;
	background-image: url(sysimgs/bg-left.jpg); 
	description: Left navigation;
}

div#nav2 a {
	color: #ffffff;
	description: Links in left navigation;
}

div#nav2 a:hover {
	background-color: #999999;
	description: Links in left nav with mouse over them;
}

div#nav2 ul ul {
	background-color: #666666;
	border: 1px solid #800000;
	description: Deeper levels in left navigation;
}

div#nav2 li li a {
	description: Links in deeper levels in left navigation;
}
