.menuButton {
	border: 1px solid #BBCFE6;
	border-bottom: 1px solid #d8e4f0;
	padding: 0px;
	width: 118px;
	height:	19px;
	text-align:center;
	letter-spacing: 1px;
	}
a.menuButton:hover {
	color: #333333;
	text-decoration:none;
	border: 1px solid #AABCCE;
	}
.subMenuButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	padding: 2px;
	padding-left: 6px;
	width: 116px;
	line-height: 18px;
	}
.dropMenuButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	padding: 2px;
	width: 100%;
	padding-left: 6px;
	cursor:default;
	}
a.subMenuButton:hover {
	color: #666666;
	text-decoration:none;
	background-color:#F3F3F3;
	}
a.dropMenuButton:hover {
	color: #666666;
	text-decoration:none;
	background-color:#F3F3F3;
	cursor:default;
	}
.subMenBorders {
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBCFE6;
	border-bottom-color: #BBCFE6;
	border-left-color: #BBCFE6;
	}
.subMenBorders2 {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBCFE6;
	border-bottom-color: #BBCFE6;
	border-left-color: #BBCFE6;
	}
td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
	position:relative;
	}
.searchButton {
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	border: 1px solid #AABCCE;
	height: 18px;
	width: 50px;
	text-align: center;
	padding-top: 2px;
	vertical-align: bottom;
	background-color:#BBCFE6;
	}
a.searchButton:hover {
	font-size: 9px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #666666;
	background-color: transparent;
}
