@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */
 
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 600;
 float: left; 
}

ul.dropdown li {
 float: left;
 padding:0; height:27px; background:url(../images/bg_menu_division.gif) right 5px no-repeat;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}



/* ----- ALL LEVELS (incl. first) */

	
	ul.dropdown li span{display:block; }


	/*ul.dropdown li.hover,
	ul.dropdown li:hover{background:none;}
	
	ul.dropdown li.hover span,
	ul.dropdown li:hover span{background:url(../images/bg_menu_division.gif) right 5px no-repeat;}

	ul.dropdown li.dirLi{background:none;}
	ul.dropdown li.dirLi span{background:url(../images/bg_menu_division.gif) right 5px no-repeat;}

	ul.dropdown li.dirLi.hover,
	ul.dropdown li.dirLi:hover {background:url(../images/bg_menu.gif) no-repeat 2px center;}
	
	ul.dropdown li.dirLi.hover span,
	ul.dropdown li.dirLi:hover span{background:url(../images/bg_menu_right.gif) no-repeat right;}*/
	
	
	ul.dropdown li.dirLi:hover {background:url(../images/bg_menu.gif) no-repeat 2px center;}
	ul.dropdown li.dirLi:hover span{background:url(../images/bg_menu_right.gif) no-repeat right;}
		
	/*ul.dropdown a:link,
	ul.dropdown a:visited { color: #333; text-decoration: none; }
	ul.dropdown a:hover { color: #f98f00; text-decoration: none; }
	ul.dropdown a:active { color: #333; }*/
	
	ul.dropdown li a:hover{color:#F98F00}
	ul.dropdown li.dirLi a:hover{color:#133259}

body#home ul.dropdown li#menu_home a,
body#about ul.dropdown li#menu_about a,
body#funds ul.dropdown li#menu_funds a,
body#strategy ul.dropdown li#menu_strategy a,
body#forms ul.dropdown li#menu_forms a,
body#news ul.dropdown li#menu_news a,
body#faqs ul.dropdown li#menu_faqs a,
body#contact ul.dropdown li#menu_contact a,
body#resources ul.dropdown li#menu_resources a,
body#info ul.dropdown li#menu_info a{color:#f98f00;}

body#about ul.dropdown li#menu_about ul a,
body#funds ul.dropdown li#menu_funds ul a,
body#strategy ul.dropdown li#menu_strategy ul a,
body#news ul.dropdown li#menu_news ul a,
body#faqs ul.dropdown li#menu_faqs ul a,
body#contact ul.dropdown li#menu_contact ul a,
body#resources ul.dropdown li#menu_resources ul a,
body#info ul.dropdown li#menu_info ul a{color:#333;}


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 138px;
	 padding-bottom:13px;
	 font-size: 11px; margin-left:1px; background:url(../images/bg_menu_sub_btm.png) no-repeat bottom;
	}

ul.dropdown ul li{background:url(../images/bg_menu_sub_repeat.png) repeat-y; height:auto;}
		

		ul.dropdown ul li:hover {background:url(../images/bg_menu_sub_repeat.png) repeat-y
		}
		
ul.dropdown ul li.bgtop,
ul.dropdown ul li.bgtop.hover,
ul.dropdown ul li.bgtop:hover{border-bottom:none; height:17px; background:url(../images/bg_menu_sub_top.png) no-repeat bottom; width:138px;}

ul.dropdown li#menu_news ul li.bgtop,
ul.dropdown li#menu_news ul li.bgtop.hover,
ul.dropdown li#menu_news ul li.bgtop:hover{border-bottom:none; height:17px; background:url(../images/bg_menu_sub_top_news.png) no-repeat bottom; width:138px;}

ul.dropdown li#menu_contact ul li.bgtop,
ul.dropdown li#menu_contact ul li.bgtop.hover,
ul.dropdown li#menu_contact ul li.bgtop:hover{border-bottom:none; height:17px; background:url(../images/bg_menu_sub_top_contact.png) no-repeat bottom; width:138px;}

ul.dropdown li#menu_resources ul li.bgtop,
ul.dropdown li#menu_resources ul li.bgtop.hover,
ul.dropdown li#menu_resources ul li.bgtop:hover{border-bottom:none; height:17px; background:url(../images/bg_menu_sub_top_resources.png) no-repeat bottom; width:138px;}
		
		

		ul.dropdown ul li.bgtop2{border-bottom:none; margin:0; height:22px; background:url(../images/bg_menu_sub_top2.png) no-repeat bottom;}
		ul.dropdown ul li.bgtop2.hover,
		ul.dropdown ul li.bgtop2:hover{background:url(../images/bg_menu_sub_top.gif) no-repeat bottom;}


		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #333; font-weight:normal}
		ul.dropdown ul a:hover { color: #333; text-decoration: none; }
		ul.dropdown ul a:active { color: #333; }

ul.dropdown ul{margin-top:0px;}
ul.dropdown ul ul{margin-top:-15px;}

/* ----- END LEVEL */



ul.dropdown li a {
 display: block;
 padding: 6px 20px 6px 19px;
}


/* ------------- Override default */

	ul.dropdown li {
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 0;
	}

/* ------------- Custom */
ul.dropdown ul li{float:left;}
	ul.dropdown ul a {
	 padding: 4px 0 4px 10px !important;
	 width: 103px; /* Especially for IE */
	 border-bottom:1px solid #ccc;  margin:0 15px 0 10px; float:left;
	}

	ul.dropdown ul a:hover {
	 color:#333;  border-bottom:1px solid #ccc !important;

	}


ul.dropdown ul li.lastsubnav a,
ul.dropdown ul li.lastsubnav a:hover{border-bottom:none !important;}

	ul.dropdown a.open {
	 background-color:#2e2e2e;
	 color: #76b900; 
	}

	ul.dropdown ul a.open {
	  background:url(../images/bg_menu_sub_dir.gif) no-repeat right bottom; border-bottom:none; padding:4px 0 3px 0 !important; margin:0 15px 0 10px; width:113px; color: #333;}


	/* CSS 2.1 */
	ul.dropdown ul li:hover > a.dir {padding:4px 0 4px 0 !important; margin:0 15px 0 10px; width:113px;color: #333;}


