div#sideNav table { 
	border-bottom: 0px solid #C5DEF5; 
	border-left: 0px solid #C5DEF5;
	border-top:0px solid #C5DEF5;
	padding-right: 5px;
	padding-left: 0px;
	margin-top: 2px;
}

div#sideNav td { 
	border-right: 1px solid #C5DEF5;
	border-left: 1px solid #C5DEF5;
	border-bottom: 1px solid #C5DEF5;
	height: 21px;
	text-decoration: none;
}


div#sideNav a {
	padding: 10px;
	text-decoration: none;
}


div#sideNav a.Category1Unselected {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	/*background-color: #ebebeb;*/
	text-decoration: none;
}

div#sideNav a.Category1Selected {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
	
div#sideNav td.Category1Selected {
	background-image: url(../images/menus/category_1_highlight.gif);
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	}

div#sideNav a.Category2 {
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 10pt;
	text-decoration: none;	
}
div#sideNav td.Category2 {
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 10pt;
	text-decoration: none;	
	background-color: White;
}

div#sideNav a.Category3 {
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 20pt;
	text-decoration: none;
}

div#sideNav a.currentPage2 {
	color: steelblue;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 11px;
	text-decoration: none;
	
}
div#sideNav a.currentPage3 {
	color: steelblue;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 21pt;
	text-decoration: none;
	
}

div#sideNav td.currentPageIndicator {
	background-color: #C5DEF9;
	border-color: #C5DEF9;
	text-decoration:none;
}

div#sideNav td.unselectedPageIndicator {
	background-color: #4682B4;
	border-color: #4682B4;
	text-decoration: none;
}

div#sideNav td.Category1Unselected {
	font-size: 8pt;
	color: #666666;
	background-color: #ebebeb;
	text-decoration: none;
	border-color: lightgrey;
}
