/* LEFTNAVIGATION CSS Document */

/*  
	Change order requets 11.07.08 
		- for wrapping glyphs of h5

	Changes to Section (A) Only:

	+ New: mainnav_slice_v2.gif
	+ New: mainnav_last_v2.gif
	"/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/"  ->  "../images/"
	"/internet/wwres.nsf/vwWebResources/IPS2008Backgrounds/"  ->  "../images/"  

	+ Font sizes change from 10px bold to 12px normal for readability.
	+ New Class  #leftNavigation div.last-fix - due to the flexibility of multi-line menu, 
		the fix is needed to add a white line right above the last h5. (See HTML for useage)
*/


/* See Navigational Spec page 5 for more details */
#leftNavigation {width:211px;left:0px;float:left;position:relative;}

/* (A) */
#leftNavigation h5 {padding:7px 20px 5px 10px;margin:0;color:#FFFFFF;font:11px normal Verdana, Arial, Helvetica, sans-serif;letter-spacing:-.02em;text-transform:uppercase;
background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_slice_v2.gif) no-repeat 0 -60px;}
#leftNavigation h5.first {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_slice_v2.gif) no-repeat 0 0;}
#leftNavigation h5.last {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_last_v2.gif) no-repeat 0 bottom; padding-bottom:15px;}
#leftNavigation div.last-fix {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_last_v2.gif) no-repeat 0 0;height:1px; overflow:hidden}
#leftNavigation h5 a, #leftNavigation h5 a:hover {color:#FFFFFF}
#leftNavigation .NaviAccordion {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Backgrounds/$file/mainnav_bg.gif) center left repeat-y;}
#leftNavigation .NavShade {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_slice_v2.gif) no-repeat 0 -160px;height:6px; overflow:hidden}
#leftNavigation .NavShadeB {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_slice_v2.gif) no-repeat 0 -156px;height:3px; overflow:hidden}
#leftNavigation .NavFinish {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Images/$file/mainnav_slice_v2.gif) no-repeat 0 -120px;height:15px; overflow:hidden}

/* (B) */ 
#leftNavigation ul {margin:0;padding:0;list-style:none;font-size:10px; font-weight:bold;color:#AC2020;width:197px;}
#leftNavigation ul li {padding:0;margin:0;border-top:1px dotted #8B8B8B;list-style-type:none;}
#leftNavigation ul a {padding:9px 0 9px 10px;color:#AC2020; text-decoration:none; display:block}
#leftNavigation ul a:hover {color:#AC2020; text-decoration:underline}
#leftNavigation ul li.first {border-top:none;padding-top:3px;}

/* (E) */
#leftNavigation ol {font-size:10px;font-weight:bold;color:#434343;border:0;padding:0;margin:0 0 3px 0;}
#leftNavigation ol li {padding:5px 0 0 0;margin:0;border:none;}
#leftNavigation span {padding:0 0 0 15px; display:block} /* Jim added display:block */

/* (D) */
#leftNavigation ol ul {padding:4px 0;margin:0;list-style:none;font-size:9px;font-weight:normal;color:#AC2020;}
#leftNavigation ol ul li {margin:0;padding:0;border:none;list-style-type:none;}
/* Jim changed display:inline to display:block in the following line */
#leftNavigation ol ul a {margin:0;padding:1px 0 1px 15px;color:#AC2020;text-decoration:none;display:block;}
#leftNavigation ol ul li.last {padding:0 0 15px 0;}

/* (D) type 2 */
#leftNavigation ul.d2 li {border:none;}
/* Jim changed display:inline to display:block in the following line */
#leftNavigation ul.d2 a {padding:1px 0 1px 15px;color:#AC2020;text-decoration:none;font-weight:normal; display:block;}
#leftNavigation ul.d2 a:hover {text-decoration:underline}

/* This one added by Jim because the last child did not have padding below it when child headers weren't present */
#leftNavigation ul.d2 li.last {padding:0 0 15px 0;}

/* (F) */
#leftNavigation ol ul li.active {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Bullets/$file/mainnav_dot.gif) no-repeat 5px 5px;}
#leftNavigation ul.d2 .active {background:url(/internet/wwres.nsf/vwWebResources/IPS2008Bullets/$file/mainnav_dot.gif) no-repeat 4px 6px;}
