/* hyperlink style the navigation bar below the menu */
.NavigationBar
{
  font-weight: bold;
  font-size: 14px;
  font-family: 'Comic Sans MS' , 'Arial Narrow' , 'Book Antiqua';
  background-color: #ffdab9;
  text-align: center;
}
A.NavigationBar:link
{
  text-decoration: underline;
  color: #800000;
}
A.NavigationBar:visited
{
  text-decoration: underline;
  color: #800000;
}
A.NavigationBar:hover
{
  color: #ff6600;
  text-decoration: underline;
}
A.NavigationBar:active
{
  color: #009900;
  text-decoration: underline;
}

.ddmx
{
  font: 12px arial;
  font-weight: bold;
  text-align:left;
  background: #ffdab9;
  color: #800000;
}

/* submenu item1 */
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1:link,
.ddmx .item1:visited
{
  text-decoration: none;
  background: #ffdab9;
  color: #800000;
  padding: 6px 10px 6px 10px;
  display: block;
  white-space: nowrap;
  position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:link,
.ddmx .item1-active:visited
{
  text-decoration: none;
  background: #800000;
  color: #ffdab9;
}

/* submenu item2 */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2:link,
.ddmx .item2:visited
{
  background-color: #d3d3d3;
  color: #800000;
  text-decoration: none;
  padding: 6px 18px 6px 18px;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:link,
.ddmx .item2-active:visited
{
  text-decoration: none;
  background: #800000;
  color: #ffdab9;
  z-index: 500;
}

.ddmx .item2 img,
.ddmx .item2-active img
{
  position: absolute;
  right: 1px;
  width: 10px;
  height: 12px;
  border: 0;
}
.ddmx .section
{
  border: 1px solid #b8b4ae;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
/* ie 5.0 fix */
* html .ddmx td
{ 
  position: relative; 
}


.RedBGLink
{
  color: #000000;
  background: #ff0033;
  font: bold 12px arial;
  text-align: center;
  padding: 4px 10px 4px 10px;
}
A.RedBGLink:link
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}
A.RedBGLink:visited
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}
A.RedBGLink:hover
{
  color: #ff0033;
  background-color: #d3d3d3;
  text-decoration: underline;
  padding: 8px 10px 5px 10px;
}
A.RedBGLink:active
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}

