@charset "utf-8";
#menu{
    float: none;
    position: absolute;
    width: 435px;
    height: 27px;
    right: 0;
    bottom: 0px;
   _bottom: -1px;
}
#menu li {
	float:left;
	width:85px;
	height:27px;
    margin-right: 3px;

	background:url(/img/m-1.png) left top no-repeat;
}
#menu li a {
	color:#cbcde4;
	display:block;
	font-size:14px;
	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: 80px;
    height: 23px;
    right: 15px;
    z-index:16;
    bottom: 0px;
}
#sme a{
    color: #cbcde4;
    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: 250px;
  left: 675px;
  color: #fff;
}

