.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}

.mtDropdownMenu .items {
	Z-INDEX: 2;
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px;
	background:url(images/bg-menu.jpg) repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #590B0B;
	border-right-color: #FFFFFF;
	border-bottom-color: #C13F3F;
	border-left-color: #AF1716;
}
.mtDropdownMenu .item {
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 11px;
	CURSOR: hand;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: #ffffff 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.mtDropdownMenu .background {
	Z-INDEX: 1; FILTER: Alpha(Opacity=80); LEFT: 0px; POSITION: absolute; TOP: 0px; -moz-opacity: .80;
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: Alpha(Opacity=60); WIDTH: 0px; POSITION: absolute; TOP: 0px; -moz-opacity: .6
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: Alpha(Opacity=60); LEFT: 1px; POSITION: absolute; HEIGHT: 0px; -moz-opacity: .6
}
.mtDropdownMenu .hover {
	COLOR:#ffffff;
	cursor:pointer;
	background-color: #570104;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 0px
}
#bottomBrd{
	border-bottom-width:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}