.navbar
{
}  
.mainDiv
{
  width:180px;
  margin-bottom: 5px;
  margin-top: 5px;

}
a.link {display: block; font: bold 14px tahoma; margin-top: 5px; background: url(../button/bu-re.png); background-position: center center; background-repeat: no-repeat; border: none; width: 180px; height: 25px; cursor: pointer; text-indent: 10px}

a.link:hover {background: url(../button/bu-re-g.png); background-position: center center; background-repeat: no-repeat}

.topItem
{
  font: bold 14px tahoma;
  background: url(../button/bu-ob.png);
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 180px;
  height: 25px;
  cursor:pointer;
  text-indent:10px;
}
.topItemOver
{
  text-indent:10px;
font: bold 14px tahoma;
  background: url(../button/bu-ob-g.png);
  background-position:center center;
  background-repeat:no-repeat;
  height:25px;
  width: 180px;
  cursor:pointer;
}
.topItemClose
{
  text-indent:10px;
font: bold 14px tahoma;
  background: url(../button/bu-un.png);
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  cursor:pointer;
}
.topItemCloseOver
{
  text-indent:10px;
font: bold 14px tahoma;
  background: url(../button/bu-un-g.png);
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  cursor:pointer;
}
.dropMenu
{
  filter:alpha(opacity=100);
  
}
.subMenu
{
   font: 12px tahoma;	
   
}
.subItem
{
background: url(../button/bu-re-sm.png);
background-position:left;
background-repeat:no-repeat;
margin-left:3px;
margin-top:5px;
margin-bottom:2px;
width: 132px;
height:20px;
text-decoration:none;
}
.subItem a
{ 
display:block;
background-position:left;
background-repeat:no-repeat;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
text-decoration:underline;
color: #0000FF;
}
.subItemOver
{
background: url(../button/bu-re-sm-g.png);
background-position:right;
background-repeat:no-repeat;
margin-left:30px;
margin-top:5px;
margin-bottom:2px;
width: 132px;
height:20px;
}
.subItemOver  a
{
display:block;
background-position:left;
background-repeat:no-repeat;
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
text-decoration:underline;
cursor:pointer;
}
