

#tleftmenu
{
 width: 167px;
 background: #F3F3F3;/* #F7DFDD; */
 margin-bottom: 5px;
}


#tleftmenu td.leftmenutd
{
  width: 100%;
  line-height:25px;
  cursor:pointer;
    border-top : solid; /*dotted;*/
	border-width : 1px;
  	border-color : #CCCCCC;
}

#tleftmenu td.leftmenutd:hover
{
  background: #B23229;
}


#tleftmenu a.selected
{
  display: block;
text-decoration:none;
  color: #fff; 
  background: #B23229;
  width:100%;
   font: bold 12px Verdana, sans-serif;
  letter-spacing: 0;
    line-height:25px;
text-indent: 4px;
  /* text-indent:15px; */
}

#tleftmenu a.leftmenua, a.leftmenua:visited
{
display: block;
text-decoration:none;
color: #00f;/* #6C8EFF; */

width:100%;
padding-left:0px; 
  font: bold 12px Verdana, sans-serif;
  letter-spacing: 0;
    line-height:25px;
text-indent: 4px;

text-align: right;
padding-right: 0px;
}

#tleftmenu a.leftmenua:hover, a.leftmenua:active
{
  color: #fff; 
  background: #B23229;
 /* text-indent:15px;
  /*width:100%; 
  padding-left:3px;  */
}


/* ******** UL LEFT MENU ***************** 

#ul_left_menu
{
  list-style-type: none;  
  margin: 0 auto;
  width: 180px;
  background: #F7DFDD;
  font: bold 11px tahoma,verdana,sans-serif;
}

/* *********** DIV LEFT MENU ************** 
#div_left_menu
{

  width: 187px;
  background: #F7DFDD;
      border-top : dotted;
	border-width : 1px;
  	border-color : #A09F9F;
}



#div_left_menu a, a:visited
{
  width:187px;
   font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
    line-height:25px;
	text-decoration:none;
  color: #000;
  display: block;
}

#div_left_menu a:hover
{
  color: #000;
  background: #ff0000;
      line-height:25px;
}
*/


