#menu {
	 /*background: #ADD8E6;*/
	height: 33px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	 /*background: #F0F0F0;*/
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
}

#menu  ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1, 5em;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	/*background: transparent url(../images/roundbox/arrow.gif) no-repeat center right;*/
	text-decoration: none;
	color: #4169E1;
	margin: 0;
	/*padding: 0.9em 0.8em 0.5em 1em;*/
}

#menu  ul li a:hover {
	
	color: #FFA500;
	text-decoration: none;
}

#menu  ul li.sep {
	color: Silver;
	/*padding: 0.8em 0em 0.5em 0em;*/
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

#menu  ul li .maina {
	height: 24px;
	background: transparent url(../images/skin/en_skin.jpg) no-repeat 0 0;
	text-indent: -9009px;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #5b7586;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
	
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	color: White;
	padding: 5px 0px 5px 0px; /*height: 15px;*/
}

#menu  ul.level2 li a div, #menu ul.level3 li a div{
	color: White;
	padding: 0px 5px 0px 5px; /*height: 15px;*/
}

#menu .hasChild{
	background: transparent url(../images/roundbox/arrow.gif) no-repeat center right;	
}




#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover, #menu .hasChild:hover {
	font-weight: normal;
	background-color: #FFA500;
	color: White;
}

#menu ul li#whoweare .maina{ width:118px;	background-position: -494px -298px; }
#menu ul li#whatwedo .maina{ width:118px;	background-position: -612px -298px; }
#menu ul li#wherewework .maina{ width:147px;	background-position: -730px -298px; }
#menu ul li#waystohelp .maina{ width:118px;	background-position: -874px -298px; }

#menu ul li#whoweare .maina:hover , .maina_current{ width:118px;	background-position: -494px -322px; }
#menu ul li#whatwedo .maina:hover , .maina_current{ width:118px;	background-position: -612px -322px;}
#menu ul li#wherewework .maina:hover , .maina_current{ width:147px;	background-position: -730px -322px; }
#menu ul li#waystohelp .maina:hover , .maina_current{ width:118px;	background-position: -874px -322px; }





