/* Start of CMSMS style sheet 'Layout: Left navigation' */
/* Vertical navigation definitions */

/* Level 1--3 global settings*/ 

#menu_vert {
   background: url( uploads/webparts/text-back.jpg) top left;
   border: 1px dotted white;
   padding: 2px;
}

#menu_vert ul {
   padding-left: 8px;
   list-style: none;
}

#menu_vert ul li {
   display: block;
   line-height: 1.5em;
}

#menu_vert ul li a {
   color: #90a898;
   font-weight: bold;
   text-decoration: none;
   font-size: 0.9em;
}

#menu_vert ul li a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

#menu_vert ul li h3 {
   color: #E0F8E8;
   text-decoration: none;
   font-size: 0.9em;
}

/* Level 2 specific settings */ 

#menu_vert ul li ul li a {
   color: #a0b8a8;
   font-weight: bold;
   text-decoration: none;
   font-size: 0.8em;
}

#menu_vert ul li ul li h3 {
   color: #e0f8e8;
   font-weight: bold;
   text-decoration: none;
   font-size: 0.8em;
}

/* Level 3 specific settings */ 

#menu_vert ul li ul li ul li a {
   color: #a0b8a8;
   font-weight: normal;
   text-decoration: none;
   font-size: 0.7em;
}

#menu_vert ul li ul li ul li h3 {
   color: #e0f8e8;
   font-weight: normal;
   text-decoration: none;
   font-size: 0.7em;
}

/* End of 'Layout: Left navigation' */

