
#nav 
{
  position: relative; 
  font-size: 11px;
  z-index: 500;
  font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size: 1.3em;  
  font-weight: normal;
  padding: 12px 0 0 20px;
}

#nav .select 
{
  margin: 0; 
  padding: 0; 
  list-style: none; 
  white-space: nowrap;
}

#nav li 
{
  display: block;
  float: left; 
  margin-right: 10px;
  color: #FFFFFF;
}

#nav .select a 
{
  float: left; 
  white-space: nowrap; 
  color: #FFFFFF;
  display: block;
  padding: 2px 8px 3px;
  text-decoration: none;
}

#nav .select a b 
{
  display: block; 
  font-weight: normal;  
}

#nav .select li:hover a 
{
  cursor: pointer; 
  color: #FFFFFF;
  background: #82000E;
}

#nav .select li:hover a b 
{
  display: block; 
  cursor: pointer;
  font-weight: normal;
}

#nav .sub 
{
  display: none; 
  margin: 0; 
  padding: 0 0 0 200px;
  list-style: none;
}

#nav .sub li { background: transparent; }

#nav .select li:hover .sub 
{
  height: 18px; 
  display: block; 
  position: absolute; 
  float: left; 
  width: 750px; 
  top: 30px; 
  left: 0; 
  text-align: center;
}

#nav .select li:hover .sub li a 
{
  display: block;
  height: 18px; 
  line-height: 16px; 
  float: left; 
  padding:0 16px; 
  margin: 0; 
  white-space: nowrap;
  color: #0D0D0D;
  font-size: 11px;
}

#nav .select li:hover .sub li a:hover 
{
  color: #393939; 
  background: #F6F5F0; 
  border-color: #fff #333 #000 #fff; 
  line-height: 15px;
}

