#zmenu-container {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 35px;
	z-index: 100;
}

#zmenu {
		font-family: Calibri, 'Trebuchet MS';
		width:auto;
		float:left;
		margin:10px 0 0 10px;
		font-size: 13px;
	}
		
#zmenu a
	{
		text-align: center;
		display:block;
		white-space:nowrap;
		margin:0;

	}
	
#zmenu ul li.with_menu ul {
	font-size: 16px;
	z-index: 100;
}
#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: #333;
	}
	
	#zmenu li.with_menu:hover {
		background: #5d5d5d;
	}
	
	#zmenu li.without_menu:hover {
		background: #fa7c01;
	}


#zmenu a.top_parent {
	line-height: 40px;
	font-size: 18px;
	height: 40px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 20000;
}

#zmenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background: #5d5d5d;
}

#zmenu li.without_menu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background: #5d5d5d;
}
	
#zmenu a.parent, #zmenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background: #5d5d5d;
	}

#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:10;
	top:auto;
	display:none;
	}

#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: 15px;
}

.menu_arrow {
float: left; width: 335px; text-align: left; height: 5px; background: url(assets/images/menu/hover_arrow_bg.png) repeat-x;
}

#page_articles #zmenu li.menu_articles a.top_parent {
	background: #fa7c01;	
}
	
#latest_charts #zmenu li.menu_latest_charts a.top_parent {
	background: #fa7c01;
}

#tools #zmenu li.menu_tools a.top_parent {
	background: #fa7c01;
}

#database #zmenu li.menu_database a.top_parent {
	background: #fa7c01;
}

#home_page #zmenu li.menu_home a.top_parent {
	background: #fa7c01;
}

#page_pro #zmenu li.menu_pro a.top_parent {
	background: #fa7c01;
}

input#header_search {
	position: relative;
	float:right;
	margin-top: 30px;
	margin-right: 25px;
	padding-left: 5px;
	z-index: 20;
	height:24px;
	width: 180px;
	line-height: 24px;
	font-size: 16px;
	background: #ccc;
	color: #000;
}