.menutabs1, .menutabs2, .menutabs3, .menutabs4, .menutabs5 {
	padding: 0;
	width: 100%;
	display: inline;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.menutabs1 ul, .menutabs2 ul, .menutabs3 ul, .menutabs4 ul, .menutabs5 ul {
	font: normal 13px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.menutabs1 li, .menutabs2 li, .menutabs3 li, .menutabs4 li, .menutabs5 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 13px;
}
.menutabs1 a, .menutabs2 a, .menutabs3 a, .menutabs4 a, .menutabs5 a, .menutabs1 a:visited, .menutabs2 a:visited, .menutabs3 a:visited, .menutabs4 a:visited, .menutabs5 a:visited {
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0px 0 0;
	width: 195px; 
	height: 25px;
	padding: 0 0 0px 0px;
	text-decoration: none;
	letter-spacing: 1px;
}
.menutabs1 a {
	background: url(../images/button/menuBar1gr.gif) no-repeat left top;
}
.menutabs2 a {
	background: url(../images/button/menuBar2or.gif) no-repeat left top;
}
.menutabs3 a {
	background: url(../images/button/menuBar3re.gif) no-repeat left top;
}
.menutabs4 a {
	background: url(../images/button/menuBar4pu.gif) no-repeat left top;
}
.menutabs5 a {
	background: url(../images/button/menuBar5bl.gif) no-repeat left top;
}
.menutabs1 a span, .menutabs2 a span, .menutabs3 a span, .menutabs4 a span, .menutabs5 a span {
	float: left;
	display: block;
	padding: 4px 8px 2px 7px;
}
.menutabs1 a span, .menutabs2 a span, .menutabs3 a span, .menutabs4 a span, .menutabs5 a span {
	float: none;
}
.menutabs1 a:hover, .menutabs2 a:hover, .menutabs3 a:hover, .menutabs4 a:hover, .menutabs5 a:hover {
	color: #FFFFFF;
}
.menutabs1 a:hover span, .menutabs2 a:hover span, .menutabs3 a:hover span, .menutabs4 a:hover span, .menutabs5 a:hover span {}
.menutabs .selected a, #menutabs .selected a span {}

.dropmenudiv_1, .dropmenudiv_2, .dropmenudiv_3, .dropmenudiv_4, .dropmenudiv_5 {
	position: absolute;
	top: 0;
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 181px; /* 185-4 padding */
	visibility: hidden;
}
.dropmenudiv_1 {
  border: 1px solid #70B002;
}
.dropmenudiv_2 {
  border: 1px solid #F09F03;
}
.dropmenudiv_3 {
  border: 1px solid #D30203;
}
.dropmenudiv_4 {
  border: 1px solid #7203B8;
}
.dropmenudiv_5 {
  border: 1px solid #0485D6;
}

.dropmenudiv_1 a, .dropmenudiv_2 a, .dropmenudiv_3 a, .dropmenudiv_4 a, .dropmenudiv_5 a, .dropmenudiv_1 a:visited, .dropmenudiv_2 a:visited, .dropmenudiv_3 a:visited, .dropmenudiv_4 a:visited, .dropmenudiv_5 a:visited {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}
.dropmenudiv_1 {
  border: 1px solid #70B002; /* green */
}
.dropmenudiv_2 {
  border: 1px solid #F09F03; /* orange */
}
.dropmenudiv_3 {
  border: 1px solid #D30203; /* red */
}
.dropmenudiv_4 {
  border: 1px solid #7203B8; /* purple */
}
.dropmenudiv_5 {
  border: 1px solid #0485D6; /* blue */
}
* html .dropmenudiv_1 a {
/*IE only hack*/
	width: 100%;
}
* html .dropmenudiv_2 a {
/*IE only hack*/
	width: 100%;
}
* html .dropmenudiv_3 a {
/*IE only hack*/
	width: 100%;
}
* html .dropmenudiv_4 a {
/*IE only hack*/
	width: 100%;
}
* html .dropmenudiv_5 a {
/*IE only hack*/
	width: 100%;
}
.dropmenudiv_1 a:hover {
	background-color: #70B002; 
	color: white;
}
.dropmenudiv_2 a:hover {
	background-color: #F09F03;
	color: white;
}
.dropmenudiv_3 a:hover {
	background-color: #D30203;
	color: white;
}
.dropmenudiv_4 a:hover {
	background-color: #7203B8;
	color: white;
}
.dropmenudiv_5 a:hover {
	background-color: #0485D6;
	color: white;
}
