@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ width:100%; float:left; }
.ddsmoothmenu ul{ z-index:100; margin:0; padding:0px; list-style-type: none; text-align:center; } 

/*Top level list items*/
.ddsmoothmenu ul li{ float:left; color: #222222; display: inline-block; font-size: 16px; padding:0 33px; position: relative; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display:block; font-family: 'nunito_sansbold';  font-size:16px; color:#222222; line-height:56px; text-transform:uppercase; padding:0 3px; position:relative; }
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current a { color:#de981a; text-decoration:none; }
.ddsmoothmenu ul li::after  { content:'';position:absolute; top:-1px; left:50%; width:0px; height:2px; background:#de981a;  -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.ddsmoothmenu ul li:hover::after, .ddsmoothmenu ul li.current::after { left:0; width:100%; }

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

/*1st sub level menu*/
.ddsmoothmenu ul li ul{ position: absolute;display: none; visibility: hidden; width:220px; z-index:0; border-top:3px solid #a12c8e; border-bottom:1px solid #bf7e0a;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{float: left; padding: 0; background:#f0a319; border-bottom: 1px solid rgba(0,0,0,0.2); line-height: 24px; text-align: left; border-right: 0; width: 100% !important;}
.ddsmoothmenu ul li ul li:after{content:none;}
.ddsmoothmenu ul li ul li:last-child{border-bottom:0;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top:-3px!important;}
.ddsmoothmenu ul li li li{ background:#f9b63d; }
/* Sub level menu links style */
.ddsmoothmenu ul li li a, .ddsmoothmenu ul li.current li a{ display:block; font-family: 'nunito_sanssemibold'; font-size:14px; color:#ffffff; line-height:18px; text-transform:none; padding:9px 15px; position:relative; }
.ddsmoothmenu ul li ul li a.selected{ background:#f9b63d; color:#6f37bd; }
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected:hover{ color:#222222; background:#ffffff; }

/* 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{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/*.ddsmoothmenu ul li span { border-right: 1px solid #6b93bb; bottom: 15px; float: left; height: 15px; left: 0; position: absolute;}*/
