span.MenuItem{
    font-weight: bold; color: #ffffff; height: 14px
}
span.MenuItem a:link{
	font-size: 12px; color: #ffffff; text-decoration: none
}
span.MenuItem a:active{
	font-size: 12px; color: #ffffff; text-decoration: none
}
span.MenuItem a:visited{
	font-size: 12px; color: #ffffff; text-decoration: none
}
span.MenuItem a:hover{
	font-size: 12px; color: #ff9933; text-decoration: none
}

.top {
	font-weight: bold; font-size: 9pt; color: #ffffff; font-family: Verdana, Arial, ËÎÌå
}
a.top:link {
	color: #ffffff; text-decoration: none
}
a.top:visited {
	color: #ffffff; text-decoration: none
}
a.top:active {
	color: #ffffff; text-decoration: none
}
a.top:hover {
	color: #ff9933; text-decoration: none
}

.mtDropdownMenu{
	left: -1000px; overflow: hidden; position: absolute; top: -1000px
}
.mtDropdownMenu .content{
	position: absolute
}
.mtDropdownMenu .items{
	border-right: #efefef 1px solid; border-top: #efefef 1px solid; z-index: 2; left: 0px; border-left: #efefef 1px solid; border-bottom: #efefef 1px solid; position: relative; top: 0px
}
.mtDropdownMenu .item{
	border-right: medium none; border-top: medium none; font-weight: 600; font-size: 13px; border-left: medium none; cursor: hand; color: #ffffff; border-bottom: medium none; text-decoration: none
}
.mtDropdownMenu .background{
	z-index: 1; filter: alpha(opacity=85); left: 0px; position: absolute; top: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight{
	z-index: 3; filter: alpha(opacity=40); width: 2px; position: absolute; top: 3px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom{
	z-index: 1; filter: alpha(opacity=40); left: 3px; position: absolute; height: 2px; moz-opacity: .4
}
.mtDropdownMenu .hover{
	color: #ff9933; background-color: #6c6c6c
}
.mtDropdownMenu .item img {
	margin-left: 12px
}