@charset "utf-8";
#menu{
    float: none;
    position: absolute;
    /*width: 465px;*/
    height: 27px;
    right: 0;
    bottom: 0px;
   _bottom: -1px;
}
#menu li {
	float:right;
	width:85px;
	height:27px;
    margin-right: 3px;

	background:url(/img/g-1.png) right top no-repeat;
}
#menu li a {
	color: #b4b4b4;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
    padding:5px 12px 5px 8px;
    _padding:5px 12px 0px 8px;
}
#menu li a.here, #menu li a:hover {
   	background:url(../img/m-2.png) left top no-repeat;
	color:#fff;
}

#menu li a#idc {
	padding:10px 15px;
}
#sme{
    position: absolute;
    width: 120px;
    height: 23px;
    right: 15px;
    z-index:16;
    bottom: 0px;
}
#sme a{
    color:#b4b4b4;
    margin: 0px 4px;
}
#sme a:hover{
    color: #fff;
}
.relative{
  position: relative;
  height: 22px;
}
.p-2{
  position: absolute;
  width: 360px;
  left: 510px;
}
.p-3{
  position: absolute;
  width: 990px;
  left: 5px;
  color: #fff;
}
.p-4{
  position: absolute;
  width: 990px;
  left: 5px;
  text-align:right;
  color: #fff;
}

