#menu-left {
  width:203px;
  /*background-image:url(../img/menu-left-bg.gif);*/
  background-color:#ffffff;
  
}

.menu-left-l1,
.menu-left-l1-active {
  width:202px;
  height:30px;
  font-family:arial,sans-serif;
  font-weight:bold;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  font-size:9pt;
  overflow:hidden;
  background-image:none;
}
 

.menu-left-l1 A,
.menu-left-l1-active A {
  display:block;
  
  width:185px;
  height:15px;
  font-family:arial,sans-serif;
  font-weight:bold;
  padding-left:23px;
  padding-right:6px;
  padding-top:6px;
  padding-bottom:9px;
  font-size:9pt;
  overflow:hidden;
  background-image:url(../img/category_bg.jpg);
  background-repeat:no-repeat;
  
  color:#ffffff;
  text-decoration:none;
}

.menu-left-l1-active A { 
  background-image:url(../img/current_bg.jpg);
}

.menu-left-l1 A:hover {
   background-image:url(../img/hover_bg.gif);
   
}

.menu-left-l2,
.menu-left-l2-active {
  width:200px;
  height:28px;
  font-family:arial,sans-serif;
  font-weight:bold;
  font-size:9pt;
  overflow:hidden;
}

.menu-left-l2 A{
  color:#000000;
  text-decoration:none;
  
  display:block;
  width:179px;
  height:22px;
  background-image:url(../img/menu-left-l2-no.gif);
  background-repeat:no-repeat;
  
  padding-left:21px;
  padding-top:6px;
  
}

.menu-left-l2-active A {
  color:#cc0000;
  text-decoration:none;
  
  display:block;
  width:179px;
  height:22px;
  background-repeat:no-repeat;
  
  padding-left:21px;
  padding-top:6px;
  
}

.menu-left-l2 A:hover{
  /*color:#ea0000;*/
  background-image:url(../img/menu-left-l2-ro.gif);
  
  
}
