/* ******************************* */
/* SideNav.css START */
/* ******************************* */

/*  #D2AC03; */
/*  #DCC355; */

/* STUPID IE6 only hack that adds hover capability to other elements besides a. This is needed for li hover in side nav */
body {
		behavior:url("custom/css/csshover.htc");
	}



/* *** 1Level of SideNav *** */ 
		.navList1
		{
		list-style: none;
		margin:0;
		padding:0 15px 0 25px;
		width:auto;
		margin-left:0px;
		font-size:1.2em;
		background-color:D1D764;
		margin-bottom:5px;
		font-weight:bold;
		text-align: left;

		}
	
		
		.navList1 li	
		{
		}
		
		/* when hovering  */
		.navList1 li:hover	
		{
		padding-left: 0px;
		}
		
		
		/* when slected */
		.navList1 li.selected	
		{
		padding-left: 0px;
		background-color:#D1D764;
		}
		
		
		
		
		.navList1 a		
		{
		color:#FFFFFF;
		text-decoration:none;	
		font-weight:bold;
		}
		
		.navList1 a:hover, .navList1 a.selected		
		{
		color:#000000;
		text-decoration:none;	
		}
		
		.navList1 a:active		
		{
		color:#000000;
		text-decoration:none;	
		}
		
		.navList1 a.selected		
		{
		color:#000000;		
		text-decoration:none;	
		}
		
		/* ***************** */




/* *** 2Level of SideNav *** */ 
		.navList2
		{
		list-style: none;
		padding:0;
		width:auto;
		margin-left:0px;
		font-size:.89em;
		text-indent: 25px;
		line-height: 17px;
		background-color:D1D764;
		margin-bottom:0px;
		font-weight:bold;
		margin-top: 0px;
		margin: 0;
		}
	
		
		.navList2 li	
		{
		}
		
		/* when hovering  */
		.navList2 li:hover	
		{
		padding-left: 0px;
		background-color:#e1e482; 
		}
		
		
		/* when slected */
		.navList2 li.selected	
		{
		padding-left: 0px;
		}
		
		
		
		
		.navList2 a		
		{
		color:#FFFFFF;
		text-decoration:none;	
		font-weight:bold;
		}
		
		.navList2 a:hover, .navList2 a.selected		
		{
		color:#969b28;
		text-decoration:none;	
		}
		
		.navList2 a:active		
		{
		color:#FFFFFF;
		text-decoration:none;	
		}
		
		.navList2 a.selected		
		{
		color:#969B28;		
		text-decoration:none;	
		}
				
		
		
		
		
		/* ***************** */
		
		
		/* *** 3 Level of SideNav *** */ 
		.navList3
		{
		list-style: none;
		margin:0;
		padding:0;
		width:auto;
		margin-left:0px;
		font-size:.7em;	
		]font-size:1.1em;/* IE Hack*/
		text-indent: 20px;
		line-height: 15px;
		background-color:#F8E09D;
		margin-bottom:2px;		
		font-weight:bold;		
		}
	
		
		.navList3 li	
		{
		}
		
		/* when hovering  */
		.navList3 li:hover	
		{
		padding-left: 0px;
		background-color:#DCC355; 
		}
		
		
		/* when slected */
		.navList3 li.selected	
		{
		padding-left: 0px;
		}
		
		
		
		
		.navList3 a		
		{
		color:#000000;
		text-decoration:none;	
		}
		
		.navList3 a:hover, .navList3 a.selected		
		{
		color:#000000;
		text-decoration:none;	
		}
		
		.navList3 a:active		
		{
		color:#000000;
		text-decoration:none;	
		}
		
		.navList3 a.selected		
		{
		color:#000000;
		text-decoration:underline;	
		}
	
		/* ***************** */
		
		
		/* *** 4th Level of SideNav *** */ 
		.navList4
		{
		background-image: none;	
		color:#234786;
	    margin:0;
        padding:0;
        padding-left:50px;
        text-indent: 0px;
        padding-top:3px;
        padding-bottom:3px;
        background-color:  #F1F2F4;
        width:162px;
        font-size:1em;	
		}
		
			
		.navList4 li		
		{
		background-image: none;
		list-style:disc;
		color:#22549F;
		list-style-position: outside; /* be explicit where we want the disc */
		}
		
		.navList4 li:hover, .navList4 li.selected		
		{
		color:#234786;
		background-image: none;
		}
		
		.navList4 a
		{
		color:#22549F;
		text-decoration:none;
		
		}
		
		.navList4 a:hover, .navList4 a.selected	
		{
		color:#234786;
		text-decoration:underline;
		}
		
		.navList4 a:active, .navList4 a.selected		
		{
		color:#000000;
		text-decoration:none;
		}
		
		
		
		/* ***************** */
		
		
	/* when there are sub lists we do not want to display a bullet/bullet image. */	
	/* sublist not usually used, so this migth be never called */
	.navList1 li.navListDisplayNoBullet, .navList1 li:hover.navListDisplayNoBullet, 
	.navList2 li.navListDisplayNoBullet, .navList2 li:hover.navListDisplayNoBullet, 
	.navList3 li.navListDisplayNoBullet, .navList3 li:hover.navListDisplayNoBullet,
	.navList4 li.navListDisplayNoBullet, .navList4 li:hover.navListDisplayNoBullet,
	.navList5 li.navListDisplayNoBullet, .navList5 li:hover.navListDisplayNoBullet
	{
	background-image: none;	
	list-style: none;
	}

/* ******************************* */
/* sideNav.css END */
/* ******************************* */
