   table.menu {
   	background-color : #ffffff;
	width : 168px;
   }
   tr.menu {
   	background-color : #823230;
	height : 22px;
   }
   td.menu {
	font-family : Arial, Verdana;
	height : 19px;
	font-size : 11px;
	font-weight : bold;
   }
   a.menu {
	color : #ffffff;
	text-decoration : none;
   }
   a.menu:hover {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
   }
   table.submenu {
   	background-color : #823230;
	filter : Alpha(opacity = 90, style =0);
	font-family : Verdana, Arial;
	font-size : 11px;
   }
   tr.submenu {
   	background-color : #f7efef;
   }
   td.submenu {
	height : 22px;
	font-family : Verdana, Arial;
	font-size : 11px;
   }
   a.submenu {
	color : #642625;
	text-decoration : none;
	width : 145px;
	height : 16px;
   }


