#SideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	float:left;
	margin:  30px 0 0 0;
	padding: 0px;
	width: 190px; 
}

#SideNav a:link {  color: #336699; text-decoration:none; }
#SideNav a:visited {  color: #336699;  text-decoration:none; }
#SideNav a:hover {  color: #336699;  text-decoration:none; }
#SideNav a:active {  color: #336699;  text-decoration:none;}


.SideNavLevelOne {
	border-top: 1px dotted #ccc;
	font-weight: bold;
	padding:0px;
 
}

/* * html .SideNavLevelOne {
border-top: none;
padding: 1px;
background: url(/assets/images/css-dotted.gif) repeat-x bottom;
} */

.SideNavLevelOne a {
	font-size: 10px;
	line-height: 14px;
	display: block;
	width: 166px; 
	padding: 3px 8px 3px 16px;
	/*text-indent: -12px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

.SideNavLevelOne a:link {  color: #003399; text-decoration:none; font-weight: normal;  }
.SideNavLevelOne a:visited {  color: #003399;  text-decoration:none; font-weight: normal; } 
.SideNavLevelOne a:hover {  color: #003399;  text-decoration:none; font-weight: normal; background-color:#e5e5e5;  }
.SideNavLevelOne a:active {  color: #003399;  text-decoration:none; font-weight: normal;}

.SideNavLevelOneSelected {
	border-top: 1px dotted #ccc;
	font-weight: bold;
	padding:0px;  
}

/*  * html .SideNavLevelOneSelected {
border-top: none;
padding: 1px;
background: url(/assets/images/css-dotted.gif) repeat-x bottom;
} */

.SideNavLevelOneSelected a {
	display: block;
	width: 166px; 
	padding: 3px 8px 3px 16px;
	/*text-indent: -12px;*/
	background-color:#e5e5e5;
	margin-top: 0px;
	margin-bottom: 0px;    
}

.SideNavLevelOneSelected a:link {  color: #666; text-decoration:none; font-weight: bold;  }
.SideNavLevelOneSelected a:visited {  color: #666;  text-decoration:none; font-weight: bold; } 
.SideNavLevelOneSelected a:hover {  color: #000;  text-decoration:none; font-weight: bold; }
.SideNavLevelOneSelected a:active {  color: #666;  text-decoration:none; font-weight: bold;}

.SideNavLevelTwo {
	/* border-bottom: 1px solid #ccc; */
	font-weight: bold;
	padding:0px;  
}

.SideNavLevelTwo a {
	font-size: 10px;
	line-height: 14px;
	display: block;
	width: 158px; 
	padding: 2px 8px 2px 24px;
	/*text-indent: -12px;*/
	margin: 0px;      
}

.SideNavLevelTwo a:link {  color: #666; text-decoration:none; font-weight: bold;  }
.SideNavLevelTwo a:visited {  color: #666;  text-decoration:none; font-weight: bold; } 
.SideNavLevelTwo a:hover {  color: #000;  text-decoration:none; font-weight: bold; background-color:#e5e5e5;  }
.SideNavLevelTwo a:active {  color: #666;  text-decoration:none; font-weight: bold;}

.SideNavLevelThree {
	/* border-bottom: 1px solid #ccc; */
	font-weight: bold;
	padding:0px;  
}

.SideNavLevelThree a {
	font-size: 10px;
	line-height: 14px;
	display: block;
	width: 150px; 
	padding: 2px 8px 2px 32px;
	/*text-indent: -12px;*/
	margin: 0px; 
}

.SideNavLevelThree a:link {  color: #666; text-decoration:none; font-weight: bold;  }
.SideNavLevelThree a:visited {  color: #666;  text-decoration:none; font-weight: bold; } 
.SideNavLevelThree a:hover {  color: #000;  text-decoration:none; font-weight: bold; background-color:#e5e5e5;  }
.SideNavLevelThree a:active {  color: #666;  text-decoration:none; font-weight: bold;}
