﻿#cssmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 39px;
	font-size: 13px;
	/* font-weight: bold; */
	/*text-transform: lowercase;*/
	background: transparent url("img/bg.jpg") repeat-x top left;
	/* font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; */
	border-bottom: 5px solid #FAF8F4;
	border-top: 4px solid #FF9B37;
	}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  pading: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #800000;
  text-decoration: none;
  /*font-weight: bold;*/
  padding: 5px 8px 0 8px;
  height: 29px;
}
#cssmenu li a:hover {
  color: #000;
  background: transparent url("img/over.jpg") no-repeat top right;
  font-weight: bold;
}
