	#nav_bar {
	position: absolute;
	top: 0px;
	right: 0;
	/*border:solid 1px #0f0; */
	text-align: right;
	float: left;
	height: 24;
	z-Index:500;
	margin: 20px 20px 0 0;
}
.nav_item {
	/*display: inline;*/
	float: left;
	display: block;
	padding-left: 10px;
	font-size: 11px;
	line-height: 11px;	
	position: relative;
	top: 0;
	right: 0;
}

.nav_item_title {
	color: #282A65;
	display: inline;
	cursor: pointer;
	*cursor: hand;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
}
.nav_item_DD {
	padding: 10px 15px;
	height: 100px;
	z-index: 550;
	display: table;
	background: #fff;
	position: absolute;
	top: 25px;
	right: -1;
	visibility: hidden;
}

.nav_item_DD table {
	width: 100%
}
.nav_item_DD td {
	border-bottom:solid 1px #ccc;
	font-family: "Segoe", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap

}
#nav_hdr {
	position: absolute;
	top: 44;
	right: 0;
	/*border:solid 1px #000; */
	clear: right;
	float: left;
	z-index:500;
	margin: 0px 20px 0 0;
	width:306px;
}



.nav1_item1 {
	float: left;
	display: block;
	padding-left: 10px;
	font-size: 11px;
	line-height: 11px;	
	position: relative;
	top: 0;
	right: 0;
}
.nav_hdr_item_list {
	float:left;
	height:74px;
	width: 74px;
	position: relative;
	margin: 0 0 2px 2px;
/*	 border:solid 1px #f0f; */
}

#nav_item1_DD {
	display: table;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
	margin: 76px 0px 0 0;
	padding: 10px 10px 10px 10px;
	width: 302px;
	visibility: hidden;	
/*	 border:solid 1px #f41;	*/
}



#nav_item1_DD table {
	width=100%;
	padding: 10px;
}
#nav_item1_DD td {
			
	font-family: "Segoe", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap
	width=100%;

}

.dd_ul {
border-bottom:solid 1px #ccc;
}


#nav_txt
{
	font-size: 35px;
	line-height: 37px;
	color: #000;
	
	/*color : #282A65;*/
	position: absolute;
	left:20;
	top: 250px;
	width: 400px;

}
