/* ******************************* */
/* 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");
		background-image:url(../images/backgroundSITE.gif);
		background-repeat:repeat;
	}

/* Primary Nav not used in Sidenav (usually) */
/* ***  Level 1  *** */ 
	
/* ***************** */



/* STYLE for SIDENAV > LEFT Level 2 *************/
.udmMneuContainerLeft li { }

/* ***  Level 2  *** */ 
		.navList2
		{
		margin:0;
		padding:0;
		width:150px;
		height:auto;
		text-transform:capitalize;
		font-size:10px;
		line-height: 20px;
		}
	
		.navList2 li	
		{
		color:#FFFFFF;
		}
		
		/* when hovering  */
		.navList2 li:hover	
		{
		color:#999999;
		}	
		
		/* when slected */
		.navList2 li.selected	
		{
		color:#FFFFFF;
		}
						
		.navList2 a		
		{
		color:#FFFFFF;
		font-weight:bold;
		padding-right:100%;
		white-space: nowrap;
		text-decoration:none;
		}
		
		.navList2 a:hover, .navList2 a.selected		
		{
		color:#999999;
		background-image:url(../images/arrowGraySideNav.gif);
		text-decoration:none;
		}
		
		
		
		
		.navList2 a:active		
		{
		color:#999999;
		}
		
		.navList2 a.selected		
		{
		color:#999999;
		}

/* ***************** */



/* STYLE for SIDENAV > RIGHT Level 3 *************/
.udmMneuContainerRight li { }

/* ***  Level 3  *** */ 
		.navList3
		{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	font-size:10px;
	text-decoration:none;
	line-height: 15px;
	list-style: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
		}
	
		.navList3 li	
		{
		color:#FFFFFF;
		}
		
		/* when hovering  */
		.navList3 li:hover	
		{
		color:#999999;
		}	
		
		/* when slected */
		.navList3 li.selected	
		{
		color:#FFFFFF;
		}
						
		.navList3 a		
		{
		color:#FFFFFF;
		}
		
		.navList3 a:hover, .navList3 a.selected		
		{
		color:#999999;
		}
		
		.navList3 a:active		
		{
		color:#999999;
		}
		
		.navList3 a.selected		
		{
		color:#999999;
		}

/* ***************** */
	
	/* 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
	
	{
	
	
	
	}

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