/* Start of CMSMS style sheet 'Navigation: Simple - Vertical - NSWRA' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0px;
   margin-left: 0px;
   width: 170px;
   overflow: hidden;
}

div#menu_vert ul {
   margin-left: 0px;
   padding-left: 0px;
}

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

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

/* first level links */
div#menu_vert ul a {
   text-decoration:none; 
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 2px 2px 2px;
   color: #0060a9;
   font-family: verdana,geneva;
   font-size: 13px;
   font-weight: bold;
   white-space: normal;
   border-bottom: 1px dashed #c0c0c0;
   margin-bottom: 4px;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* second level links */
div#menu_vert ul ul a {
   text-decoration:none;
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 2px 2px 16px; 
   color: #000000; 
   font-family: tahoma,verdana,geneva;
   font-size: 11px;
   font-weight: bold;
   white-space: normal;
   border-bottom: 1px solid #c0c0c0;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #6666CC;
   color: #ffff00;
}


/* 
current pages are not links.
*/
div#menu_vert li.currentpage{
   background: url(images/cms/arrow-right-active.gif) no-repeat  2px 8px;
   display: block; 
   padding: 4px 4px 4px 16px;  /* some air for it */
   color: #000;   
   font-family: tahoma,ms sans serif,verdana,geneva;                   
   font-size: 11px;
   font-weight: bold;
   white-space: normal;
   border-bottom: 1px solid #c0c0c0;
}

/* section header */
div#menu_vert ul.sectionheader {
   margin-left: 0px;
}
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   color: #0060a9;
   padding: 0 0 8px 0;
   background-color: #fff;
   /*line-height: 1em;*/
   margin: 0;
   margin-left: 0px;
   text-align:left;
}



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

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* section header level 2 */
div#menu_vert li.sectionheader2 {
   border-right: none;
   font-size: 12px;
   font-weight: normal;
   color: #bbbbbb;
   padding: 0 0 2px 0;
   background-color: #fff;
   /*line-height: 1em;*/
   margin: 0;
   margin-left: 2px;
   text-align:left;
}
/* End of 'Navigation: Simple - Vertical - NSWRA' */

