body, ul, li {
	font-size:14px; 
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

#menu {
	list-style:none;
	width:100%;
	margin:75px auto 0px auto;
	height:43px;
	padding:0px 0px 0px 0px;
	position: absolute; 
	z-index:  100000;
	/* Rounded Corners /

	/* Background color and gradients 
	background: -webkit-gradient(linear, left top, left bottom, from(#009933), to(#006600));
					background: -moz-linear-gradient(top,  #009933,  #006600);
	*/

	background-image: url('../images/bgTab3.jpg');
	background-repeat:  repeat;
	/*
	background: -moz-linear-gradient(top, #009933, #006600);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009933), to(#006600));
	*/
	/* Borders */
	/*
			border: 1px solid #003300;
	
			-moz-box-shadow:inset 0px 0px 1px #edf9ff;
			-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
			box-shadow:inset 0px 0px 1px #edf9ff;*/

}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	height: 33px;
	padding: 10px 0px 0px 0px;
	margin-right:0px;
	border-right:  1px #eeeeee solid;
	width: 158px;
	cursor: pointer;

}
#menu li#home{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	height: 33px;
	padding: 10px 0px 0px 0px;
	margin-right:0px;
	border-left:  1px #eeeeee solid;
	margin-left: 2px;
        width: 80px;
}
#menu li:hover #home{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-right:0px;
	border-left:  1px #eeeeee solid;

}

#menu li#news{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	height: 33px;
	padding: 10px 0px 0px 0px;
	margin-right:0px;
	margin-left: 2px;
        width: 80px;
}
#menu li:hover #news{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-right:0px;
	border-left:  1px #eeeeee solid;
}

#menu li#recruit{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	height: 33px;
	padding: 10px 0px 0px 0px;
	margin-right:0px;
	margin-left: 2px;
        width: 100px;
}
#menu li:hover #recruit{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-right:0px;
	border-left:  1px #eeeeee solid;
}


#menu li:hover {

	/* Background color and gradients */
	background-image: url('../images/bgTab3h.jpg');
	border-right:  1px #eeeeee solid;
	background-repeat:  repeat;
	/* Rounded corners */
	/*
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}

#menu li a {
	font-family: Open Sans, Tahoma, Helvetica, sans-serif;
	font-size:11px; 
	color: #FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
	font-weight:  bold;
	margin-left: 20px;

}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	/*background:url("img/drop.png") no-repeat right 8px; */
}
#menu li:hover .drop {
	/*background:url("img/drop.png") no-repeat right 7px;*/
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:12px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #eeeeee;
	border-top:none;

	/* Gradient background */
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #EEEEEE, #F9F9F9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#F9F9F9));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 445px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 662px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	cursor: pointer;
	left:-180px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:210px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:650px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;

}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;

	border:1px solid #FFF;
	margin-top:5px;
	-moz-box-shadow:0px 0px 3px #666666;
	-webkit-box-shadow:0px 0px 3px #666666;
	box-shadow:0px 0px 3px #666666;
	float:  left;
	position:  relative;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li .white_box {
	height: 120px;
	width: 200px;
	background-color:#FFFFFF;
	color: #333333;
	padding:4px 6px 4px 6px;
	text-align: center;
	border: solid 1px  #eeeeee;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


}
.MainMenuText{
  margin-top: 4px; font-size: 14px; font-weight:  bold; display:  none; height:  114px; width: 198px; position: absolute; z-index: 10000; float:  left; background-image: url('../images/BgMenu2.png'); color: #FFF;
}
.displayTitle{
	text-shadow: 1px 1px 1px #555;
	margin: 5px;
}
.displayMore{
	position: absolute; bottom: 0; right: 0; font-style: italic; font-size: 12px; text-shadow: 1px 1px 1px #AAA;
}
.displayMore:hover{
	text-decoration: underline;
}

#menu li .white_box:hover {

	color: #333333;
	background-color:  #EEEEEE;
	padding:4px 6px 4px 6px;
	text-align: center;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	border:1px solid #a0a0a0;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(200, 197, 200, 1);
	box-shadow: 0px 0px 3px 3px rgba(200, 197, 200, 1); 
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.content_box {
	/*margin: 20px 0 20px 0;
	padding: 10px 0 10px 5px;*/
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#F9F9F9;
	color: #353535;
	text-align: center;
	font-size: 14px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:0 0 3px 0 #AAA;
	-moz-box-shadow:0 0 3px 0 #AAA;
	box-shadow:0 0 3px 0 #AAA;
	/*box-shadow: 2px 2px 2px 0px rgba(200, 197, 200, 1);*/
}

.padding_box {
	/*margin: 0 15px 20px 15px;
	padding: 5px 10px 10px 10px;*/
	margin: 10px 0 10px 0;
	padding: 10px 5px 5px 10px;
	color: #353535;
        font-family: Open Sans, tahoma;
	font-size: 14px;
	display: block;
	text-indent: 30px;
}

.TextFontDetail{
    font-family: Open Sans, tahoma;
    font-size: 14px;
}

.content_box ul li, .padding_box ul li{
	padding-left: 30px;
}

.txt_left{
	text-align: left;
}

.col2{
	width: 47%;
}
.col3{
	width: 30%;
	display: inline;
	margin-left: 10px;
}

.block_left{
	float: left;
}

.noTop{
	padding-top: 0;
	margin-top: 0;
}

.noPadding{
	padding: 0;
}
.noMargin{
	margin: 0;
}

.font16{
	font-size: 16px;
}

.bluecolor{
	background: #8ACAFF;
	width: 80%;
	padding: 20px;
	margin: auto;
	font-size: 20px;
}

.prinbox1, .prinbox2, .prinbox3{
	width: 250px;
	height: 50px;
	padding: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.prinbox1{
	background: #D48542;
}
.prinbox2{
	background: #D2C347;
}
.prinbox3{
	background: #A4CE4D;
}

.box_princple{
	padding: 10px;
	border-radius: 10px;
	background: #CCC1DA;
	border: 3px solid #04529D;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}