

#tleftmenu
{
 width: 218px;
 margin: 0 auto;
 margin-top: 25px;
}


#tleftmenu td.leftmenutd
{
  width: 100%;
  line-height:36px;
  cursor:pointer;
    border-top : solid; 
	border-width : 5px;
  	border-color : #fff;
	background: #fff url('images/leftmenu_bg.jpg') no-repeat;
  margin-top:5px;
}

#tleftmenu td.leftmenutd:hover
{
  background: #fff url('images/leftmenu_bg_hover2.jpg') no-repeat;
}


#tleftmenu a.selected
{
  display: block;
text-decoration:none;
  color: #000; 
  background: #fff url('images/leftmenu_bg_hover2.jpg') no-repeat;
  width:100%;
    font: bold  13px Arial;

    line-height:36px;
text-indent: 20px;
}

#tleftmenu a.leftmenua, a.leftmenua:visited
{
display: block;
text-decoration:none;
color: #000; 

width:100%;
padding-left:0px; 
  font: bold  13px Arial; 
  
    line-height:36px;
text-indent: 20px;

padding-right: 0px;
}

#tleftmenu a.leftmenua:hover, a.leftmenua:active
{
background: #fff url('images/leftmenu_bg_hover2.jpg') no-repeat;
}





