.verytopNav {
  padding:0px;
  border-top:4px solid #fff;
  border-bottom:2px solid #fff;
  background-color:#7181a3;
  margin:auto;
  text-align:center;
  font-size: 12px;
  font-weight:bold;
  font-variant:small-caps;
}
#topDropDown {
  width:760px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
#topDropDown .sf-menu a:link {
  color:white;
  border:0;
   text-decoration:none;
   padding:6px 14px; 
  background-color:#7181a3;
}
#topDropDown .sf-menu   a:visited {
  border:0;
  color:#fff;
   text-decoration:none;
   background-color:#7181a3;
   padding:6px 14px; 
}
#topDropDown .sf-menu a:hover {
   background-color:#6c80b7;
   color:#0b317c;
   text-decoration:underline;
}
#topDropDown .sf-menu {
 float:   left;
 padding:0px;
 z-index:10; /*must have or IE 6 disappears*/
 position:relative;
 margin:0;
}
#topDropDown .sf-menu  li  li {
 font-weight:normal;
 float:   left;
 padding:0px;
}
/*** arrows **/
 #topDropDown .sf-menu a.sf-with-ul {
 padding-right:  1.55em;
 min-width:  1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
 right: .10em;
 top:   .95em; /* IE6 only */
}
a >  .sf-sub-indicator {  /* give all except IE6 the correct values */
 top: 8px;
 background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

