ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:112px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	width: 112px;
	background-image: url(../images/array_335x28.jpg);
	background-repeat: no-repeat;
	background-position: -112px;
	margin: 0px;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a {
	color: #fff;
	background-image: url(../images/array_335x28_roll.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	background-position: -112px;
	width: 112px;
}
li:hover li a:hover, li.over li a:hover {
	background-image: url(../images/bullet_11x8_roll.gif);
	color: #fff;
	background-repeat: no-repeat;
	background-color: #01406B;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown to default */
li:hover li a, li.over li a {
	color: #666666;
	background-image: url(../images/bullet_11x8.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid #2C5777;
	border-bottom: 1px solid #2C5777;
	border-left: 1px solid #2C5777;
	width: 150px;
	background-color: #FFFFFF;
	background-position: left center;
	text-indent: 8pt;
}
li ul li a {
	background-image: url(../images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* Kiwi Trickery */