/* CSS Document */

ul#glbMenu li{
list-style-type:none;
display:block;
width:148px;
height:40px;
float:left;
}

ul#glbMenu li#topNavi{
width:150px;
}

ul#glbMenu li a{
display:block;
width:148px;
height:40px;
text-indent:-9999px;
}

li#whatNavi a{
background:url(../img/icon/what.jpg) left top no-repeat;
}

li#serviceNavi a{
background:url(../img/icon/service.jpg) left top no-repeat;
}

li#shopNavi a{
background:url(../img/icon/shop.jpg) left top no-repeat;
}

li#memberNavi a{
background:url(../img/icon/member.jpg) left top no-repeat;
}

ul#glbMenu li#topNavi a{
background:url(../img/icon/home.jpg) left top no-repeat;
width:150px;
}

ul#glbMenu li a:hover,
ul#glbMenu li#topNavi a:hover{
background-position:bottom;
}