/*Left Menu*/
  #leftmenu .actions {
    vertical-align: top;
    width: 220px;
   }
	
  .actions a:hover {
  	color: white; background: #3399FF; 
	text-decoration: none; 
	/*font-weight:bold; */
   }
  
  .actions a {
    display: block;
    margin: 0px;
    padding: 4px 4px;
    text-decoration: none;
	color:#3B5998;
	
    border-bottom: solid 1px #D8DFEA; 
  }
