/* Start of CMSMS style sheet 'akebc Nav Vert Blue' */
/********************
MENU
*********************/

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

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

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

div#menu_vert ul ul
{
	margin: 0 0 0 0;
	border: 0;
}
div#menu_vert ul ul ul
{
	margin: .5em .0 0 0;
	border: 0;
}
#menu_vert ul ul li { border: none;
background-color: #C6E0EE;
color: #555;
border-bottom: 1px dotted #AAD0E6; }

/** second level of vert menu **/
#menu_vert ul ul ul li {
border: none;
background-color: #D9EAF4;
color: #555;
border-bottom: 1px dotted #AAD0E6;
}
/** third level of vert menu **/
#menu_vert ul ul ul ul li {
border: none;
background-color: #ECF5F9;
color: #555;
border-bottom: 1px dotted #AAD0E6;
}

/* fourth level of vert menu */
div#menu_vert ul ul ul ul ul li {
border: none;
background-color: #fff;
color: #555;
border-bottom: 1px dotted #AAD0E6;
}

/** 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 */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.15em 0.5em; /* some air for it */
   color: #555; /* 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: 85%; 
   padding: 0.15em 0.5em .15em 1.75em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a 
{ 
   font-size: 85%;   
padding: 0.15em 0.5em 0.15em 1.75em;
}
/* third level links, more padding */
div#menu_vert ul ul ul ul a {
   font-size: 85%;    
padding: 0.15em 0.5em 0.15em 2.5em;
}
/* fourth level links, more padding */
div#menu_vert ul ul ul ul ul a {
   font-size: 85%;   
padding: 0.15em 0.5em 0.15em 3.25em;
}

/* hover state for all links */
div#menu_vert a:hover {    background-color: #8EC0DD; }

div#menu_vert a.activeparent:hover
{
   background-color: #8EC0DD;
color: #555;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

div#menu_vert li a.activeparent
{
   background-color: #AAD0E6;
   color: #555;
}

div#menu_vert ul ul li a.activeparent {
   background-color: #AAD0E6;
   color: #555;
}
div#menu_vert ul ul li a.activeparent:hover
{
	color: #003D4D;
	background: #F1F3F3 url(images/cms/arrow-down.gif) no-repeat 24.3em center;
}
/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/

div#menu_vert ul h3
{
background-color: #AAD0E6;
   display: block; 
   padding: 0.05em 0.5em 0.05em 1.75em;  /* some air for it */
   color: #555;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/

#menu_vert ul ul h3 {
   background: url(images/arrowBlue.gif) no-repeat 0 0.15em;    
font-size: 86%;
   padding: 0.15em 0.5em 0.15em 1.75em;
   background-color: transparent;
   border-bottom: none;
   color: #808080;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.15em 0.5em 0.15em 1.75em;
   background: url(images/arrowBlue.gif) no-repeat 0 center; 
} */

/* current page on third level, more padding */
ul ul li#active  {
   padding: 0.15em 0;
   background: url(images/arrowBlue.gif) no-repeat 0 0.2em; 
background-color: #C6E0EE;
}
ul ul ul li#active  {
   padding: 0.15em 0;
   background: url(images/arrowBlue.gif) no-repeat 0 0.2em; 
background-color: #D9EAF4;
}
ul ul ul ul li#active {
   padding: 0.15em 0;
   background: url(images/arrowBlue.gif) no-repeat 0 0.2; 
background-color: #ECF5F9;
}
ul ul ul ul ul li#active {
   padding: 0.15em 0;
   background: url(images/arrowBlue.gif) no-repeat 0 center; 
background-color: #fff;
}

/* section header */
div#menu_vert li.sectionheader
{
   font-weight: bold;
   padding: 0.15em 0.5em 0.15em 0;
   background-color: inherit;
}

/* 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 'akebc Nav Vert Blue' */

