.menulist, .menulist  ul {
	margin: 0;
	list-style: none;
}

.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 32px; 
	width: 120px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 124px;
}

.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: 0px;
}

.menulist ul li {
	float: none;
	margin-bottom: 0px;
	width: 103px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.menulist ul>li:last-child {
 margin-bottom:0px; 
}

.menulist a {
 display: block;
 padding: 0px;
 color: #000;
 text-decoration: none;
}
.menulist a#xyz {
	background-image: url(images/btn3.gif);
	height: 47px;
	width: 103px;
	background-repeat: no-repeat;
    }
	.menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(images/btn3.gif);
    }
	.menulist a#bot2 {
	background-image: url(images/bot2.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot2:hover, .menulist a.highlighted#bot2, .menulist a:focus {
	background-image: url(images/bot2b.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }
	.menulist a#bot3 {
	background-image: url(images/bot3.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot3:hover, .menulist a.highlighted#bot3, .menulist a:focus {
	background-image: url(images/bot3b.gif);
	height: 19px;
	width: 156px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }
	.menulist a#bot4 {
	background-image: url(images/bot4.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot4:hover, .menulist a.highlighted#bot4, .menulist a:focus {
	background-image: url(images/bot4b.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }
	.menulist a#bot5 {
	background-image: url(images/bot5.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot5:hover, .menulist a.highlighted#bot5, .menulist a:focus {
	background-image: url(images/bot5b.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }
	.menulist a#bot6 {
	background-image: url(images/bot6.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot6:hover, .menulist a.highlighted#bot6, .menulist a:focus {
	background-image: url(images/bot6b.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }
	.menulist a#bot7 {
	background-image: url(images/bot3_a.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-left: 10px;
    }
	.menulist a#bot7:hover, .menulist a.highlighted#bot6, .menulist a:focus {
	background-image: url(images/bot3_ab.gif);
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
    }

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}


.menulist a {
 float: left;
}
.menulist ul a {
	float: none;
}
.menulist a {
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #669966;
	width: 124px;
}
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}