div#submenu{
	margin:0px;
	}
	
/* download PDF */
#left-box ul{
	list-style:none;
	padding:0;	
	margin: 0;
	/*text-align:left;*/
	}
#left-box ul li{
	/*width:240px;
	height:25px;		*/
	
	background-color:#efefef;
	border-bottom:1px solid white;
	float: left;
	clear:left
	}
#left-box ul li img {
	float: left;
	padding:3px 8px 0 5px;
}

#left-box ul li a{
	height:100%;
	width:463px;
	font:12px/26px Arial, Helvetica, sans-serif;
	color:#2d4b91;
	display: block;
	float: left;
	}
#left-box ul li a:hover {
	background-color:#d7ddec;	
	}
	
#left-box a img{
	text-decoration:none;
	}
