/* Start of CMSMS style sheet 'Navigation: Igloo57' */
/********************
MENU
*********************/
#navLeft ul.iglooNav {width:110px; float:left; clear:none;}


/* menu li block */
#navLeft ul.iglooNav li {
   list-style: none;
   margin: 0;
   display: block;
   width:100px;
   text-transform:capitalize;
   font-weight:bolder;
font-size:12px;
margin-bottom:5px;
}

/** fix stupid ie bug with display:block; **/
* html #navLeft ul.iglooNav li a { height: 1%; } 
* html #navLeft ul.iglooNav li hr { height: 1%; }
/** end fix **/

/* first level links */
div#navLeft ul.iglooNav a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0 0 0 10px; /* some air for it */
   color: #808080; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#navLeft ul.iglooNav a:hover {
   background: url(/images/blackarrow.gif) left no-repeat;
color:#000;
}
div#navLeft ul.iglooNav a.activeparent:hover {
   text-decoration:underline;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#navLeft ul.iglooNav li a.activeparent {
   background: url(/images/blackarrow.gif) left no-repeat;
color:#000;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#navLeft ul.iglooNav h3 {
   display: block; 
background: url(/images/blackarrow.gif) left no-repeat;
   padding: 0 0 0 10px;  /* some air for it */
   margin-bottom:5px;
   color: #000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}
/* End of 'Navigation: Igloo57' */

