#topContent #menuBar {
  clear:both;
  font-family:arial;
  font-size:12px;
  position:relative;
  width:960px;
}

#topContent #menuBar ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}

#topContent #menuBar #filler {
  width:auto;
  background:none;
  width:52px;
  height:19px;  
  border-bottom:1px solid #000;
  padding-top:2px;
  padding-bottom:3px;
  padding-left:4px;
  text-align:center;
  overflow:hidden;
}

#topContent #menuBar #login A {
  color:#000;
  display:inline;
}

#topContent #menuBar #login A:hover {
  text-decoration:underline;
}

#topContent #menuBar li {
  background-image:url('/images/menu-gif-not-selected1.gif');
  width:92px;
  height:25px;
}

#topContent #menuBar li {
  line-height:2em;
  float:left;
  display:block;
  text-decoration:underline;
  text-align:center;
  font-weight:bold;
}

#topContent #menuBar .spacerGif{
  background-image:url('/images/grey100.gif');
  width:20px;
  height:25px;
}

#topContent #menuBar .selected {
   background-image:url('/images/menu-gif-selected1.gif');
   font-weight:bold;
}

#topContent #menuBar .selected A {
  color:#000;
}

#topContent #menuBar A {
  text-decoration:none;
  color:#000;
  display:block;
  height:20px;
}

#topContent #menuBar A:hover {
  text-decoration:underline;
  color:#000000;
}

#topContent #menuBar A:hover {
  background-image:url('/images/menu-gif-not-selected2.gif');
  width:92px;  
  height:25px;
}

#dropDownMenu {
  position:absolute;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  line-height:18px;
  z-index:100;
  margin-left:2px;
  margin-top:1px;
  font-family:arial;
  font-size:12px;
  background:white;
  width:130px;
}

#dropDownMenu a{
  width: 100%;
  display: block;
  text-indent: 3px;
  padding: 1px 0;
  text-decoration: none;
  color:black;
  border-bottom:black 1px solid;
}

#dropDownMenu a:hover{
  background-color: #808080;
  color:white;
}