.navbar
{
}  

.mainDiv
{
  width:193px;
}

.topItem
{   font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background:url("../images/minus-icon.gif") right top no-repeat;
  background-position:center center;*/
  background-repeat:no-repeat;
  background-color:#790000;
  font-weight:bold;
  padding-top:10px;
  border: none;
  width: 193px;
  height:30px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
}
.topItemOver
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/minus-icon.gif") right top no-repeat;*/
  background-position:center center;
  background-color:#790000;
  background-repeat:no-repeat;
  font-weight:bold;
   padding-top:10px;
  height:30px;
  width: 193px;
  color: #ffffff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/plus-icon.gif") right top no-repeat ;*/
  background-position:center center;
  background-color:#790000;
  background-repeat:no-repeat;
  font-weight:bold;
   padding-top:10px;
  height:30px;
  width: 193px;
  color: #ffffff;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/plus-icon.gif") right top no-repeat;*/
  background-position:center center;
  background-color:#790000;
  background-repeat:no-repeat;
   padding-top:10px;
  height:30px;
  width: 193px;
  font-weight:bold;
  color: #fb0000;
  cursor:pointer;
}

.topItem2
{   font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background:url("../images/minus-icon.gif") right top no-repeat;
  background-position:center center;*/
  background-repeat:no-repeat;
  background-color:#a70000;
  font-weight:bold;
  padding-top:10px;
  border: none;
  width: 193px;
  height:30px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
}

.topItem2Over
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/minus-icon.gif") right top no-repeat;*/
  background-position:center center;
  background-color:#a70000;
  background-repeat:no-repeat;
  font-weight:bold;
   padding-top:10px;
  height:30px;
  width: 193px;
  color: #ffffff;
  cursor:pointer;
}

.topItem2Close
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/plus-icon.gif") right top no-repeat ;*/
  background-position:center center;
  background-color:#a70000;
  background-repeat:no-repeat;
  font-weight:bold;
   padding-top:10px;
  height:30px;
  width: 193px;
  color: #ffffff;
  cursor:pointer;
}


.topItem2CloseOver
{
  text-indent:10px;
  font:12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  /*background: url("../images/plus-icon.gif") right top no-repeat;*/
  background-position:center center;
  background-color:#a70000;
  background-repeat:no-repeat;
   padding-top:10px;
  height:30px;
  width: 193px;
  font-weight:bold;
  color: #fb0000;
  cursor:pointer;
}
.dropMenu
{
  font: bold 11px Arial, Helvetica, sans-serif;
  /*background:url(../images/sub-menu-strip.gif) repeat-y;*/
  background-color:#790000;
  color: #000;
/*border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;*/
  filter:alpha(opacity=100);
   padding-bottom:0px;
   padding-left:30px;
}
.dropMenu2
{
  font: bold 11px Arial, Helvetica, sans-serif;
  /*background:url(../images/sub-menu-strip.gif) repeat-y;*/
  background-color:#a70000;
  color: #000;
/*border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;*/
  filter:alpha(opacity=100);
   padding-bottom:0px;
   padding-left:30px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:0px;
   margin-top:0px;
   height:20px;
   font: 11px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #888a8c;
   
}

.subItem a
{
   margin-left:0px;
   font: 11px Arial, Helvetica, sans-serif;	 	
   text-decoration:none;
   color: #fff;
}

.subItemOver
{
   margin-left:0px;
   margin-top:0px;
   font: 11px Arial, Helvetica, sans-serif;	  
   height:20px;
   color: #cfaf00;
}

.subItemOver  a
{
   margin-left:0px;
   font: 11px Arial, Helvetica, sans-serif;
   cursor:pointer;	
   color: #ffeb01;
   text-decoration:none;
    cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




