  #modMenu dl {
	float:left;
  }
  
  #modMenu {
  	width: 200px;
  	margin-top:0px;
  }
  
  #modMenu dt{
	background: #013567;
	line-height: 20px;
	color: #FEFEFE;
	text-transform: uppercase;
	padding-left: 9px;
	font-weight: bolder;
	margin-bottom: -1px;
  }
  
  #modMenu dd{
        background: #BFDFFF;
	margin:0;
  }
  
  #modMenu dd a {
        background: #BFDFFF url(http://cachefly.apartmentsapart.com/aa/img_modules/triangle.gif) no-repeat scroll left center;
  	display: block;
  	line-height: 28px;
  	border-top: 1px solid #013567;
	padding-left: 12px;
	text-decoration: none;
	color: #013567;
	font-weight: bolder;  	
	margin: 0 5px;
  }

  #modMenu dd a:hover {
  	color: #2776B1;
  }
  
  #modMenu dd a img{
  	float: left;
  	border: 0px;
  	margin-top: 6px;
  	margin-right: 8px;
  }
  
  #modMenu p {
  	background: #EFF4FA;
  	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;
  }

