*{
	padding:0;
	margin:0
}

.negaM{
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	margin-top:-6px ;
}

.negaM2{
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	margin-top:-5px ;
}

.dropMenu{
	margin: 0px 0px 0px 0px;

}

.dropdown {
	float:left;
	padding-right:0px;
}

/*---DTn---*/
.dropdown dt {
	font-size:12px;
	text-align:left;
	width:130px;
	height:7px;
	border:1px solid #00011d;
	margin-right:4px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	color:#00011d;
	background-color:#fff;
}
.dropdown dt:hover {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	color:#ffffff;
	background-color:#666666;
}
/*---DDn---*/

.dropdown dd {
	font-size:12px;
	position:absolute;
	overflow:hidden;
	width:140px;
	display:none;
	opacity:0
}
/*---LISTn---*/

.dropdown ul {
	width:140px;
	list-style:none;
	border-top:none	
}
.dropdown li {
	display:inline;
}
/*---I[o[---*/
.dropdown a, .dropdown a:active, .dropdown a:visited {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	display:block;
	padding:5px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	background:#fff;
	width:140px;
	height:14px;
}
.dropdown a:hover {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	background:#b3b3b3;
	color:#fff;
}
.dropdown .underline {
	border-bottom:1px solid #ccc;
}