ÊÊÊÊÊÊquÊÊ/*======================================================
	START: NAVIGATION
======================================================*/

#menu_vert
	{
	padding-left: 0;
	margin-left: 6px;
	}


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

/* menu li block */
#menu_vert li
	{
	list-style: none;
	margin: 0;
	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 */
#menu_vert a
	{
	font-size: 11px;
	text-decoration:none;
	display: block; /* IE has problems with this, fixed above */
	padding: 1.5em 0.5em 1.5em 3em;
	color: #4d4d4d;
	min-height:1em; /* Fixes IE7 whitespace bug */
	}
	
	
	
#menu_vert ul a
	{
	font-weight: bold;
	background: url(/images/menu_arrow.png) no-repeat 1.3em center; 
	}



/* next level links, more padding and smaller font */
#menu_vert ul ul a
	{
	font-size: 90%;
	padding: 1.2em 0.5em 1.2em 5em;
	background-position: 1.5em center;
	font-weight: normal;
	background: none; 

	}



/* third level links, more padding */
#menu_vert ul ul ul a
	{
	padding: 1.2em 0.5em 1.2em 5.5em;
	font-weight: normal;
	}



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

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

#menu_vert li a.activeparent
	{
	background: url(/images/menu_parent.png) no-repeat 1em center; 
	color: #4d4d4d;
	font-weight: bold;
	}

#menu_vert ul ul li a.activeparent
	{
	background-position: 3em center; 
	background-color: transparent;
	color: #4d4d4d;
	font-weight: bold;
	}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h4
	{
	display: block; 
	padding: 0.8em 0.5em 0.8em 3em;
	color: #97141b;
	font-size: 11px;
	margin: 0.7em 0 0.7em 0;
	font-weight: bold;
	background: #fff url(/images/menu_parent.png) no-repeat 1em center;
	}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
#menu_vert ul ul h4
	{
	font-size: 90%;
	padding: 0.8em 0.5em 0.8em 2em;
	margin: 0.4em 0 0.4em 3em;
	background-position: 1.9em center;
	background-color: transparent;
	border-bottom: none;
	color: #97141b;
	background: #fff;
	}


/* current page on third level, more padding */
#menu_vert ul ul ul h4
	{
	padding: 1.2em 0.5em 1.2em 5.5em;
	}


/*======================================================
	END: NAVIGATION
======================================================*/




