.mainMenu {
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}
ul.nav {
	margin: 0;
	list-style: none;
	z-index: 100;
  }

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066b3;
	text-decoration: none;
}
.nav  a:hover {
	text-decoration: none;
	color: #95b11f;
}
.nav  li {
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 1px;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(mainmenu_divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
  }
.nav  li a:hover {
	position: relative;
	text-align: left;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
  }
.nav    ul  ul li {
	text-decoration: none;
  }
.nav     ul   ul  li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0066B3;
  }
.nav      ul    ul  li a:hover {
	text-decoration: none;
  }
.nav  li ul {
	display: none;
	top: 24px;
	text-decoration: none;
	background-color: #F8F8F8;
	width: 135px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
  }
.nav li:hover ul   {
	display: block;
	position: relative;
	top: 24px;
	left: 0px;
}
.nav li:hover ul  {
	display: block;
	position: relative;
	left: 0px;
	top: 24px;
}
.nav li:hover   ul,.nav  li.over ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 24px;
}
.nav .currentmain {
	color: #95B11F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
