ul	{width:600px;
	list-style-type:none;
	margin-left:auto;
        margin-right:auto;
	padding-left:0;
	background: #ffc040 url(img/hor_menu.gif);
	background-repeat: repeat-x;
	border-top: 1px #c68600 solid;
	border-bottom: 1px #c68600 solid;
	padding:2px 2px}
	
li	{display: inline;
	padding-right:10px;	font-size:14px;
	font-weight: bold}

li a	{text-decoration:none}

a	{color:#000000}

a:hover	{color:#339933}
