/* グローバルメニュー＿サポート
---------------------------------------------------- */

#gmenu{
height: 26px;
color: #ffffff;
margin-bottom: 7px;
}



#gmenu ul{
padding: 0px;
margin: 0px;
list-style: none;
background-color: #ffffff;
}

#gmenu li{
position: absolute;
top: 32px;
display: block;
margin: 0px;
padding: 0px;
width: 150px;
height: 26px;
text-indent: -9999px;
background-color: #ffffff;
}



#gmenu li a{
text-decoration: none;
display: block;
width: 150px;
height: 26px;
color: #ffffff;
}


#gmenu li#personal{
left: 0px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) 0 0px no-repeat;
}

#gmenu li#personal a:hover{
left: 0px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) 0 -26px no-repeat;
}


#gmenu li#support{
left: 150px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -150px -26px no-repeat;
}

#gmenu li#club{
left: 300px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -300px 0 no-repeat;
}

#gmenu li#club a:hover{
left: 300px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -300px -26px no-repeat;
}

#gmenu li#shop{
left: 450px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -450px 0 no-repeat;
}

#gmenu li#shop a:hover{
left: 450px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -450px -26px no-repeat;
}

#gmenu li#event{
left: 600px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -600px 0 no-repeat;
}

#gmenu li#event a:hover{
left: 600px;
background: url(http://olympus-imaging.jp/common/gmenu.jpg) -600px -26px no-repeat;
}