<style type="text/css">


/* Codul pentru meniul vertical-stanga */

#navcontainerst{
border: 0px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
/*width: 190px;*/
}

#navcontainerst ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#navcontainerst a{
font: bold 13px Verdana;
padding: 4px 10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
}

#navcontainerst a:visited{
color: 000000;
}

html>body #navcontainerst a{ /*Non IE rule*/
width: auto;
}

#navcontainerst a:hover{
background-color: #595959;
color: ffffff;
}

</style>
