
#zmenu-container
	{
		position: absolute;		
		top: 0;
		left: 0;
	}

#zmenu
	{
		font-family: Calibri, 'Trebuchet MS';
		width:100%;
		float:left;
		margin:10px 0 0 10px;
		font-size: 10pt;
		font-style: normal;
	}
		
#zmenu a
	{
		text-align: center;
		display:block;
		white-space:nowrap;
		margin:0;
		
	}
	
#zmenu a:link, #zmenu a:visited, #zmenu a:active	/* menu at rest */
	{
		color: white;
		/*background-color: royalblue;*/
		text-decoration:none;
	}
	
#zmenu a:hover						/* menu on mouse-over  */
	{
		color: white;
		text-decoration:none;
	}	
	
	#zmenu li.with_menu, #zmenu li.without_menu {
		background: url(../assets/images/menu/menu_item.jpg) top left no-repeat;	
	}
	

	
	
	#zmenu li.with_menu:hover {
		background: url(../assets/images/menu/menu_on.jpg) top left no-repeat;
	}
	
	#zmenu li.without_menu:hover {
		background: url(../assets/images/menu/menu_on.jpg) top left no-repeat;
	}


#zmenu a.top_parent {
/*	background: url(../assets/images/menu/menu_item.jpg);	
	background-repeat: no-repeat;
	width: 130px;
	height: 44px;
*/}

#zmenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../assets/images/menu/menu_on.png);
	background-repeat: no-repeat;
}

#zmenu li.without_menu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../assets/images/menu/menu_on.jpg);
	background-repeat: no-repeat;
}
	
#zmenu a.parent, #zmenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../assets/images/menu/menu_on.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

#zmenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:130px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#zmenu li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#zmenu ul ul
	{
	position:absolute;
	z-index:1;
	top:auto;
	display:none;
	margin:-5px;
	}

#zmenu ul ul ul
	{
	top:0;
	left:100%;
	}

div#zmenu li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
div#zmenu ul#sub_forum {
	position: relative;
}

div#zmenu div.sub_menu_box {
	 style="width: 305px; 
	 background: #7d7d7d; 
	 color: #c0c0c0; 
	 padding: 10px; 
	 position: relative;	
}

div#zmenu li:hover ul ul,
div#zmenu li li:hover ul ul,
div#zmenu li li li:hover ul ul,
div#zmenu li li li li:hover ul ul
{display:none;}

div#zmenu li:hover ul,
div#zmenu li li:hover ul,
div#zmenu li li li:hover ul,
div#zmenu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

.menu_title {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
}

.menu_arrow {
float: left; width: 335px; text-align: center; height: 5px; background: url(assets/images/menu/hover_arrow_bg.png) repeat-x;
}

	#page_articles #zmenu li.menu_articles {
		background: url(../assets/images/menu/menu_on.png) top left no-repeat;	
	}

	#latest_charts #zmenu li.menu_latest_charts {
		background: url(../assets/images/menu/menu_on.png) top left no-repeat;	
	}

	#data_analysis #zmenu li.menu_data_analysis {
		background: url(../assets/images/menu/menu_on.png) top left no-repeat;	
	}