
.dropdown {	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 225px;
margin:0px;
background-color:#F0F0F0;

	text-decoration: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;}
	
.dropdown dt { 
	padding-top: 10px;
	padding-left: 25px;
	cursor:pointer; 
	width: 200px;
		height: 26px !important;
	height: 27px;
	
}

.dropdown dt:hover {	
	text-decoration: none;
	color: #000000;
	background-color: #F4F4F4;
}

.dropdown dd {
	padding:0px;
	margin:0px;
	margin-top:1px;
	position:absolute;
	overflow:hidden;
	width:225px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}

.dropdown ul {	background:#F5F5F5;
padding:0px; margin:0px;
	list-style:none; 
	border-top:none
}

.dropdown li {
	display:inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	width:225px;
	padding-top: 10px;
	padding-left: 45px;
	height: 26px !important;
	height: 27px;
	background-color: #F5F5F5;
	background-image: url(images_interface/onbuttonbg.jpg);
	background-repeat: no-repeat;
}

.dropdown a:hover {
		display:block;
	color:#000;
	text-decoration:none;
	width:225px;
	padding-top: 10px;
	padding-left: 45px;
	height: 26px !important;
	height: 27px;

	background-image: url(images_interface/onbuttonbg_f2.jpg);
	background-repeat: no-repeat;
}

.dropdown .underline {
	border-bottom:1px dotted #C0C0C0;
	 
}