#nav
{
  position: absolute;
  top: 177px;
  left: 60px;
  width: 820px;
  height: 37px;
  z-index: 1;
}

#nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 37px;
	width: auto;
}

#nav li
{
	height: 37px;
	width: auto;
	float: left;
	margin-right: 10px;
	padding: 0 8px;
	cursor: pointer;
	position: relative;
}

#nav h5
{
  display: block;
  width: 100%;
  height: 37px;
	text-align: center;
}

#nav h5 a
{
  font-family: "Trebuchet MS";
  font-size: 16px;
  line-height: 35px;
  color: #3AA8B7;
  font-weight: normal;
}

#nav div.hover
{
  position: absolute;
  width: 100%;
  height: 37px;
  top: 0;
  left: 0;
  background-color: #3AA8B7;
  opacity:0;
  z-index: 60;
}

#nav li.sel
{
  background-color: #A5040D;
}

#nav li.sel h5 a
{
  color: #F5F2DB;
}

#nav li.sel h5
{
  background-image: url(../media/menu/arrow.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}


/*
#nav li.sel, #nav li:hover
{
  background-color: #A5040D;
}

#nav li.sel h5 a, #nav li:hover h5 a
{
  color: #F6F2DC;
}

#nav li h5 a:hover
{
  color: #F6F2DC;
}

#nav li.no_indent
{
	margin-left: 0;
}
*/