/* Start of CMSMS style sheet '**  Navigation  **' */
/********************
MENU
*********************/
#menu_vert {
   padding: 15px 0;
   margin-left: 1em;
}


#menu_vert h3 {
font-family:Arial, Helvetica, sans-serif;
}

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

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** 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.8em 0.5em 2em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert ul a {
margin-bottom:.5em;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 140%;
   font-weight:bold;
   color:#16a3b0;
   padding:0px;
 
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding-left:20px;
   font-size:1em;
   font-weight:normal;
}

/* hover state for all links */
div#menu_vert a:hover {
   /* background-color: #C3D4DF; */
   color:#332E2B;
}
div#menu_vert a.activeparent:hover {
   color:#332E2B;
}

/* 
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: #385C72;
   color: #16A3B0; /* this will be link color for all levels */
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #16A3B0; /* this will be link color for all levels */
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 2em;                           /* 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 
*/
div#menu_vert ul ul h3 {
   font-size:140%;
   color: #47382e;  
   margin-bottom:6px;
}

/* current page on third level, more padding */
div#menu_vert ul ul{
margin-bottom:15px;
}
div#menu_vert ul ul ul h3 {
   font-size:1em;
   font-weight:normal;
   color: #47382e;  
   padding: 0em 0em 0em 1.5em; /* some air for it */
   /* background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; */
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 90%;
   background-color: #fff;
   line-height: 1em;
   margin-top: -5px;
   padding:3px 0 20px 0;
   color:#09666f;
}



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


/*******  Top Menu */

div#search ul {
text-align:center;
padding:0px;
margin:0px;
}

div#search li {
display:inline;
font-size:.9em;
border-right:1px solid #93674a;
padding:0px 4px;
}

div#search li a {
color:#e7c5ae;
padding:0px 5px;
text-decoration:none;
}

div#search li a:hover {
color:#fff;
}

/** Box Menu **/
#box_menu {
border-bottom:1px solid #ccc;
padding:10px;
}
#box_menu li {
list-style-type:none;
}
#box_menu a{
font-family:Garamond, Times, serif;
font-size:1.6em;
font-weight:bold;
text-decoration:none;
line-height:1.4em;
color:#716430;
}

#box_menu li a:hover {
color:#47382E;
}

#box_menu li.currentpage h3 {
color:#47382E;
margin:0px;
font-size:1.6em;
}

#box_menu li li.currentpage h3 {
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
padding-left:1.5em;
}

#box_menu ul ul ul a {
padding-left:1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

#box_menu ul ul ul a:hover {
text-decoration:underline;
}

#box_menu ul ul li.currentpage a {
color:#6F5645;
}

#box_menu li.one a {
color:#6E5A4D;
}

#box_menu li.two a{
color:#07646C;
}

#box_menu li.three a {
color:#716430;
}

#inside {
margin-left:20px;
}

/* End of '**  Navigation  **' */

