#nav
{
  width: 540px;
  height: 48px;
  margin-left: 10px;
}

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

#nav li
{
	height: 48px;
	width: auto;
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../media/menu/bg_entry.png) no-repeat;
}

#nav a
{
  font-family: Arial;
  font-size: 14px;
  line-height: 48px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 8px 0 12px;
}

#nav img
{
	margin-top: 18px;
}

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

#nav li.sel div.hover
{
  opacity:0.3;
}

#nav li.sel a
{
  color: #FFF;
}

#nav li.last
{
  width: 10px;
}
