
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}


.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}



* html .ddsmoothmenu ul li a{ 
display: inline-block;
}



.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 9px no-repeat;
width:auto;
padding-bottom:7px;

}


.ddsmoothmenu ul li ul li{
float: none;
display: list-item;
background:#000;
}



.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:hover{
text-align:left;
margin:0;
padding:12px 0 12px 16px;
background:#000;
line-height:100%;
width:168px;
height:1%;
border-bottom:1px solid #333;
text-transform:none;

}

.ddsmoothmenu ul li ul li a:hover {
	color:#1FA2E1;	
}

.ddsmoothmenu ul li ul li a.last, .ddsmoothmenu ul li ul li a.last:hover {
	border:none;	
}


* html .ddsmoothmenu{height: 1%;} 




