.menu{
	visibility:hidden;
	position: absolute;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 19px; 
	left: 0px;
	cursor: pointer; 
	list-style-type:none; 
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	border-bottom: none;
	border-left: solid 0px #5F5C5C;
	border-right: solid 0px #5F5C5C;
	border-top:solid 0px #0E0D0D;
	z-index:1000;
	padding-bottom:5px;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	background-color: #eda252;
}

.menu_item{
	text-align:left;
	padding-left:20px;
	padding-top:7px;
	cursor: pointer; 
	color:#ffffff;
	line-height:18px;
	border-bottom: solid 0px #5F5C5C;
/*
	opacity: .55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	background-color: #eda252;
*/
}


.menu_item a, .menu_item a:link, .menu_item a:active, .menu_item a:visited, .menu_item a:hover {
    color:#663300;
    text-decoration: underline;    
}

.menu_item_on{
	text-align:left;
	padding-left:20px;
	padding-top:7px;
	cursor:pointer;
	color:#333333;
	line-height:18px;
	border-bottom: solid 0px #5F5C5C;
	
/*
	opacity: .55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	background-color: #eda252;
*/
}

.tab{
	float:left;
	position:relative;
	cursor:pointer;
	height:19px;	
		
}

#menu_connect{
	width:175px;
	margin-left:0px;
}

#menu_leverage{
	width:176px;
	margin-left:0px;
}

#top_nav{
	width:984px;
     height:36px; 
	z-index:1000;
	background:url(/images/menu/menu_background.gif);
}




