

#main_menu{
	position:absolute;
	margin-left:160px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:36px;
	width:770px;
	background-image: url(../images_new/menu_bg.jpg);
	background-repeat: repeat-x;
	
}

#main_menu_mouse_out_area{
	position:absolute;
	margin-left:160px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	left:150px;
	top:0px;

	height:70px;
	width:820px;

}

#main_menu_left{
	width:17px;
	height:36px;
	float:left;
	background-image: url(../images_new/menu_bar_left.png);
	background-repeat: no-repeat;
}
#main_menu_right{
	width:23px;
	height:36px;
	float:left;
	background-image: url(../images_new/menu_bar_right.png);
	background-repeat: no-repeat;
}

#search_box{
	height:26px;
	width:170px;
	margin-top:5px;
	margin-right:10px;
	float:right;
	background-color:#00526c;
	z-index:10;
}


.search_input_button{
	margin-top:6px;
	margin-left:8px;
	border:0px;
	float:left;
	
}

#main_menu_bar  ul{
	float:left;
	position:static;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	line-height:36px;
	vertical-align:middle;
	list-style-type: none;
	z-index:450;
	
}

#main_menu_bar{
	height:36px;
	float:left;
	margin-left:0px;
	overflow:hidden;
	z-index:10;
}

#main_menu_bar ul li{
	float:left;
	border-left:2px solid transparent;
	border-top:2px solid transparent;
	border-bottom-width:0px;
	border-right:2px solid transparent;
	position:static;
	line-height:30px;
	height:36px;
	overflow:show;
	padding-left:10px;
	padding-right:6px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0ex;
	border-bottom-right-radius:0ex;
	z-index:502;
}

#main_menu_bar ul li:hover{
	background-color:#FFFFFF;
	border-left:2px solid #258ea1;
	border-top:2px solid #258ea1;
	border-bottom-width:0px;
	border-right:2px solid #258ea1;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0ex;
	border-bottom-right-radius:0ex;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0ex;
	-webkit-border-bottom-right-radius:0ex;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-left-radius:0ex;
	-moz-border-bottom-right-radius:0ex;
}


#main_menu_bar ul li a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
#main_menu_bar ul li:hover a{
	color:#000000;
}


div.level2{
	left:0px;
	top:36px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
	width: 390px;
	position:absolute;
	z-index:501;
	background:white;
	border-style:solid;
	border-color:#258ea1;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	color:#000000;
	display:none;
	border-radius:5px;
	-webkit-borderradius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 2px 2px 2px #888;
	
}

.level2_bottom_txt{
	line-height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff9933;
	font-weight:bold;
	float:right;
	margin-top:15px;
}

#language_icon{
	
}

div.menu_diviner{
	
}

ul#top_menu{
	position:absolute;
}

ul#top_menu li ul {
	margin-left:0px;
	list-style-type: disc;
	width:445px;
}
ul#top_menu li ul li{
	padding:0px;
	border:none;
	width:145px;
	float:left;
	height:20px;
	text-align:left;
	line-height:20px;
}
ul#top_menu li ul li a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
ul#top_menu li ul li:hover a{

	text-decoration:underline;
}
ul#top_menu li ul li:hover{
	border:none;
	background-color:transparent;
}

ul#top_menu li:hover div{
	display:block;
}



div#languageMenu{
	top:21px;
	width:75px;
	text-align:center;
	background:#FFFFFF;
	position:absolute;
	display:none;
	border:2px solid #258ea1;
	margin:0;
	overflow:hidden;
	z-index:600;
	padding-bottom:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

div#languageMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a99ad;
	text-decoration:none;
}
div#languageMenu img{
	
}


