/*body {margin:25px; font:12px Verdana, Arial, Helvetica}*/
body {margin:25px; 
	font-family: Verdana, Arial, Helvetica; 
	color:#006699;
	font-size:11px;
}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}


.dropdown dt {
	width:81px; 
	height:26px;
 	/*border:2px solid #9ac1c9;*/
  	/*padding:8px; font-weight:bold;*/ 
	cursor:hand; 
	/*display:block;*/
	/*float:left;*/	
	background-image:url(../images/abt.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:2px;
	}


.dropdown dt:hover {
	background-image:url(../images/abt_over.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:2px;
	}
	
.dropdown dt:active {
	background-image:url(../images/abt_active.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:2px;
	}	


.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:100px; 
	display:none; 
	background:#081111; 
	z-index:200; 
	opacity:1;
	
	
	/*filter: alpha(opacity=20); 
	-moz-opacity:0.2;
	opacity:0.2;*/
}


.dropdown ul {
	width:100px; 
	border-bottom:1px solid #253d40; 
	list-style:none; 
	border-top:none;
	
}
.dropdown li {display:inline}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#77bcc1; 
	text-decoration:none; /*background:#eaf0f2;*/ 
	width:194px;
}

.dropdown a:hover {/*background:#d9e1e4;*/ color:#fff; }
.dropdown .underline {border-bottom:1px dashed #0e2020}


/*-------------------------------- more------------------*/

/*body {margin:25px; 
	font-family: Verdana, Arial, Helvetica; 
	color:#006699;
	font-size:11px;
}
* {padding:0; margin:0}*/
.dropdown2 {float:left; padding-right:5px}


.dropdown2 dt {
	width:74px; 
	height:26px;
 	/*border:2px solid #9ac1c9;*/
  	/*padding:8px; font-weight:bold;*/ 
	cursor:pointer; 
	/*display:block;*/
	/*float:left;*/	
	background-image:url(../images/mor.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:2px;
	}


.dropdown2 dt:hover {
	background-image:url(../images/mor_over.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	margin-left:2px;
	}


.dropdown2 dt:active {
	background-image:url(../images/mor_active.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:2px;
	}


.dropdown2 dd {
	position:absolute; 
	overflow:hidden; 
	width:100px; 
	display:none; 
	background:#081111; 
	z-index:200; 
	opacity:1;
	/*background-image:url(../images/header.jpg);*/
	
	/*filter: alpha(opacity=20); 
	-moz-opacity:0.2;
	opacity:0.2;*/
}


.dropdown2 ul {
	width:100px; 
	border-bottom:1px solid #253d40; 
	list-style:none; 
	border-top:none;
	
}
.dropdown2 li {display:inline}

.dropdown2 a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#77bcc1; 
	text-decoration:none; /*background:#eaf0f2;*/ 
	width:194px
}

.dropdown2 a:hover {/*background:#d9e1e4;*/ color:#fff; }
.dropdown2 .underline2 {border-bottom:1px dashed #0e2020}


