﻿/* Appearance */ 
ul.DropDown, ul.DropDown ul {
  border: 0px solid #9db67a;
  border-width: 0px 0px 0px 0px;
}

ul.DropDown li {
  background: url(/images/page/top_nav/menu_background.png) repeat-x;
  text-align: left;
  border-bottom: 0px solid #9db67a;
  line-height:22px;
}

ul.DropDown li.DDBottom 
{
  border-bottom: 0px solid #9db67a;
}

ul.DropDown a {
  font-size: 10px;
  color: #212022;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  /* background: url(/images/page/top_nav/menu_background.png) repeat-x; */
  /* background: #6a9136; */
}

ul.DropDown a:hover {
  background: #8cadc2;
  color: #000000;
}

/* 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: 10px;
  color: #4b4b4b;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 19px;
  text-align: left;
  text-indent: 10px;
}

.TopNav td a:hover {
  color: #212022;
}
