#MenuBar{
  
}
#Menu{
	width:230px;
	border:1px solid #7f97a8;
	padding:5px;
	position: absolute;
	background-color: #7fccff;
	background-image:url(/data/images/small-bg.png);
	background-repeat:repeat-y;
}
#Menu .link{
  display:block;
  margin:2px;
  margin-top:3px;
  margin-bottom:0px;  
  margin-left:7px;
  padding:2px;
  padding-left:10px;
  border:1px solid #7f97a8;
  border-left:0px;
  background-image:url(/data/images/menu-item-bg-2.png);
	background-repeat:repeat-x;
}
#Menu .link:hover{
	color:#000033;
	background-image:url(/data/images/menu-item-bg.png);
	background-repeat:repeat-x;
}
#Menu .sublink{
  display:block;
  margin:2px;
  margin-top:3px;
  margin-bottom:0px;  
  margin-left:7px;
  padding:2px;
  padding-left:10px;
  border:1px solid #7f97a8;
  border-left:0px;
  background-image:url(/data/images/menu-item-bg-2.png);
	background-repeat:repeat-x;
}
#Menu .sublink:hover{
	color:#000033;
	background-image:url(/data/images/menu-item-bg.png);
	background-repeat:repeat-x;
}
#Menu a.Section{
  display:block;
  margin:3px;
  margin-bottom:0px;
  margin-left:7px;
  padding:2px;
  margin-right:2px;
  padding-bottom:0px;
  padding-left:10px;
  border:1px solid #7f97a8;
  border-left:0px;
  text-decoration:none;
  background-image:url(/data/images/menu-item-bg-2.png);
	background-repeat:repeat-x;
}
#Menu a.Section:hover{
	background-image:url(/data/images/menu-item-bg.png);
	background-repeat:repeat-x;
}
#Menu div.Section{
  padding:0px;
  margin-top:0px;
  margin-left:18px;
  margin-right:0px;
  padding-left:5px;
  padding-top:3px;
  margin-bottom:15px;
  background-image:url(/data/images/small-bg.png);
	background-repeat:repeat-y;
}

#SearchBox{
  display:none;
	width:180px;
	height:85px;
	border:1px solid #7f97a8;
	padding:5px;
	position: absolute;
	background-color: #7fccff;
	background-image:url(/data/images/small-bg.png);
	background-repeat:repeat-y;
}
#SearchBox .qinput{
  margin-left:20px;
}
#SearchBox .btn{
  margin-left:20px;
}
#SearchBox .G{
  margin-left:20px;
  background:URL(images/g_favicon.png) no-repeat;
  padding-left:20px;
  height:16px;
}
#SearchBox .Y{
  background:URL(images/y_favicon.png) no-repeat;
  padding-left:20px;
  height:16px;
}

#LFP{
  display:none;
	width:430px;
	border:1px solid #7f97a8;
	padding:5px;
	position: absolute;
	background-color: #7fccff;
	background-image:url(/data/images/small-bg.png);
	background-repeat:repeat-y;
}
#LFP a.Section{
  display:block;
  margin:3px;
  margin-bottom:0px;
  margin-left:7px;
  padding:2px;
  margin-right:2px;
  padding-bottom:0px;
  padding-left:10px;
  border:1px solid #7f97a8;
  border-left:0px;
  text-decoration:none;
  background-image:url(/data/images/menu-item-bg-2.png);
	background-repeat:repeat-x;
}
#LFP a.Section:hover{
	background-image:url(/data/images/menu-item-bg.png);
	background-repeat:repeat-x;
}
#LFP div.Section{
  /*width:400px;*/
  padding:0px;
  margin-top:0px;
  margin-left:18px;
  margin-right:0px;
  padding-left:5px;
  padding-top:3px;
  margin-bottom:15px;
}


