dl, dt, dd {
  margin: 0;
  padding: 0;
}

#menu_pos {
  position: relative;
  top: 0px;
  left: 10px;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index:100;
  width: 100%;
}

#menu dl {
  float: left;
  width: 12em;
    list-style-type: none;
}

#menu dt {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: #0071b7;
  height: 25px;
  font-size: 12px;
  list-style-type: none;
}

#pading_main {
  padding-top: 4px;
}

#padding_sub {
  padding-top: 4px;
  padding-left: 10px;
}


#menu dd {
  list-style-type: none;
}

#menu li {
  text-align: left;
  list-style-type: none;
    background-color: #ffffff;
  
}

/* Uz lielo menu */
#menu dt a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 24;
  background-repeat: no-repeat;

}

/* Uz sub menu attiecas */
#menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 24px;
  background-image: url('../img/sub_menu.png');
  position: relative;
  left: 6px;
  font-size: 11px;  

}


#menu li a:hover {
  background-image: url('../img/sub_menu.png');
  color: #16164c;
  height: 24px;
}

#menu dt a:hover {
  color: #16164c;
  height: 24px;
}
