/* Start of CMSMS style sheet 'friday_menu-nonflash' */
/********************
MENU
*********************/
#nav{
	padding-top: 17px;
	background-color:#fff;
	position:relative;
}

#flash_nav{
   font-size:10px;
   background-color:#f6f4f1;
}

#flash_nav p{
	padding-left:1.5em;
}

#menu_vert {
   padding: 0px;
   margin: 0px;	
   color:#f6f4f1
}
#menu_vert ul{
   padding: 0px;
   margin: 0px;
}

/* 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;
	background-image:url(images/fm/menu_bg_dots.gif);
	background-repeat:repeat-x;
	display: block;
	background-color:#f6f4f1;
}

#menu_vert ul ul li {

   padding-left: 0px;
   background-image:none;
}

/* 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.3em 0.5em 0.3em 1.5em; /* some air for it */
   color: #615c58; /* this will be link color for all levels */
   text-transform:uppercase;
   background: url(images/fm/right_grey_arrow.gif) no-repeat; 
   background-position: 170px 9px;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   background: url(images/fm/light_grey_left_sub_arrow.gif) no-repeat; 
   background-position: 1.9em 9px;     
   font-weight: normal;
   text-transform:none;
   padding: 0.3em 0.5em 0.3em 3.0em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background-position: 3.2em 9px;   

}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #DEDEDE;
}
div#menu_vert a.activeparent:hover {

}

div#menu_vert li.activeparent{
	background-color:#800332;	
	background-image:none;
}
div#menu_vert li li.activeparent{
	background-color:#f6f4f1;	
}

/* 
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;
   background: url(images/fm/light_grey_down_arrow.gif) no-repeat; 
   background-position: 170px 8px;   
}

div#menu_vert ul ul li a.activeparent {
   background: url(images/fm/drk_red_left_sub_arrow.gif) no-repeat; 
   background-position: 1.9em 9px;        
   color: #615c58;
}




/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   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: 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: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 'friday_menu-nonflash' */

