body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #000000}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #CC0000;
	}

#categories ul li {
	position: relative;
	font-size: 95%;
	font-weight: 500;
	}
	
	
	
	
#categories li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#categories ul li a {
	display: block;
	text-decoration: none;
	/*	color: #777;*/
	background: #990000; /* IE6 Bug */
	padding: 6px;
	border: 1px solid #990000;
	border-bottom: 0;
	color: #FFFFFF;
	font-size: 95%;
	font-weight:bold;
	border-top-color: #990000;
	border-top-width: 1px;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #categories ul li { float: left; height: 1%; }
* html #categories ul li a { height: 1%; }
/* End */

#categories ul li a:hover { color: #FFFFFF; background: #FFAE00; } /* Hover Styles */
		
#categories li ul li a { padding: 3px 5px; 
	background: #CC0000; /* IE6 Bug */
} /* Sub Menu Styles */
		
#categories li:hover ul, #categories li.over ul { display: block; } /* The magic */