/* Start of CMSMS style sheet 'Navigation julia' */
/********************
MENU
*********************/
#menu_vert {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: uppercase;

}


 

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

#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.25em 1.5em;
   color: #666; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
 

/* hover state for all links */
div#menu_vert a:hover {
color: #fff;
}
div#menu_vert a.activeparent:hover {
   color: #666;
}

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

div#menu_vert ul ul li a.activeparent {
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert li.currentpage a {
   color: #fff;                              
}


/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:10px;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
div#submenu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;

}
div#submenu li a, div#submenu li.currentpage h3{
	font: 16px Arial, Helvetica, Geneva, sans-serif;
padding:0 5px 0 5px;
margin:0;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
div#submenu li.currentpage h3{
color:#FFF;
}

/* End of 'Navigation julia' */

