.topMenu
{ padding:    0px 15px 0 15px;
  background: #093;
}

.topMenu ul
{ list-style-type: none;
  width:       100%;
  position:    relative;
  height:      27px;
  font-size:   13px;
  font-weight: bold;
  margin:      0;
  padding:     11px 0 0 0;
}

.topMenu li
{ display: block;
  float:   left;
  margin:  0 0 0 4px;
  height:  27px;
}

.topMenu li.left
{ margin: 0;
}

.topMenu li a
{ display:    block;
  float:      left;
  color:      #fff;
  background: #052;
  line-height:27px;
  text-decoration: none;
  padding:    0 17px 0 18px;
  height:     27px;
}

.topMenu li a.right
{ padding-right: 19px;
}

.topMenu li a:hover
{ background: #4a7;
}

.topMenu li a.selected
{ color:      #141;
  background: #dfe;
}

.topMenu li a.selected:hover
{ color:       #2E4560;
  background:  #fff;
}

/* ---------- */

.subMenu ul
{
  margin:      0;
  padding:     9px 0px 9px 0px;
  list-style-type: none;
  display:     block;
  font-size:   12px;
  font-weight: bold;
  line-height: 225%;
  width:       140px;
    
}

.subMenu li
{ margin:  0;
  padding: 0;
/*  border-top:    1px solid #093;
  border-bottom: 1px solid #093;*/
}

.subMenu li a
{ display:    block;
  text-decoration: none;
  color:      #fff;
  background: #052;
  padding:    0 0 0 20px;
/* volgende regel geeft problemen tussen IE en de rest dus weglaten */
/*  width:      140px;*/
}

.subMenu li a:hover
{ background: #4a7 url("../img/vert-one_arrow.gif") no-repeat 0 9px;
}

.subMenu li a.selected, 
.subMenu li a.selected:hover
{ color:      #141;
  background: #dfe url("../img/vert-one_arrow.gif") no-repeat 0 9px;
}



