/** 
 * DJI Revive
 * Navigation(Navign) Stylesheet
 *
 * Created by Stephen Coles, Blue Aspect CEO
 * Last update: 22 September 2009
 */

 DIV#navi_container {
  width: 579px;
  height: 100px;
  background: url(../media/images/navign_bg.png) no-repeat top left;
 }

 DIV#navign { 
  width: 100%; 
  font-family: Tahoma;
  font-size: 0.8em;
 }
 
 DIV#navign ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
 }
 
 DIV#navign li {
  border-top: none;
  width: auto;
  margin-right: 5px;
  float: right;
 }
 
 DIV#navign .sel {
  font-weight: bold;
 }
 
 DIV#navign li a {
  display: block;
  padding: 7px;
 }
 
 DIV#navign a {
  text-decoration: none;
  color: #6699CC;
 }
 
 DIV#navign a:visited {
  text-decoration: none;
  color: #6699CC;
 }
 
 DIV#navign a:active {
  text-decoration: none;
  color: #6699CC;
 }
 
 DIV#navign a:hover {
  text-decoration: none;
  color: #333;
 }