﻿/* Appearance */ 
ul.DropDown, ul.DropDown ul {
  border: 1px solid #ffffff;
  border-width: 1px 1px 0px 1px;
}

ul.DropDown li {
  /* background: #abcbe3; */
  background: url(/images/page/menu_background.png) repeat-x;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  line-height:20px;
}

ul.DropDown li.DDBottom 
{
  border-bottom: 1px solid #ffffff;
}

ul.DropDown a {
  font-size: 12px;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  /* background: #abcbe3; */
  background: url(/images/page/menu_background.png) repeat-x;
}

ul.DropDown a:hover {
  /* background: #abcbe3; */
  color: #fff797;
}

/* 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: 12px; 
  color: #000000; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 19px;
  text-align: left;
  text-indent: 10px;
}

.TopNav td a:hover {
  color: #fff797;
}
