﻿.FlyoutBackground
{
    /* background-color: #00ff00; */
    background: url(/images/general/flyout_background.png) no-repeat;
}

/* Appearance */ 
ul.DropDown 
{
  /* background : #00ff00; */
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  text-indent: 0px;
}

ul.DropDown li {
  /* background: #abcbe3; */
  /* background: url(/images/nav/dd_background.png) repeat; */
  text-align: left;
}

ul.DropDown li.DDOn {
  color: #006990;
  font-weight: bold;
}

ul.DropDown li.DDOff {
  color: #006990;
}

ul.DropDown a {
  font-size: 12px;
  line-height: normal;
  color: #432e13;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

ul.DropDown a:hover {
  color: #006990;
}

/* layout styles */
/* remove standard HTML list indenting, and display as normal blocks */
ul.DropDown ul,
ul.DropDown li,
ul.DropDown a { 
  margin: 0;
  padding: 0;
  display: block;
  text-indent: 0px;
}

/* make li's into clean, moveable blocks */
ul.DropDown li {
  list-style-type: none; 
  position: relative;
}

/* Make list items do what they're supposed to in IE */
ul.DropDown a {
  width: 100%;
  height: 100%;
}

.TopNav td,
.TopNav td a {
  font-size: 10px; 
  color: #ffffff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-decoration: none;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  /* text-align: left;
    text-indent: 10px; */
}

.TopNav td a:hover {
  color: #003a63;
}
