/***********************************************
MENU CSS
WebsiteOnDemand.com.au
************************************************/
#menu_vert {
   padding: 0;
   margin: 0em;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

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

#menu_vert ul ul li {
   border: none;
}

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

/*!*/
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em; /* some air for it */
   color: #333333; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
   background-color:#F5F5F5;
   border-bottom:1px solid #CCCCCC;
   margin-bottom:3px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert a:hover {
   background-color:#EFEFEF;
}

/*!*/
div#menu_vert a.activeparent:hover {
   background-color:#EFEFEF;
   color: #000000;
}

div#menu_vert li a.activeparent {
   background-color:#FFFFFF;
   color: #000000;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}	


/*!*/
div#menu_vert ul h3 {
   background-color:#EFEFEF;
   display: block; 
   padding: 0.2em; 
   color: #FF0000;    
   font-weight:normal;
   letter-spacing:0px;
   font-size:10px;
   font:10px Arial, Helvetica, sans-serif;
}

div#menu_vert ul ul h3 {
   font-size: 100%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color:#FFFFFF;
   border-bottom: none;
   color: #000;
   font-weight:normal;     
}

div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; 
}