/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
	border: 1px solid #B09FA4;
	background-image: url(images/SER/SubMenuBack.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
 

#menu_vert ul ul, li {
   border: none;
}
#menu_vert ul ul{
 
}

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

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 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 a {
	background-image: url(images/SER/SubMenuBullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 1.25em;
	color: #333333;
	padding-left: 25px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	text-decoration: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
	margin-left: 20px; 
}

/* hover state for all links */
div#menu_vert a:hover {
	color: #B4032F;
	background-image: url(images/SER/SubMenuBullet-hover.gif);
}
div#menu_vert a.activeparent:hover {
 
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
 
}

div#menu_vert ul ul li a.activeparent {
 
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	background-image: url(images/SER/SubMenuBullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 1.25em;
	color: #860120;
	padding-left: 25px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	text-decoration: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {

}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
 
 }

/* section header */
div#menu_vert li.sectionheader {
 
}



/* 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' */

