.navbar
{
	padding-left: 4px;
	padding-top: 5px;
}  

.mainDiv
{
  width:220px;
}
.tempItem
{
  background: url("../../images/left_meni_down_title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  line-height: 25px;
  color: #c2c2c2;
  cursor:pointer;
  text-indent:10px;
}
.tempItem a:active, .tempItem a:visited, .tempItem a:link
{
	font: bold 12px Verdana, Geneva, sans-serif;
  /* background: url("../../images/left_meni_down_title_on.gif") no-repeat 0 0; */
  background-position: center center;
  background-repeat: no-repeat;
  width: 220px;
  height: 25px;
  line-height: 25px;
  color: #c2c2c2;
  cursor: pointer;
  text-indent: 10px;
  text-decoration: none;
  font-weight: normal;
}
.tempItem a:hover
{
  /* background: url("../../images/left_meni_down_title_on.gif") no-repeat 0 0; */
  background-position: center center;
  background-repeat: no-repeat;
  width: 220px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  cursor: pointer;
  text-indent: 10px
  text-decoration: none;
  font-weight: normal;
}


.tempItemOver
{
  text-indent:10px;
  background: url("../../images/left_meni_up_title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  line-height: 25px;
  width: 220px;
  color: #fff;
  cursor:pointer;
}
.topItem
{
  background: url("../../images/left_meni_down_title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  line-height: 25px;
  color: #c2c2c2;
  cursor:pointer;
  text-indent:10px;
  font-size: 12px;
}

.topItemOver
{
  text-indent:10px;
  background: url("../../images/left_meni_up_title_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  line-height: 25px;
  width: 220px;
  color: #fff;
  font-size: 12px;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  background: url("../../images/left_meni_down_title.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  line-height: 25px;
  width: 220px;
  color: #c2c2c2;
  font-size: 12px;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  background: url("../../images/left_meni_down_title_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  line-height: 25px;
  width: 220px;
  color: #fff;
  font-size: 12px;
  cursor:pointer;
}



.dropMenu
{
  filter:alpha(opacity=100);
  padding-top:1px;
  padding-bottom:1px;
}

.subMenu
{
   display:block;
   color: #000;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: #9c1308;
}

.subItem a
{
   margin-left:10px;
   text-decoration:none;
   color: #9c1308;
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
   height:18px;
   color: #626262;
}

.subItemOver  a
{
   margin-left:10px;
   cursor:pointer;	
   color: #626262;
   text-decoration: none;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




