ul{
    /* list-style-image: url('s1.png');*/
	width:100%;
	/*margin-bottom:20px;*/
	overflow:hidden;
	border-top:1px solid #ccc;

margin:0;
    padding:0;
}

   li{
    border: 1px dashed #ededed;
	line-height:2.0em;
	text-decoration: none;
	float:left;
    display: inline-block;
    width: 100%;
    
}


#double li	{ width:50%;list-style-type: none;}
#triple li	{ width:33.333%;list-style-type: none;
              border-bottom: 1px dashed #ccc;
            float:left;line-height:1.5em; 
         
           }



#quad li		{ width:25%; }
#five li		{ width:25%;text-align: left; float: left;}

#five li a{  text-decoration: none;color: #545454; padding-left: 40px; float: left; }  
  
#six li		{ width:20.666%; }

.image-wrap {

    border: 1px solid #454545;

}
.container   {  left:20px;top: 30%;vertical-align: middle;  color:#000; background: url(../home-nehow.png) no-repeat;}
.container a{ text-align: middle; position: relative; color:#fff;}
.container a:hover{  color:#e0e0e0;}
.icon-home-visa {   width:auto; /*width of your image*/
   height:auto; /*height of your image*/
   background-image:url('../home-nehow.png');
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */}