body {
	font: normal 11px verdana;
	}

ul {
	width:240px; height:100%; display:block; background:url(images/menu-bg.jpg) 0 0 no-repeat; padding:28px 0 0;
	
	}
	
ul li {
	
	width:200px; height:32px; position:relative; margin:0 auto; background:url(images/dot.gif) 0 100% repeat-x;
	_margin-left:10px; 
	}
	
li ul {
	position: absolute;
	left: 205px; /* Set 1px less than menu width */
	top: 0;
	/*left: 215px;*/
	display: none;
	border-top: 5px solid #AA3535;
	width:200px; display:none; height:100%; position:absolute; top:0;  padding:3px 0 0 0; float:left; margin:0; background-image:none; background-color:#D5D2BC;
	}

/* Styles for Menu Items */
ul li a {
	/*display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	/*padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	/*border-bottom: 0;*/
	
	width:185px; height:31px; display:block; background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; color:#57564D; font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; padding:0 0 0 20px; text-decoration:none;
	
	
	}
ul li a:hover 
{
background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; color:#AA3535; text-decoration:none;
}	

	
/* Holly Hack. IE Requirement \*/
/*
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */

li:hover ul, li.over ul { display: block; z-index:100;} /* The magic */