ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:111px;
}
	
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: #9C3107;
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 0px;
	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: #ffffff;
	display: block;
	z-index: 1;
}
li:hover li a:hover, li.over li a:hover {
	background-image: url();
	color: #fff;
	background-repeat: no-repeat;
	background-color: #aa2e0a;
	background-position: left center;
	text-indent: 8pt;
}
.lb {
	background-image: url(/images/s.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}


/* set dropdown to default */
li:hover li a, li.over li a {
	color: #9C3107;
	background-image: url();
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid #f7f7f6;
	border-bottom: 1px solid #f7f7f6;
	border-left: 1px solid #f7f7f6;
	width: 141px;
	background-color: #bfc9b1;
	background-position: left center;
	text-indent: 8pt;
	font-family: georgia;
	font-size: 11px;
	font-weight: normal;

}
li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */

/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0;} 
/* end hack */ 