body {

	font: normal 11px verdana;

	}



ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 167px; /* Width of Menu Items */

	border-bottom: 1px solid white;

	}



ul li {

	position: relative;

	z-index: 11;

	}

	
ul ul{
width:167px;
}
li ul {

	position: absolute;

	left: 166px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	z-index: 10;

	}



/* Styles for Menu Items */

ul li a {
width:145px;
filter: alpha(opacity=50); 
 -moz-opacity: .5;

	display: block;

	text-decoration: none;

	color: white;

	background: #4380AA; /* IE6 Bug */
background-color: #4380AA;
	padding: 10px;

	border: 1px solid  #58819C;


/*border-bottom: 0;*/

	/*background: url(../images/orange_bg.gif) repeat-x;*/
	

	font-weight: bold;

/*	text-transform: uppercase;*/

	}



/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; height: 1%; }

* html ul li a { height: 1%; }

/* End */



ul li a:hover { color: #4380AA; 
/*background: url(../images/homebuttonroll.jpg) repeat-x;*/
background-color:#9ABCC8; 
filter: alpha(opacity=100); 
 -moz-opacity: 1;
 } /* Hover Styles */

		

li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

		

li:hover ul, li.over ul { display: block; } /* The magic */



object {

	z-index: 1;

	}