.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
//  background: blue;
  color: white;
  width: 190px; /* default width for menu */
//  background: #000000 url('/images/but6a.gif');
}

/* ######### Default class for drop down menus ######### */

.swnmenu {
  position: absolute;
  left: 0;
  top: 20;
  visibility: hidden;
  border-bottom-width: 0;
//  font: normal 12px Verdana;
  line-height: 35px;
  margin-top: 12px;
  z-index: 50; /* zIndex should be greater than that of shadow's below */
  width: 190px; /* default width for menu */
  background: #000000 url('/images/but6.gif');
}

.swnmenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.swnmenu ul li a{
  width: 100%;
//  display: block;
  text-indent: 5px;
  padding: 2px 0;
  text-decoration: none;
  font-weight: regular;
  color: white;
  text-align: left;
}

.swnmenu a:hover{ /*hover background color*/
  background: black;
  color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.swnmenucols{
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  visibility: hidden;
  padding: 10px;
  font: normal 12px Verdana;
  z-index: 50; /*zIndex should be greater than that of shadow's below*/
  color: white;
  background: green;
}

.swnmenucols li{
  padding-bottom: 3px;
}

.swnmenucols .column{
  float: left;
  padding: 3px 8px;
  margin-right: 5px;
  color: white;
  background: #E0E0E0;
}

.swnmenucols .column ul{
  margin: 0;
  padding: 0;
  color: white;
  list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.swnshadow{ /*CSS for shadow. Keep this as is */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 49; /*zIndex for shadow*/
  background: black;
  color: white;
  visibility: hidden;
}