			div#menu {
				background:#a9b702;
				padding:0;
				width:800px;
				height:39px;
				overflow:hidden;
				text-align:left;
			}
			div#menu table {
				text-align:left;
				margin:10px 0 0 160px;
			}
			div#menu table td {
				border-left:1px solid white;
				padding:0 20px 0 3px;
			}
			div#menu table a {
				display:block;
				height:29px;
				color:white;
				text-decoration:none;
				font-family:Arial;
				font-size:11px;
			}
			div#menu table a.curr {
				background:url(menu_bg.gif) repeat-x 0 23px;
			}
			div#menu table a.hover {
				background:url(menu_bg.gif) repeat-x 0 29px;
			}