/* Start of CMSMS style sheet 'menu' */
.menu {
	POSITION: relative;
	background: url(/gsimages/english/menu_index_bg.jpg) no-repeat center top;
	height: 34px;
	padding:0px;
      margin-top:10px;
             z-index: 2;
           font-family: Arial, Helvetica, sans-serif;font-size: 12px;}

.menu UL {
	LIST-STYLE-TYPE: none;
	margin:0px;
	padding:0px;
}
.menu LI {
	FLOAT: left;
	margin:0px;
	padding:0px;
	POSITION: relative;
	width:164px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.menu A,.menu A:visited {DISPLAY: block;COLOR: #fff;}
 HTML .menu A, HTML .menu A:visited  {
	line-height: 33px;COLOR: #fff;
}
HTML.menu A.current,HTML.menu A:visited.current{
	color: #00cc00;
	font-weight: bold; 
	/* background:url(/gsimages/english/current_menubg.gif) no-repeat left top; */
}
.menu UL UL {
	 LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 31px; HEIGHT: 0px;
	 padding-top:1px;
}
 HTML .menu UL UL {
	DISPLAY: block;
	LEFT: 3px;
	POSITION: absolute;
	TOP: 32px;
	line-height: 20px;
}
.menu TABLE {
	LEFT: 0px; POSITION: absolute; TOP: 0px;  border:none;
}
.menu td{border:none;} 
.menu UL UL A,.menu UL UL A:visited {
	WIDTH: 156px;
	COLOR: #ffffff;
	HEIGHT: auto;
	text-indent:4px;
	background:#006cc0;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
             border-top:1px solid #ffffff; 
}

.menu A:hover{
	BACKGROUND: url(/gsimages/english/hover_menubg.gif) no-repeat left top; COLOR: #fff;
}
.menu ul li:hover A {
	BACKGROUND: url(/gsimages/english/hover_menubg.gif) no-repeat center top;
}
.menu ul li:hover li A,.menu ul ul li A{
	COLOR: #00000;background:#006cc0; margin:0px; padding-left:8px;
border-top:1px solid #ffffff; }
.menu UL UL li A:hover{
	color:#fff;
	background: #0054af; padding-left:8px;border-top:1px solid #ffffff; 
}
.menu UL LI:hover UL,.menu UL A:hover UL {
	VISIBILITY: visible;
}
.menu UL LI:hover UL li a{border-top:1px solid #ffffff;}
.menu UL LI:hover UL li  hover:a,.menu UL A:hover UL li:hover a{background: #0054af;border-top:2px solid #ffffff;}
/* End of 'menu' */

