div, ul, li, a, img {margin: 0; padding: 0;}

div#leftmenu { /* No padding or border - no 'hack' needed */
	position: absolute;  
	top: 30px; left: 15px;
	width: 195px;
	} 

div#leftmenu b {display: none;} /* This stops the top image showing, but would show text in NN4 */

div#leftmenu ul {
	width: 195px;
	}

div#leftmenu li {
	list-style: none; 
	border-bottom: 2px solid #9a4037;
	}

div#leftmenu a {
	display: block; 
	text-align: left; 
	font-size: 13px;
	color: #000000;			
	background: #cd9a92 url(../images/rightarrow.gif) no-repeat 5px 50%;
	text-decoration: none; 
	padding: 6px 0px 6px 15px;
	width: 195px; /* ie5win fudge begins */ 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px; /* Width, less left padding of 15px */
	} 
html>body #leftmenu a {
	width: 180px; 
	} /* ie5win fudge ends */	

div#leftmenu a:hover {
	background: #F3E5DC url(../images/rightarrow.gif) no-repeat 5px 50%;
	color: #9a4037;
	font-weight: bold;
	border-right: 5px solid #9a4037;
	width: 195px; /* ie5win fudge begins */ 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 175px; /* Reduced by 5px right border plus 15px left padding */
	} 
html>body #leftmenu a:hover {
	width: 175px; 
	} /* ie5win fudge ends */ 

div#leftmenu img {display: block;}























