

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

td[background="images/buttonbar_back.jpg"] { height:47px;};

/*Added div container for bg image */
#nav_bg{
		background-image: url(../images/buttonbar_back.jpg);
		width:840px;
}


table, th, tr, td{
padding:0;
margin:0;
border:none;
}

/* CSS styles for left nav  spry menu */


ul.menu{
	padding:0;
	margin:0;
	list-style-type:none;
	position: relative;
	}
ul.menu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: #bac79a;
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	z-index: 500;	
	}
	


ul.menu ul{
	display:none;
	}
	
ul.menu:hover ul{

display:block;
}
ul.menu:hover{

}
ul.menu ul li a:hover{
background-color:#d3d2a6; /* background for rollover */
}
ul.menu ul li a{
	display: block;
	cursor: pointer;
	color: #4b4b05;
	text-decoration: none;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.5px;
	padding: 5px;
	}
	
	ul.menu ul li a:hover{
	color: #9d3102;
	}
	
	ul.global_menu{
	padding:0px;
	list-style-type:none;
	color: #333333;
	position: relative;
	float:left;
	margin:0px 19px;
	}
ul.global_menu ul{
	padding:0;
	margin:0;
	left:0px;
	z-index:1000;
	list-style-type:none;
	background-color: #3f3f02;
	width: 205px; /* width is based on the containing block */
	position: absolute;	
	}
ul.global_menu ul li{
position:relative;
padding:5px;
}

 ul.global_menu ul ul{
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: #3f3f02;
	position: absolute;
	top:0px;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	
	}
		
	
ul.global_menu ul, ul.global_menu ul ul, ul.global_menu:hover ul ul{
	display:none;
	}
	
ul.global_menu:hover ul {

display:block;
}
ul.global_menu ul li:hover ul {

display:block;
}

ul.global_menu ul li:hover, ul.global_menu ul ul li:hover{
background-color:#6e6e39;
color:#FF6;
}
ul.global_menu ul li a{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.5px;
	width:100%;
	}
		   ul.global_menu ul li:hover ul a{
	color:#FFF;
	}
    ul.global_menu ul li:hover a, ul.global_menu ul ul li:hover a{
	color:#FF6;
	}
