.navbar
{
}

.mainDiv
{
  width:177px;
}

.topItem
{
  font: bold 12px arial;
  letter-spacing: 0;
  padding-top:4px;
  background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: 1px solid #666699;
  width: 175px;
  height: 22px;
  color: #FFBB00;
  cursor:pointer;
  text-indent:5px;
}

.topItemOver
{
  text-indent:5px;
  font: bold 12px arial;
  letter-spacing: 0;
  padding-top:4px;
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: 1px solid #666699;
  height: 22px;
  width: 175px;
  color: #FFFFFF;
  cursor:pointer;
}

.topItemClose
{
  text-indent:5px;
  font: bold 12px arial;
  letter-spacing: 0;
  padding-top:4px;
  background: url("arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: 1px solid #666699;
  height: 22px;
  width: 175px;
  color: #FFFFFF;
  cursor:pointer;
}

.topItemCloseOver
{
  text-indent:5px;
  font: bold 12px arial;
  letter-spacing: 0;
  padding-top:4px;
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: 1px solid #666699;
  height: 22px;
  width: 175px;
  color: #FFBB00;
  cursor:pointer;
}

.dropMenu
{
  font: regular 12px arial;
  background-color: #330033;
  width: 175px;
  color: #000;
  border: 1px solid #666699;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:3px;
  padding-bottom:3px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:2px;
   margin-top:2px;
   height:18px;
   font: 12px arial;
   text-decoration:none;
   color: #215dc6;
}

.subItem a
{
   margin-left:2px;
   font: 12px arial;
   text-decoration:none;
   color: #FFBB00;
}

.subItemOver
{
   margin-left:2px;
   margin-top:2px;
   font: 12px arial;
   height:18px;
   background-color: #330033;
}

.subItemOver  a
{
   margin-left:2px;
   font: 12px arial;
   cursor:pointer;
   color: #EEEE99;
   text-decoration:none;
   cursor:pointer;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;
}

