.ddsmoothmenu{ float:right; font-size:13px; padding:0px 0px 0px 0px; z-index:9999; margin: 0px 0 0 0; }
.ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li { position: relative; list-style:none; float: left; margin:0px; padding:0px 0px; font-size:20px; color:#eff1d9; height:auto; display:inline-block;-webkit-transform: skew(0deg); -moz-transform: skew(0deg); -ms-transform: skew(0deg); -o-transform:skew(0deg); transform: skew(0deg); -webkit-transition:all 200ms linear 0s; -moz-transition:all 200ms linear 0s; -o-transition:all 200ms linear 0s; transition:all 200ms linear 0s; }
.ddsmoothmenu ul li::after { content: ""; height:0px; left:0px; position: absolute; bottom: 0; width:100%; z-index: -1; -webkit-transition: all 320ms ease 0s; -moz-transition: all 320ms ease 0s; -ms-transition: all 320ms ease 0s;
-o-transition: all 320ms ease 0s; transition: all 320ms ease 0s; }
.ddsmoothmenu ul li:hover::after { height:2px; }
.ddsmoothmenu ul li a { float:left; display: block; padding:31px 25px; margin:0px; font-size:16px;font-family: 'CircularStd-Bold'; color:#3e3e40; text-align:center; line-height:15px; text-decoration: none;
 text-transform: uppercase; letter-spacing: 0.5px; border-radius:0px;  position: relative;}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.ddsmoothmenu ul li:last-child { padding-right: 0; border: none; }
.ddsmoothmenu ul li a::after { content: ""; position: absolute; bottom: 0px; left: 0px; right: 0px; margin: auto; height: 4px; background: #1748c8; width: 0px;transition: all 0.4s ease; }

/* .ddsmoothmenu ul li a:link{  }
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover, .ddsmoothmenu li.current a, .ddsmoothmenu ul li:hover a { color:#eff1d9; border-bottom:2px solid #f8f8f8; min-height: 53px; }
.ddsmoothmenu ul li ul li a.selected{ } */


.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { color: #1748c8;}
.ddsmoothmenu ul li a.selected::after, .ddsmoothmenu ul li a:hover::after { width: 100%;}
.ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li.current-menu-ancestor a {color: #1748c8;}
.ddsmoothmenu ul li.current-menu-item a::after, .ddsmoothmenu ul li.current-menu-ancestor a::after { width: 100%;}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{ position: absolute; left: 0;width:230px; display: none ; border: 0px solid #896419; border: 1px solid #eee !important; /*collapse all sub menus to begin with*/ 
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ display: list-item; float: left; background:#fff;  padding:0!important; height:auto; width: 100%; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a { width: 100%;  /*width of sub menus*/ padding: 8px 10px 8px 12px; margin: 0; background:#fff; color:#0a0a0a !important; font-size:16px; text-transform:none; text-align:left;
line-height:30px;border-bottom: 1px solid #eee !important; border-radius:0px !important; }
.ddsmoothmenu ul li ul li a:hover{ color:#1748c8!important; }

.ddsmoothmenu ul li ul li a::after { height: 0px;}

.ddsmoothmenu ul li ul li:last-child a { border-bottom: none !important;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; margin:0px; padding:0px; } 
.ddsmoothmenu ul li ul li ul li{ display: list-item; float: left; } 
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{ position: absolute; top: 12px; right: 7px; }
.rightarrowclass{ position: absolute; top: 6px; right: 5px; }

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ position: absolute; left: 0;top: 0; width: 0; height: 0; }
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }

