ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
	z-index: 9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
	}

ul li {
	position: relative;
	z-index: 9;
	}
	
li ul {
	position: absolute;
	left: 104px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 9;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	z-index: 9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
	z-index: 9;
}
* html ul li a {
	height: 1%;
	z-index: 9;
}
/* End */

ul li a:hover {
	color: #CC0000;
	z-index: 9;
	background-attachment: scroll;
	background-image: url(../images/site/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
} /* Hover Styles */

/* Sub Menu Styles */	
li ul li a { 
	padding: 2px 2px;
	z-index: 9;	
} 

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