/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/

/* menu li block */
#navigation li {
   list-style: none;
   margin: 0;
   display: block;
}

#navigation ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #navigation li a { height: 1%; } 
* html #navigation li hr { height: 1%; }
/** end fix **/

/* first level links */
div#navigation a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 5px 5px 5px 10px; /* some air for it */
   color: #FFF; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#navigation ul ul a {
   padding: 5px 5px 5px 20px;
}

/* hover state for all links */
div#navigation a:hover, div#navigation a.activeparent:hover {
   color: #9D247F;
}



/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#navigation li a.activeparent {
   color: #9D247F;
}

div#navigation ul ul li a.activeparent {
   color: #9D247F;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#navigation ul h3 {
   display: block; 
   padding: 5px 5px 5px 10px;  /* some air for it */
   color: #9D247F;                                 /* 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 */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#navigation ul ul h3 {
   padding: 5px 5px 5px 20px;
   background-color: transparent;
   border-bottom: none;
   color: #9D247F;     
}

div#navigation li.residential a:hover {
   color: #8DC63F;
}
div#navigation li.commercial a:hover {
   color: #F58025;
}

div#navigation li.residential li a, div#navigation li.residential a.activeparent {
   color: #8DC63F;
}
div#navigation li.residential a.activeparent:hover {background:none;}
div#navigation li.residential li a:hover, div#navigation li.residential h3 {background:url(/images/plus_G.png) left no-repeat; color: #8DC63F;}

div#navigation li.commercial li a, div#navigation li.commercial a.activeparent {
   color: #F58025;
}
div#navigation li.commercial a.activeparent:hover {background:none;}
div#navigation li.commercial li a:hover, div#navigation li.commercial h3 {background:url(/images/plus_O.png) left no-repeat; color: #F58025;}

div#navigation li li a, div#navigation li a.activeparent {
   color: #9D247F;
}
div#navigation li a.activeparent:hover {background:none;}
div#navigation li li a:hover, div#navigation li li h3 {background:url(/images/plus_P.png) left no-repeat; color: #9D247F;}

/* End of 'Navigation: Simple - Vertical' */

