/* Start of CMSMS style sheet 'JAR Menu CSS' */
/********************
MENU
*********************/
#menu_vert {
   padding: 0px;
   margin: 0px;
}

#menu_vert UL {
   padding: 0px;
   margin: 0px;
}

#menu_vert LI {
   padding: 0px;
   margin: 0px;
}

#menu_vert LI IMG {
   margin-top: 4px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
	padding: 2px 0px 2px 0px;
}

#menu_vert ul ul {
   background-color: #000829;
   background-image: url(../relaunch/images/jar/bg_sub_nav.gif);
   background-repeat: repeat;
   padding: 8px 0px 8px 0px;
   width: 195px;
}

/* menu li block */
#menu_vert li {
	font-family: Impact, sans-serif;
	font-size: 12px;
	list-style: none;
	text-transform: uppercase;
        letter-spacing: 1px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}

#menu_vert ul ul li {
   border: none;
   background-image: url(../relaunch/images/jar/bg_sub_nav.gif);
   background-repeat: repeat;
}

/** 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: 6px;
	color: #000616;; /* this will be link color for all levels */
	min-height:1px; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	color: #FFFFFF;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 10px;
	text-transform: none;
	padding: 0px 10px 0px 17px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0px 10px 0px 32px;
}

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

/* hover state for all links */
div#menu_vert UL UL a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
div#menu_vert UL UL a.activeparent:hover {
	font-weight: bold;
	color: #FFFFFF;
}

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

div#menu_vert ul ul li a.activeparent {
	font-weight: bold;
	color: #FFFFFF;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	color: #791824;
	font-family: Impact, sans-serif;
	font-size: 12px;
	padding: 6px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
	color: #FFFFFF;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	padding: 0px 10px 0px 17px;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0px 10px 0px 32px;
}

/* 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 'JAR Menu CSS' */

