﻿/* Appearance */ 
ul.DropDown, ul.DropDown ul {
  border: 1px solid #ccdae4;
  border-width: 1px 1px 0px 1px;
}

ul.DropDown li {
  /* background: #abcbe3; */
  /* background: url(/images/nav/dd_background.png) repeat; */
  text-align: left;
  border-bottom: 1px solid #ccdae4;
  line-height:26px;
}

ul.DropDown li.DDBottom
{
  border-bottom: 1px solid #ccdae4;
}

ul.DropDown li.DDOn {
  /* background: #ffffff; */
  background: url(/images/nav/dd_background_on.png) no-repeat;
  /* color: #92b6c7; */
}

ul.DropDown li.DDOff {
  /* background: #ffffff; */
  background: url(/images/nav/dd_background.png) no-repeat;
  /* color: #92b6c7; */
}

ul.DropDown a {
  font-size: 10px;
  color: #003a63;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  /* background: url(/images/nav/dd_background.png) no-repeat; */
  /* background: #a9cee8; */
}

ul.DropDown a:hover {
  /* background: #ffffff; */
  background: url(/images/nav/dd_background_on.png) no-repeat;
  /* color: #92b6c7; */
}

/* layout styles */
/* remove standard HTML list indenting, and display as normal blocks */
ul.DropDown,
ul.DropDown ul,
ul.DropDown li,
ul.DropDown a { 
  margin: 0;
  padding: 0;
  display: block;
  text-indent: 20px;
}

/* 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;
}
