#left_menu{
   float: left;
/*   height: 1000px;*/
   margin-left: 0px; 
/*   margin-top:95px; */
	/*background-color: #9cc;*/

   background-color: #395D8D;
   font-size: 10px;
}

#left_menu ul {
   
   list-style: none;
   /*padding: 2px 2px 0px 0px;*/
   
   width: 160px;
   line-height: 1.5em;
}
#left_menu li {
    margin-left: -8px; 
}
#left_menu .menu_title {
   background: #C0C0C0;
   color: #395D8D;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 11px;
}
#left_menu .menu_link {
   background: #395D8D;
   color: white;
} 
#left_menu a:hover
{
	color: #C43C03;
	text-decoration: none;
	font-weight: bold;
	background:#bdbb7d;
}
#left_menu a {
/* Amargin-left:-7px; */
   color:white;
} 


