.navbar {
  width:168px;
 border-left: 1px #949494 solid;
 border-right: 1px #949494 solid;
 border-bottom: 1px #949494 solid;
}  

.mainDiv {
  width:168px;
}

.topItem {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  width: 168px;
  height: 25px;
  line-height: 2.0em;
  color: #fff;  
  background-image: url('images/menue_title_bg.jpg');
  text-decoration: none;
}

.topItemOver {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  width: 168px;
  height: 25px;
  line-height: 2.0em;
  color: #FA9291;  
  background-image: url('images/menue_title_bg.jpg');
  text-decoration: none;
}

.topItemClose {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  width: 168px;
  height: 25px;
  line-height: 2.0em;
  color: #FA9291;  
  background-image: url('images/menue_title_bg.jpg');
  text-decoration: none;
}


.topItemCloseOver {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  width: 168px;
  height: 25px;
  line-height: 2.0em;
  color: #fff;  
  background-image: url('images/menue_title_bg.jpg');
  text-decoration: none;
}


.dropMenu {
  font: bold 11px tahoma,verdana,sans-serif;	
  color: #000000;
  border: 0px;
  filter:alpha(opacity=100);
  margin: 0px;
  padding: 0px;
}

.subMenu {
   display:block;
   height:25px;
   background-color: #FFF;
   margin: 0px;
}

.subItem {
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   display:block;
   line-height: 2.0em;
   width: 168px;
   height: 25px;
   color: #494949;
   border-bottom: 1px #B8B8B8 solid;

   background-image: url('images/menue_bg.jpg');
}

.subItem a
{
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   display:block;
   line-height: 2.0em;
   width: 168px;
   height: 25px;
   color: #494949;
   border-bottom: 1px #B8B8B8 solid;
   margin: 0px;
}

.subItemOver {
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   display:block;
   line-height: 2.0em;
   width: 168px;
   height: 25px;
   color: #282828;
   border-bottom: 1px #B8B8B8 solid;
   margin: 0px;
   display:block;
}

.subItemOver  a {
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   display:block;
   line-height: 2.0em;
   width: 168px;
   height: 25px;
   color: #282828;
   border-bottom: 1px #B8B8B8 solid;
   margin: 0px;
   background-image: url('images/menue_bg_hover.jpg');
   display:block;
}


.drop {
   border: 0px;
}
.smallnav {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FC5600;
}
