/*

#dropmenudiv{
position:absolute;
background-color: #E6EED7;
border:1px solid #A09F9F; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;

border-bottom: 1px dotted #A09F9F;

text-decoration: none;
font-weight: bold;

   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #7A8328;
   line-height: 25px;
   text-indent:20px;
}

#dropmenudiv a:hover{ /*hover background color
background-color: #C8D6AF;
}

*/

#tleftmenu
{
 width: 180px;
 background: #fff;
 margin-bottom: 5px;
 }


#tleftmenu td.leftmenutd
{
  width: 180px;
  line-height:24px;
  cursor:pointer;
  /*  border-top : dotted;
	border-width : 1px;
  	border-color : #A09F9F;*/

}

#tleftmenu td.leftmenutd:hover
{
  background: #fff;
  }


#tleftmenu a.leftmenua, a.leftmenua:visited
{
text-decoration:none;

font: bold 14px sans-serif;
	color : #ffffff;
	font-weight : bold;

line-height:25px;
width:100%;
text-indent:20px;

display: block;

  
  letter-spacing: 0;
    line-height:24px;

 background-image : url('images/nav_blue.gif');	
 background-repeat: no-reapeat;
}

#tleftmenu a.leftmenua:hover, a.leftmenua:active
{
 /* color: #A9322C; 
  background: #C8D6AF; */
  width: 100%;
  text-indent:20px;
  background-image : url('images/nav_over.gif');
background-repeat: no-reapeat;
  
  display: block;
}
