ul,li	{
margin:0;
padding:0;
}

#globalNavi {
background: url(image/navi.jpg) repeat-x;
height: 28px;
padding-top: 0px;
text-align: center;
}

#nav {
width: 950px; 
margin: 0 auto; position: relative; 
line-height:1; 
text-align: left;
z-index:50;
}

#nav li { 
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 12px;
list-style: none; 
float: left; 
position: relative; 
}

#nav ul { 
display: none; 
position: absolute; 
top: 53px; 
left: 0; 
}

* html #nav ul { 
line-height: 0; 
}

#nav ul li {
float: none;
}

#nav ul {
width: 158px;
}

#nav ul ul {
top: 0; left: 158px;
}

#nav ul a { 
display: block;
width: 142px;
background:#000000;
padding: 8px;
color: #FFF;
border-bottom: 1px solid #FFF;
opacity: 0.7;
filter: alpha(opacity=70);
zoom: 1;
line-height: 1;
text-decoration: none;
}

#nav ul a.hover {
background: #444;
}