.meniu_all{
 width: 180px;
 border: 0px #f00 solid;
}

* html .meniu_all{
 padding-top: 10px;
}

.titlu_meniu{
 background-image: url(../img/submeniu/leftmenu_02.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 width: 180px;
 margin-bottom: 0;
 text-align: center;
 color: #777;
 font-size: 12px;
 font-weight: bold;
}
.table{
 border: 0px #000 solid;
 background-image: url(../img/submeniu/menu_bg.jpg);
 background-repeat: repeat-y;
 background-position: top left;
 width: 180px;
 font-size: 12px;
}
.table .top{
 background-image: url(../img/submeniu/top.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 height: 5px;
}
.table .bot{
 background-image: url(../img/submeniu/bot.jpg);
 background-repeat: no-repeat;
 background-position: bottom center;
 height: 5px;
}
.table td{
 padding: 3px 10px 3px 10px;
 text-align: right;
/* cursor: pointer;*/
}
.table .over{
/* text-align: left;*/ /* ca sa faca jocul dreapta -> stanga */
 text-decoration: none;
 color: #cc0e00;
 font-weight: bold;
 padding-right: 5px;
}
.table a:link, a:active, a:visited{
 color: #777;
 text-decoration: none;
}
.table a:hover{
 color: #cc0e00;
 text-decoration: none;
}
.table a.on:link, a.on:active, a.on:visited, a.on:hover{
 color: #cc0e00;
 text-decoration: none;
 font-weight: bold;
}
