
/*-------------Side Nav-------------*/
.navSideContainer 	        {height:100%; margin-top:10px;} 
.sideNavCube				{width:100%; display:none;}
.sideNavLinks				{ background-color:#F7EBFF;}
.sideNav li					{list-style:none;  width:100%; padding-bottom:2px; padding-top:2px;}
.sideNav li a				{color:#000000; text-decoration:none; padding:0px; margin:0px;}
.sideNav li a:visited		{color:#000000; text-decoration:none; }
.sideNav li a:hover			{color:#000000; text-decoration:underline;}
.SideNavBullet              {margin-right:5px; width:19px; height:17px; background-image:url(../../Images/sidebar/star.gif); float:left; }
/*.SideNavBullet			{padding-left:8px; width:19px; background-image:url('../../Images/bb/bullet_lvl2.gif'); background-repeat:no-repeat; background-position:center; float:left; width:11px}*/
.sideNav li .seperator      {width:138px; margin-left:23px; line-height:2px; height:2px; background-image:url(../../Images/sidebar/line.gif); background-repeat:no-repeat;}

.sideNav li.sideNavSelected	{font-weight:bold}
.sideNav li.sideNavSelected	a{color:#000000;}


