/*#menu {
  display: block;
  float: left;
  width: 576px; 
}*/

#nav {
  display: block;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0;      
  /*padding:40px 50px 0;*/    
}

#nav li.lev1 {
  float: left;
  margin: 0 12px 10px 0;
  background: url(./../images/menu_right.gif) no-repeat right top;
  list-style-type: none;
  height: 23px;
}

#nav li.lev1 a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  /*padding: 5px 10px;*/
  background: url(./../images/menu_left.gif) no-repeat left top;
  line-height: 23px;
}

#nav li ul { /* second-level lists */
  position: absolute;  
  width: 111px;
  left: -999em; 
  padding-top: 0px;
  padding-bottom: 4px;    
  line-height: 18px;       
}

#nav li li {
  display: block;
  float: none;
  height: 18px;
  background: url(./../img/menu_right.gif) no-repeat right top;
  margin-top: 2px;
  width: 100px;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;       
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

a.sub1 {
	display: block;
	background: url(./../img/menu_left.gif) no-repeat left top;
	text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding-left:5px;    	
  
}