div, ul, li, a {margin: 0px; padding: 0px;}

div#topmenu {
	position: absolute; 
	top: 82px; right: 0px;
	}
html>body div#topmenu { /* Opera Hack - otherwise Op won't display the menu without a fixed width  */ 
	width: 618px; /* WAS 528px */
	}

img#lcorner, img#rcorner {
	float: left;
	width: 23px; 
	height: 23px;
	}

div#topmenu li {
	list-style: none; 
	float: left;
	white-space: nowrap;
	background: #FEF1E0;
	color: #000000; 
	border-top: 3px solid #000000;
	border-right: 1px solid #000000;
	}

div#topmenu a {
	display: block; 
	float: left; 
	padding: 3px 20px 2px 20px;
	text-align: center; 
	font-size: 13px;
	color: #000000; background: #FEF1E0;
	text-decoration: none; 	
	width: .1em;}
	html>body div#topmenu a {width: auto;} /* Fixes IE6 Hack */
	/* Commented Backslash Hack Hides Rule from IE5-Mac \*/
	div#topmenu a {float: none;} /* End IE5-Mac hack */

div#topmenu a:visited {color: #000000; background: #FEF1E0;} 

div#topmenu a:hover {background: #cd9a92; color: #000000;}


















