body {
	font: normal 9px verdana;
	}
	
#button {padding-left: 0px; padding: 0px 0px 0px 0px;}

#button ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 151px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #B5B58F;
	}

#button ul li {
	position: relative;
	border-bottom: 1px solid #B5B58F;
	}
	
#button li ul {
	position: inherit;
	left: 0px; /* Set 1px less than menu width */
	top: 0px;
	display: inline;
	border-right: 0px solid #B5B58F;
	border-top: 0px solid #B5B58F;
	border-bottom: 0px solid #B5B58F;
	}

/* Styles for Menu Items */
#button ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #999966; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	text-align: right;
	}

#button li ul li {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #999966; /* IE6 Bug */
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	text-align: left;
	}


/* Fix IE. Hide from IE Mac \*/
* html button ul li { float: left; height: 1%; }
* html button ul li a { height: 1%; }
/* End */

#button ul li a:hover { color: #A7372B; background: #999966; } /* Hover Styles */

#button li ul li a:hover {
	color: #A7372B;
	background: #999966;
	background-image: url(../images_gen/arrow_bpage_IE.gif);
	background-repeat: no-repeat;
} /* Hover Styles */

html>body #button li ul li a:hover {
	color: #A7372B;
	background: #999966;
	background-image: url(../images_gen/arrow_bpage.gif);
	background-repeat: no-repeat;
} /* Hover Styles */
		
#button li ul li a {
	padding: 0px 6px;
	background: #999966;
	color: #000000;
} /* Sub Menu Styles IE Hack */

html>body #button li ul li a {
	padding: 4px 6px;
	background: #999966;
	color: #000000;
} /* Sub Menu Styles All Others */
		
#button li:hover ul, li.over ul { display: block; } /* The magic */