﻿/* Appearance */ 
ul.DropDown, ul.DropDown ul {
  border: 1px solid #00624a;
  border-width: 1px 1px 0px 1px;
}

ul.DropDown li {
  background: #abcbe3;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  line-height:20px;
}

ul.DropDown li.DDBottom 
{
  border-bottom: 1px solid #00624a;
}

ul.DropDown a {
  font-size: 11px;
  color: #00624a;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  background: #a9cee8;
}

ul.DropDown a:hover {
  background: #abcbe3;
  color: #d2232a;
}

/* 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: 10px;
}

/* 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: 11px; 
  color: #00624a;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-decoration: none;
  line-height: 19px;
  text-align: center;
  /* text-align: left;
    text-indent: 10px; */
}

.TopNav td a:hover {
  color: #d2232a;
}

