/* CSS Document */
*{
padding:0;
margin:0;
}

#menu ul{
width:775px;
height:30px;
}

#menu li{
float:left;
width:155px;

margin:0;

list-style:none;
}

#menu li a{
display:block;
width:155px;
height:30px;
}

#b1{background:url(../images/tmp/b1.jpg) no-repeat;}
#b2{background:url(../images/tmp/b2.jpg) no-repeat;}
#b3{background:url(../images/tmp/b3.jpg) no-repeat;}
#b4{background:url(../images/tmp/b4.jpg) no-repeat;}
#b5{background:url(../images/tmp/b5.jpg) no-repeat;}

#menu li a:hover{
background-position:0 -30px;
}

#main #pan{
display:none;
}

address{
float:left;
font-weight:bold;
color:#666666;
}

#tophe{
	clear:both;
}

#tophe p{
text-align:right;
padding:0 200px 20px 0;
}
