/* RRL Web Site Menus */

table.menu	{
	position: absolute;
	top: 230px; 
	margin-left: auto; margin-right: auto; 
	z-index: 1000;
	cursor: pointer;
	visibility: hidden;
	height: 30px;
	border: 0px solid #cccccc;
	background: url(../images/menu-bg.png);
}
#mainmenu	{
	position: absolute;
	top: 230px; 
	margin-left: 80px;
	width:840px;	
}
table.menu td	{	
	color: #a77845;            /* Must be the same as tdColor in the menu_script.js */
	background: url(../images/menu-bg.png);          /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 5px 0px 5px;      /* Top, both sides, bottom */
	height: 20px;
	width: 150px;
	font-family: Arial;
	font-size: 10.5px;
	font-weight: normal;
	white-space: nowrap;
	border-right: 0 solid #ffffff;
}


