
#modMenuPartners  {
    margin: 0 0 15px 0;
width: 200px;
  }
  
  #modMenuPartners  dl {
	float:left;
  }
  
  
  #modMenuPartners  dt{
	background-color: #013263;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 9px;
	font-weight: bolder;
	margin-bottom: 3px;
  }
  
  #modMenuPartners  dd{
  	
  	border-top: 0px;
	width: 100%;
	margin:0;
  }
  
  #modMenuPartners  dd a {
  	display: block;
  	line-height: 28px;

  	border-bottom: 1px dotted #666666;
	
	padding-left: 9px;
	text-decoration: none;
	color: #333333;
	font-weight: bolder;  	
  }
  
  #modMenuPartners  dd a img{
  	float: left;
  	border: 0px;
  	margin-top: 10px;
  	margin-right: 8px;
  }
  
  

