@import url("index.css");
/* CSS menu */

#menu tr {
		text-decoration:none;
		background:#000000;
		list-style:none;
		width:160px;
		margin:0px;
		padding:0px;
		}
		#menu td {
	background:#323232;
	font-size:10px;
	width:152px;
	height:16px;
	margin:1px 0px 0px 0px;
	padding:0px;
	border-left:5px solid #4f4f4f;
	border-right:3px solid #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;

			}
			#menu td.menu_tit {
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	width:132px;
	height:20px;
	margin:1px 0px 0px 0px;
	padding:5px 0px 0px 28px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;

				}
			#menu td.menu_fim {
	background:url(http://error.000webhost.com/not_found.html) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#FFCC00;
	width:132px;
	height:20px;
	margin:1px 0px 0px 0px;
	padding:5px 0px 0px 28px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

				}
