.navbar
{
}  

.mainDiv{
  width:192px;
}

.topItem{
  width:192px;
  height: 35px;
  cursor:pointer;
}

.topItemOver{
  width:192px;
  height: 35px;
  cursor:pointer;
}

.topItemClose
{
  width:192px;
  height: 35px;
  cursor:pointer;
}


.topItemCloseOver
{
  width:192px;
  height: 35px;
  cursor:pointer;
}



.dropMenu{
	background:url(../img/slide_bg.gif) repeat-y 0 0;
  filter:alpha(opacity=100);
}

.subMenu{
}

.subItem{
height:25px; 
}

.subItem a
{
background:url(../img/point01.gif) no-repeat 5px 12px;
padding:6px 5px 6px 13px;
width:172px;
display:block;
border-bottom:1px dotted #CEC8BF;
margin:0px auto;
text-decoration:none;
color:#111111;
font-size:10px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.subItemOver
{
height:25px;
}

.subItemOver a{
background:url(../img/point01.gif) no-repeat 5px 12px #F6F4EE;
padding:6px 5px 6px 13px;
width:172px;
display:block;
border-bottom:1px dotted #CEC8BF;
margin:0px auto;
text-decoration:none;
color:#111111;
font-size:10px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}





