/* CSS Document */
/**************Menu Style*********************/
/*** Nav bar styles ***/
.dp-txt {
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
    padding-left: 11px;
	padding-top: 0px;
}

.mtDropdownMenu {
	left: -1000px; 
	overflow: hidden; 
	position: absolute; 
	top:  -1000px;
}


.mtDropdownMenu .content {
	position: absolute
}
.mtDropdownMenu .items {
/* Put the background in .item so the spacing does not mess up */
/*	background: url('../image/menu-bg.gif') top left repeat; */
	width: 220px; 
	background-color: #dddddd;
	border-right: 2px solid #939598; 
	border-top: 2px solid #939598; 
	border-left: 2px solid #939598; 
	border-bottom: 2px solid #939598; 
	z-index: 1000; 
	position: absolute; 
}
.mtDropdownMenu .item
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #231f20;
	background: url('../image/menu-bg.gif') top right repeat; 
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: 5px solid green;
	line-height: 22px;
	cursor: pointer;
	z-index: 1001; 
}

.mtDropdownMenu .background {
	z-index: 1; 
/*
	filter: alpha(opacity=90); 
*/
	left: 0px; 
	position: absolute; 
	top: 0px; 
/*
	moz-opacity: .8
*/
}

.mtDropdownMenu .hover {
/*	background-position: 0% 100%; */
/*	background-attachment: scroll; */
	color: #900000; 
/*	background-repeat: top right repeat; */
}

.mtDropdownMenu .item IMG {
	margin: 0px 0px 0px 0xp;
}
.mtDropdownMenu .shadowRight {
	z-index: 1000; 
/*
	filter: alpha(opacity=0); 
*/
	width: 0px; 
	position: absolute; 
	top: 0px; 
/*
	moz-opacity: .0
*/
}
.mtDropdownMenu .shadowBottom {
	z-index: 1000; 
/*
	filter: alpha(opacity=0); 
*/
	left: 0px; 
	position: absolute; 
	height: 0px; 
/*
	moz-opacity: .0
*/
}
