.dropdown {
	margin:0 auto;	
	float:left;
}


.dropdown dt {
	/*height:129px;*/
	cursor:pointer;
	padding-left:12px;
	padding-right:12px;
	padding-top:100px;
	
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.dropdown dt:hover {
	background: url(../images/sati-header-nav-over.jpg) repeat-x top;
}
#dt_text{
	/*margin-top:100px;*/	
	vertical-align:bottom;	
	text-align:center;
	padding-bottom:12px;
}
.dropdown_static {
	background: url(../images/sati-header-nav-over.jpg) repeat-x top;
}




.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:210px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0; 
	margin-top:1px;
}
.dropdown ul {
	width:204px; 
	border:1px solid #B3B1B2; 
	list-style:none; 
	border-top:none; 
	padding:2px;
}
.dropdown li {
	display:inline ;
	background:#FFFFFF;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#F9F9F9; 
	width:194px;
}
.dropdown a:hover {
	background:#F2F2F2; 
	color:#000
}
.dropdown .underline {
	border-bottom:1px dashed #E8E8E8;
}






















.dropdown_sub ul {
	width:160px;
}
.dropdown_sub li {
	display:inline ;
	background:#FFFFFF; 
}
.dropdown_sub a, .dropdown_sub a:active, .dropdown_sub a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	width:150px;
}
.dropdown_sub a:hover {
	background:#F2F2F2; 
	color:#000
}
.dropdown_sub .underline {
	border-bottom:1px dashed #E8E8E8;
}
.dropdown_sub_static a{
	background:#F2F2F2; 
}