.classline {
width:1px;
height:40px;
float:left !important;
background:#f1dcce;
}



.ddsmoothmenu ul li {

float:left;
}
.ddsmoothmenu ul li a{
  display: block;
  padding: 8px 14px;
  margin: 3px;
  float: left;
  color: #fff;
  margin-bottom:0px;
  text-decoration: none;
  font-weight:bold;
  border-right:1px solid #fff;
 
}
.ddsmoothmenu ul li img{
  float:left;
  margin-top:-2px;
  margin-right:2px;
}


.ddsmoothmenu ul li a:hover,.tichcuc{
background:#fff;
color:#000 !important;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute !important;
left:0px !important;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
top:43px !important;
width:250px !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
text-align:left;
background:#3d292a;
border-bottom: 1px dotted #666;
min-width:250px !important;
font-size:13px !important;
}