/************** top-level menu styles ****************/
ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:14px;
	border: 1px solid #5f5f5f;
	box-shadow:-5px 10px 25px #333;
}

ul#css3menu1 ul{
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	opacity:0.93;
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:-5px 10px 25px #333;
	padding:0 10px 10px;
	background-color:#424542;
	border-width:2px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	filter:alpha(opacity=77);
	border-color:#FFF;
}

ul#css3menu1 li:hover>*{
	display:block;
	left:inherit;
}

ul#css3menu1 li:hover{
	position:relative;
}


/************** sub-menu styles ****************/
ul#css3menu1 ul ul{
	position:absolute;
	left:-270%;
	top:100%;
	right:40%;
}

ul#css3menu1{
	display:block;
	font-size:0;
	float:right;
}

ul#css3menu1 li{
	display:block;
	white-space:nowrap;
	font-size:0;
	/*float:left;*/
	float:right;
}

ul#css3menu1>li,ul#css3menu1 li{
	margin:0;
}

ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;
}

ul#css3menu1 a,ul#css3menu1 a.pressed{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	color:#000000;
	text-shadow:#FFF 0 0 1px;
	cursor:pointer;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float:right;
}

ul#css3menu1 ul li{
	float:none;
	margin:15px 17px 27px;
}

ul#css3menu1 ul a{
	text-align:left;
	padding:4px;
	background-color:#424542;
	background-image:none;
	border-width:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

ul#css3menu1 li:hover>a{
	background-color:#444444;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	text-shadow:#FFF 0 0 1px;
	background-image:url(mainbk.png);
	background-position:0 100px;
	border-color:#C0C0C0;
	border-style:solid;
}

ul#css3menu1 img{
	border:none;vertical-align:middle;margin-right:10px;}

ul#css3menu1 img.over{
	display:none;}

ul#css3menu1 li:hover > a img.def{
	display:none;}

ul#css3menu1 li:hover > a img.over{
	display:inline;}

ul#css3menu1 li a.pressed img.over{
	display:inline;}

ul#css3menu1 li a.pressed img.def{
	display:none;}

ul#css3menu1 span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
}

ul#css3menu1 ul span{
	background-image:url("arrowsub_notUsed.png");
	padding-right:4px;
}

ul#css3menu1 a{
	padding:10px;
	background-color:#444444;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	background-position:0 0;
	color:#000000;
	text-decoration:none;
	text-shadow:#FFF 0 0 1px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

ul#css3menu1 li:hover>a,ul#css3menu1 li>a.pressed{
	background-color:#444444;
	background-image:url(mainbk.png);
	background-position:0 100px;
	color:#ffffff;
	text-decoration:none;
	text-shadow:#FFF 0 0 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li>a.pressed{
	background-color:#424542;
	background-image:none;
	color:#ffcc00;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


/************** 'topfirst' styles ****************/
ul#css3menu1 li.topfirst>a{
	height:12px;
	line-height:12px;
	border-width:0;
	border-radius:0 2px 2px 0;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst>a.pressed{
	line-height:12px;
}


/************** 'topmenu' styles ****************/
ul#css3menu1 li.topmenu>a{
	height:12px;
	line-height:12px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
	
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu>a.pressed{
	line-height:12px;
	background-color:#FF6600;
}


/************** 'toplast' styles ****************/
ul#css3menu1 li.toplast>a{
	height:12px;
	line-height:12px;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast>a.pressed{
	line-height:12px;
}


/************** sub-menu styles ****************/
ul#css3menu1 li.submenu>a{
	height:16px;
	line-height:16px;
	font:bold 16px Arial;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom:10px;
}

ul#css3menu1 li.submenu:hover>a{
	font-size: 17px;
	color: #004080;
	background-color: #FFFF80;
	font-weight: bold;
}














.tab_cont_tools {float:left;width:100%;margin:0;padding:0;}
.tab_cont_tools tr{line-height:26px;}
.tab_cont_tools tr th{width:100%;background:#6699CC;border-radius:10px 0 0 0;color:#FFF;padding:5px 0 5px 15px;text-align:left;}
.tab_cont_tools tr td{padding:2px 2px 2px 15px;}
.tab_cont_tools tr td input, .tab_cont_tools tr td textarea{width:250px;border:none;border:1px solid #6C88D0; border-radius:5px;padding:5px;}
.tab_cont_tools tr td select{width:260px;border:none;border:1px solid #6C88D0; border-radius:5px;padding:5px;}
.tab_cont_tools tr td  .btnsubmit{width:100px;background:#6699CC;color:#FFF;font-weight:bold;}
.tab_cont_tools tr td  .btnsubmit:hover{background:#666;}
.tab_cont_tools tr td  .required{background:#F2F2F2;}
.tab_cont_tools tr td textarea{width:300px;height:100px;}
.tab_cont_tools .even_tr{background:#F2F2F2;color: #6C88D0;}
.tab_cont_tools .odd_tr{background:#FFFFFC;color: #6C88D0}
.tab_cont_tools .even_tr .td1{width:30%;background:#E7E6E0;}
.tab_cont_tools .even_tr .td2{width:70%;}
.tab_cont_tools .odd_tr .td1{width:30%;background:#F2F2F2;}
.tab_cont_tools .odd_tr .td2{width:70%;}


.tab_trn-sch_tools {float:left;width:100%;margin:0;padding:0;}
.tab_trn-sch_tools tr{line-height:26px;}
.tab_trn-sch_tools tr th{background:#6699CC;color:#FFF;padding:5px 0 5px 15px;text-align:left;}
.tab_trn-sch_tools tr td{padding:5px 0 5px 15px;}
.tab_trn-sch_tools .even_tr{background:#F2F2F2;color: #6C88D0;}
.tab_trn-sch_tools .odd_tr{background:#FFFFFC;color: #6C88D0}
.tab_trn-sch_tools .td1{width:5%;}
.tab_trn-sch_tools .td2{width:25%;}
.tab_trn-sch_tools .td3{width:15%}
.tab_trn-sch_tools .td4{width:15%}
.tab_trn-sch_tools .td5{width:15%}
.tab_trn-sch_tools .td6{width:15%}
.tab_trn-sch_tools .td7{width:10%}
#cont_page .tab_trn-sch_tools th a{margin:0;color:#FFF;}

#site_map{float:left;width:100%;}
#site_map ul{float:left;width:100%}
#site_map ul li{float:left;width:100%;}
#site_map ul li a{margin:5px 0;}
#site_map ul li a:hover{}
#site_map ul li a.ded{color:#999;cursor:default;margin:5px 0;}



/*================================
//
//  English Pages CSS
//
=================================*/
div.page_heading{tewidth:100%;color:#FF6600;text-shadow: 2px 2px #666;font-size:30px;font-weight:bold;}
div.page_sub_heading{width:100%;color:#FF6600;text-shadow: 1px 1px #666;font-size:20px;font-weight:bold;}

#pos_boxes{width:100%;}
#pos_boxes p{margin:0 0 10px 0;}
#pos_boxes tr th{width:33%;padding:5px 0;text-align:center; height:32px;color:#FFF;}
#pos_boxes tr td{}
#pos_boxes tr.imgs td{text-align:center; vertical-align:top;}
#pos_boxes tr td a{float:right;padding:2px 5px; text-align:center;color:#FFF;width:80px;height:20px;}
#pos_boxes tr.imgs td img{border:1px solid #CCC; border-radius:5px;padding:10px;}
#pos_boxes tr.txt td{background:url(../images/pas_box_txt_bg.jpg) repeat-x top #fdfdfd; width:33%;padding:10px; vertical-align:text-bottom;}

#bullet-new{width:100%;float:left;}
#pageNav #bullet-new{margin-left:0;padding-left:14px;}
#bullet-new li{width:100%;float:left;margin:5px 0;}
#bullet-new li a{margin:0;}


#cont_page .common_table tr th, #cont_page .common_table tr td{padding:5px 0;}
#cont_page .common_table tr th{background:#333;color:#FFF;}
#cont_page .common_table tr td{text-align:center;}

.tab_cont_tools .tdLeft{text-align:right;}
.tab_cont_tools .tdRight{}
#contactus_form .tab_cont_tools tr{line-height:35px;}

input[type="button"],
input[type="submit"] {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}

#user_top_menu {
	float:left !important;
	margin-left:10px !important; 
}