/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
div#sidebar #menu_vert {
 
}

div#sidebar #menu-heading{
	background-image: url(images/APP-Template/VertMenuBlockHead.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 29px;
	border: 1px solid #CC0099;
	background-color: #E4318F;
 	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:  10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:  10px;
}

div#sidebar  #menu_vert ul ul, li {
   border: none;
}
div#sidebar  #menu_vert ul ul{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/APP-Template/VertMenuBlockRepeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:  10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:  10px;
	margin: 0px;
}

/* third level has some padding to have it stand out */
div#sidebar  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 */
div#sidebar #menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 1em;
}
 
/** fix stupid ie bug with display:block; **/
* html div#sidebar #menu_vert li a { height: 1%; } 
* html div#sidebar #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#sidebar  div#menu_vert a {
	background-image: url(images/APP-Template/menu_paws/MenuPaws-notactive.png);
	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#sidebar  div#menu_vert ul ul a {
 
}

/* third level links, more padding */
div#sidebar  div#menu_vert ul ul ul a {
 
}

/* hover state for all links */
div#sidebar  div#menu_vert a:hover {
	color: #FF10A9;
	background-image: url(images/APP-Template/menu_paws/MenuPaws-hover.png);
}
div#sidebar  div#menu_vert a.activeparent:hover {
 
}

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

div#sidebar  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#sidebar  div#menu_vert ul h3 {
	background-image: url(images/APP-Template/menu_paws/MenuPaws-active.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.3em;
	color: #4AB6D9;
	padding-left: 25px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

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

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



/* separator */
div#sidebar  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#sidebar  div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

