/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#primary-nav {
padding-left: 5px;
margin-left: 5px;
}
#topmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
	text-align: center;
	padding-right: 7px;
}
#menu_vert {
   padding: 0 ;
   margin: 10px 10px 0px 0px;
}
/* menu li block */
#menu_vert ul li {   
   background-image: url(uploads/page_graphics/misc/bullet.gif); 	
   background-repeat: no-repeat;
   background-position: 0 2px; 
   padding-left: 25px;
   text-indent: 0px;
   list-style-image: none;
   list-style-type: none;
   display: block;
}

#menu_vert ul ul li {
   background-image: none; 	
   margin-top: -7px;
   margin-left: 0px;
   padding-left: 0px;
   margin-bottom: -7px;
   list-style-image: none;
   list-style-type: none;
}
#menu_vert ul ul {
   margin-left: 5px;
   padding-left: 5px;
}

/** 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 a {
   text-decoration:none; /* no underline for links */
   font-size: 11px;
   display: block; /* IE has problems with this, fixed above */
   padding: 5px; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 11px;
   padding: 5px;
   color: blue; 

}
/* hover state for all links */
div#menu_vert a:hover {
   background-color: #E5E5E5;
}
div#menu_vert a.activeparent:hover {
   background-color: #E5E5E5;
   color: #18507C;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
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; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

