/* ------------------------------------------------------------
Site: Event Management Group
URI: http://www.emgevents.com
Author: PARCA Corp.
Version: 1.0 | Updated: April 2009

Title: Unordered List Vertical Navigator
------------------------------------------------------------ */

.nav_ul_vertical {
	margin-top: 28px;
	margin-bottom: 50px; }

.nav_ul_vertical h2 {
	padding-left: 20px; 
	xpadding-bottom: 0;
	margin-bottom: 10px; }
	
/* `Tier 1
------------------------------------------------------ */

.nav_ul_vertical ul { 
	font-size: 120%; }
	
.nav_ul_vertical ul li {	
	list-style-type	: none;
	list-style-image: none;
	line-height: 1.3em; }

.nav_ul_vertical a {
	display: block;
	padding: 2px 5px 2px 20px;
	border-bottom: 1px dotted #a1a1a1;
	text-decoration: none; } 

.nav_ul_vertical ul li:last-child a:link {
	border-bottom: 1px dotted #a1a1a1; }

.nav_ul_vertical ul a:link, 
.nav_ul_vertical ul a:visited {
	color: #a1a1a1; }

.nav_ul_vertical ul li a:hover {
	background: #f4f4f4; 
	color: #591956; }

.nav_ul_vertical ul li.active a { 
	color: #f8992f; }

.nav_ul_vertical ul li.disabled { 
	color: #ccc; }

/* `Tier 2
------------------------------------------------------ */

.nav_ul_vertical ul ul { }

.nav_ul_vertical ul ul li {	
	padding: 0 7px 4px;
	font-weight: normal; }

.nav_ul_vertical ul ul a:link, 
.nav_ul_vertical ul ul a:visited {
	color: #676767; }

.nav_ul_vertical ul ul a:hover {
	background: #f4f4f4; }

.nav_ul_vertical ul ul li.active a { 
	color: #f8992f; }

.nav_ul_vertical ul ul li.disabled { 
	color: #ccc; }

/* `Tier 3
------------------------------------------------------ */

.nav_ul_vertical ul ul ul {}

.nav_ul_vertical ul ul ul li {	
	padding: 0 7px 4px;
	font-weight: normal; }

.nav_ul_vertical ul ul ul a:link, 
.nav_ul_vertical ul ul ul a:visited {
	color: #676767; }
	
.nav_ul_vertical ul ul ul a:hover {
	background: #f4f4f4; }

.nav_ul_vertical ul ul ul li.active a { 
	color: #f8992f; }

.nav_ul_vertical ul ul ul li.disabled { 
	color: #ccc; }