﻿body,html {
	margin: 0px;
	padding: 0px;
}

.borderless {
	border: 0px;
}

#ImageHolder {
	margin: 0px auto;
	padding:0px;
	width: 586px;
}

div#mainNav {
	margin: 30px auto 0px auto;
	border: 0px;
	width: 303px;
	font-family: verdana,geneva,arial,helvetica;
	font-size: 15pt;
	height: 20px;

}

div#mainNav img {
	z-index: 1;
	float: right;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0px;
  padding: 0px;
  width: 267px !important;
  width: 303px; /*For KHTML*/
  list-style: none;
  height: 23px;
  background-image: url('images/navGradient.gif');
  background-repeat: repeat-x;
}

ul#navmenu-h li {
  margin: 0px;
  border: 1px maroon solid;
  padding: 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
  color: black;
  width: 87px;
}

ul#navmenu-h li.separator {
	padding-top: 3px;
}

ul#navmenu-h ul {
  margin: -1px;
  padding: 0px;
  width: 150px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 10;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0px;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 150px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height: auto;
}

ul#navmenu-h ul li ul,
ul#navmenu-h ul li ul li {
	width: 120px;
}

/* Root Menu */
ul#navmenu-h a {
	padding: 0px !important;
	padding: 0px 6px;
	float: none !important; /* For Opera */
	float: left; /* for IE */
	display: block;
	color: maroon;
	font: bold 13px/22px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 1%; /* For IE */
	text-decoration: none;
	width: 100%;
}

/* Sub Menu 1 */
ul#navmenu-h ul a {

	padding: 0px 0px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    background: #eeeeee;
    color: black;
    font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
}




/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: white;
  background-image: url('images/navGradientRoll.gif');
  background-repeat: repeat-x;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #eeeeee;
  color: black;

}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: maroon;
  color: white;

}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}