#modMenu {
width:200px;
margin:0 0 2px;
}

  #modMenu dl {
	margin:0;
  }
  
  #modMenu dt{
	background: url('http://cachefly.apartmentsapart.com/aa/img_modules/header_1x37.jpg');
	color: #fff;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	padding: 0 8px;
	text-transform: uppercase;
  }
  
  #modMenu dd{
  	border: 1px solid #013567;
  	border-top: 0px;
	width: 99%;
	margin:0;
  }
  
  #modMenu dd a {
  	display: block;
  	line-height: 28px;
  	background: #BFDFFF;
  	border-top: 1px solid #013567;
	padding-left: 9px;
	text-decoration: none;
	color: #000;
	font-weight: bolder;  	
  }
  
  #modMenu dd a:hover
  {
  color:white;
  }
  
  #modMenu dd a img{
  	float: left;
  	border: 0px;
  	margin-top: 6px;
  	margin-right: 8px;
  }
  
  #modMenu p {
  	background: #BFDFFF;
  	border-top: 1px solid #013567;
  	margin: 0;
  	padding-top: 6px;
  	padding-bottom: 6px;
	padding-left: 10px;
  }
  
  #modMenu p a {
  	line-height: 15px;
  	display: inline;
  	background: none;
  	border: 0;
  	font-weight: lighter;
  	text-transform: capitalize;
  }

