.navbar {
  background-color: #003768;
}  

.mainDiv  {
  width: 244px;
}

.topItem  {
  border: none;
  width: 244px;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}

.topItem h2{
  color: #003768;
  clear: left;
  background: url("/images/base/leftcol_h2.gif");
  background-repeat: none;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  font-size: 12px;
  margin-bottom: 0px;
}

.topItem a{
  color: #003768;
}

.topItemOver {
  border: none;
  width: 244px;
  color: #669ACC;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}

.topItemClose {
  border: none;
  width: 244px;
  color: #669ACC;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}


.topItemCloseOver {
  border: none;
  width: 244px;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}


.dropMenu  {
  background-color: #003768;
  filter:alpha(opacity=100);
}

.subMenu a {
  display:block;
  color: #003768;
  clear: left;
  background: url("/images/base/expand_a.gif");
  background-repeat: none;
  height: 21px;
  line-height: 21px;
  padding-left: 5px;
  margin-bottom: 0px;
}

.subMenu a:hover {
  background: url("/images/base/expand_ahover.gif");
}



.subItem  {
   height:18px;
}

.subItemMatch a {
  display:block;
  color: #669ACC;
  clear: left;
  background: url("/images/base/expand_ahover.gif");
  background-repeat: none;
  height: 21px;
  line-height: 21px;
  padding-left: 5px;
  margin-bottom: 0px;
}
