

.multimenu{
    width: 100%;
    height: auto;
    background: white;
}
.multimenu ul{
    margin: 0px;
    padding: 0px;
}

.multimenu  ul  li{
    list-style-type: none;
    width: 100%;
    border-bottom: 1px #f1f1f1 solid;
} 
.multimenu  ul  li:last-child{
	border-bottom: 0px #f1f1f1 solid;
}
.multimenu  ul  li p{
    margin: 0px;
    background: url("../images/icon.png") top 12px left 15px no-repeat;
    border-bottom: 1px #F5376C dotted;
}
.multimenu  ul  li a{
    color: black;
    font-weight: 400;
    line-height: 35px;
    font-size: 13px;
    text-transform: inherit;
    text-decoration: none;	
}
.multimenu  ul  li a:hover{
text-decoration: none;		
}
.multimenu  ul li  ul li{
    height: auto;
    position: relative;
    padding-left: 40px;
    background: url("../images/icon.png") top 12px left 20px no-repeat;
    border-bottom: 1px #d0d0d0 dotted;
} 

.multimenu  ul li  ul li:hover{

}
.multimenu  ul li  ul li:hover a{
	color:black;
}


.multimenu  ul li  ul li a{
	font-weight: 500;
	color: white;
	font-size: 12px;
	padding-left: 0px;
	text-transform: inherit;
}
.menucap3{
position: absolute;
background: black;
width: 196px;
display: none;
z-index: 999;
top: 0px;
left: 157px;
  -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
}
/*
.multimenu  ul li  ul li:hover > .menucap3
{
	display:block;
	  -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
	
}*/
