.ddsmoothmenu-a{
    margin-bottom:30px;
}
.ddsmoothmenu-a ul{
	float:left;
	position:relative;
	z-index:0;
    margin: 0px;
    padding: 0px;
    width: 100%; /* Main Menu Item widths */
    list-style-type: none;
}

.ddsmoothmenu-a ul li{
    position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-a ul li a{
	float:left;
	margin:0px;
    display: block;
	text-align:left;
	width:100%;
    padding:10px 10px ;
    border-top: 1px solid #ccc;
    font-size:14px;
    color:rgba(27,85,159,1);
    text-transform: uppercase;
}
.ddsmoothmenu-a ul li.noseperate a{
   border-bottom: 1px solid #ccc; 
}
.ddsmoothmenu-a ul li.active a{
    background:#eee;
}

/*==========sub menu=============*/

.ddsmoothmenu-a ul li ul a{
    padding:10px 15px ;
    border-top: 1px dotted #ddd;
    color:#000;
    text-transform: none;
}
.ddsmoothmenu-a ul li ul{display:none;}

.ddsmoothmenu-a ul li.active ul{
  display:block;  
}
.ddsmoothmenu-a ul li ul a:hover, .ddsmoothmenu-a ul li ul a:focus, .ddsmoothmenu-a ul li ul a.current{
    color:red;
}
.ddsmoothmenu-a ul li.active ul a{background:none;}


