/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#navbar {
 background: transparent url("../images/bg_nav_dots.gif") repeat-x 0 0;
 height:28px;
}

#menu {
  width:100%;
  text-align:left;
  font-family: Arial, sans-serif;
  position: relative;
  font-size: 12px;
  margin:0; 
  padding:0;
  list-style: none;
  color: #969595;
}
#menu ul {
  padding:0;
  margin:0;
  list-style-type:none; /* for Firefox */
}
#menu li {
  float:left;
  position:relative;
}
#menu li a, #menu li a:visited {
  display:block;
  text-decoration:none;
  float:left;
  color:#969595;
  line-height:28px;
}

#menu li.l1 { width: 80px; }
#menu li.l2 { width: 120px; }
#menu li.l3 { width: 105px; }
#menu li.l4 { width: 170px; }
#menu li.l5 { width: 85px; }
#menu li.l6 { width: 85px; }
#menu li.l7 { width: 55px; text-align:right; }


