.nav
{
  width: 948px;
  height: 25px;
  position: relative;
  z-index: 1000;
  font-family: arial, sans-serif;
}

.nav ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.nav li
{
  float: left;
  position: relative;
}



/* top */

.nav a, .nav a:visited
{
  display: block;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  height: 25px;
  line-height: 25px;
}



/* 2nd-level hover */

.nav ul ul a.drop:hover
{
  background: #c9ba65;
  line-height: 25px;
}



/* sub-levels */

.nav ul ul
{
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 25px;
  width: 148px;
}



/*  container for drop items */

.nav ul ul li
{
  height: 28px;
}



/* level-2 links */

.nav ul ul a, .nav ul ul a:visited
{
  background: #000;
  height: auto;
  line-height: 14px;
  padding: 5px 0px;
  width: 258px;
  text-align: center;
}



/*

.nav :hover > a, .nav ul ul :hover > a

{

  background: #dfb141;

}

*/



.nav li:hover a
{
  background-color: #000;
}



.nav li:hover a:hover, .nav ul ul a:hover
{
  background: #dfb141;
}



/* 2nd-level visibility */

.nav ul li:hover ul, .nav ul a:hover ul
{
  visibility: visible;
}



#navhome
{
  width: 63px;
  background: #afafae;
}



#navratings
{
  width: 118px;
  background: #7f8078;
}

.nav ul li#navratings:hover ul, .nav ul a:hover ul
{
  left: -63px;
}

#navprotection
{
  width: 190px;
  background: #575151;
}

.nav ul li#navprotection:hover ul, .nav ul a:hover ul
{
  left: -35px;
}

#navpolicy
{
  width: 165px;
  background: #2e333a;
}

.nav ul li#navpolicy:hover ul, .nav ul a:hover ul
{
  left: -46px;
}

#navnews
{
  width: 63px;
  background: #979893;
}

.nav ul li#navnews:hover ul, .nav ul a:hover ul
{
  left: -94px;
}

#navabout
{
  width: 94px;
  background: #4a5361;
}

.nav ul li#navabout:hover ul, .nav ul a:hover ul
{
  left: -81px;
}

#navresources
{
  width: 207px;
  background: #5f656e;
}

#navfaq
{
  width: 48px;
  background: #818892;
}

.active
{
  background: #dfb141;
}

.active > a
{
  background: #dfb141;
}

