/* ------------------------------------------------------------
 * UL List Styles
 * Site: Clean Energy Council 2010 Conference and Exhibition
 * Author: Andy Johnston
 * Created: 2009-09-14
 */

/* The holder div */
.nav_ul_vertical {
	font-size		: 1.4em;
	width			: 100%;
}
/* Any locked view has lock icon */
.nav_ul_vertical .locked a{
	background: url(../../images/project/nav/lock.gif) no-repeat bottom right; 
}


/* FIRST TIER ------------------------------------------------- */

/* List */ 
.nav_ul_vertical ul {}
/* List Item */ 
.nav_ul_vertical ul li {	
	list-style-type	: none;
	list-style-image: none;
	float			: left;
	clear			: left;
	width			: 100%;
}
/* Links */
.nav_ul_vertical ul a:link, 
.nav_ul_vertical ul a:visited {
	display			: block;
	margin			: 0 0 10px 0;			
	padding			: 20px 4px 5px 4px;
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/	
}
.nav_ul_vertical ul a:hover {
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/	
}
/* Active Link */
.nav_ul_vertical ul li.active a { 
	font-weight: bold;
	border-bottom: 1px solid #000;
}
/* Disabled Item */
.nav_ul_vertical ul li.disabled { 
	color			: #CCC;
}

/* SECOND TIER ------------------------------------------------- */

/* List */ 
.nav_ul_vertical ul ul {}
/* List Item */ 
.nav_ul_vertical ul ul li {	
	list-style-type	: none;
	list-style-image: none;
	float			: left;
	clear			: left;
	width			: 100%;
}
/* Links */
.nav_ul_vertical ul ul a:link, 
.nav_ul_vertical ul ul a:visited {
	display			: block;
	margin			: 0 0 10px 20px;			
	padding			: 20px 4px 5px 4px;
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/	
	text-decoration : none;
	font-weight: normal;
	border-bottom: none;
}
.nav_ul_vertical ul ul a:hover {
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/	
}
/* Active Link */
.nav_ul_vertical ul ul li.active a { 
	font-weight: bold;
	border-bottom: 1px solid #000;
}
/* Disabled Item */
.nav_ul_vertical ul ul li.disabled { 
	color			: #CCC;
}

/* THIRD TIER ------------------------------------------------- */

/* List */ 
.nav_ul_vertical ul ul ul {}
/* List Item */ 
.nav_ul_vertical ul ul ul li {	
	list-style-type	: none;
	list-style-image: none;
	float			: left;
	clear			: left;
	width			: 100%;
}
/* Links */
.nav_ul_vertical ul ul ul a:link, 
.nav_ul_vertical ul ul ul a:visited {
	display			: block;
	margin			: 0 0 10px 40px;			
	padding			: 20px 4px 5px 4px;
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/
	border-bottom: none;
}
.nav_ul_vertical ul ul ul a:hover {
	/*
	background		: #C4DFFF;
	color			: #fff;
	*/	
}
/* Active Link */
.nav_ul_vertical ul ul ul li.active a { 
	font-weight: bold;
	border-bottom: 1px solid #000;
}
/* Disabled Item */
.nav_ul_vertical ul ul ul li.disabled { 
	color			: #CCC;
}