#h_head {
	z-index:1;
	background:#000 url(http://e3.vgchartz.com/assets/images/header-bg.jpg) no-repeat left top;
	width: 980px;
	height: 115px;
	margin: -10px auto 0 auto;
	padding: 0;
	position: relative;
	display: block;
}

#main_logo {
	float:left;
	margin-left: 15px;
}

#h_main_menu {
	position: absolute;
	bottom: 0px;
	width: 980px;
	height: 35px;
	background:#000 url(http://e3.vgchartz.com/assets/images/nav-bg.jpg) repeat-x;
}

#xmenu-container
	{
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 5px;
	}

#xmenu
	{
		width:100%;
		float:left;
		font-size: 13px;
		font-weight: bold;
		text-shadow: #111 1px 1px 1px;
	}
		
#xmenu a
	{
		white-space:nowrap;
		margin:0;
		color: #aaa;
	}
	
#xmenu a:link, #xmenu a:visited, #xmenu a:active	/* menu at rest */
	{
		color: white;
		/*background-color: royalblue;*/
		text-decoration:none;
	}
	
#xmenu .menu_sub_content a:hover						/* menu on mouse-over  */
	{
		text-decoration: underline;
	}	
	
	#xmenu li.with_menu a, #xmenu li.without_menu a {
	
	}
	
#xmenu li:hover {
	background: url(http://e3.vgchartz.com/assets/images/nav-bg-gtv.jpg) repeat-x;
}

#xmenu a.top_parent {
		margin: 0;
		padding: 8px 12px;
		line-height: 35px;
		text-align: center;
}

#xmenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* 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 */
	}

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

#xmenu ul ul
	{
	position:absolute;
	z-index:1;
	top:auto;
	display:none;
	}

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

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

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

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

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

/* End CSS Drop Down Menu */

.menu_title {
	font-size: 14px;
	color: #fff;
	text-shadow: #111 1px 1px 1px;
}

.menu_gr {
	background: url(http://e3.vgchartz.com/assets/images/nav-bg-gr.jpg) repeat-x;
}

.menu_gf {
	background: url(http://e3.vgchartz.com/assets/images/nav-bg-gf.jpg) repeat-x;
}

.menu_gc {
	background: url(http://e3.vgchartz.com/assets/images/nav-bg-gc.jpg) repeat-x;
}

.menu_vgc {
	background: url(http://e3.vgchartz.com/assets/images/nav-bg-vgc.jpg) repeat-x;
}

.menu_sub_content {
	background: #272727;
	text-align: left;
	padding: 13px;
	color: #ccc;
	position: relative;
	font-size: 13px;
	text-shadow: #111 1px 1px 1px;
	min-width: 100px;
}