@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: #000000; display: inline-block; font-size: 16px; padding: 0px 10px; position: relative; border-left:0px solid #d6d6d6;}
.ddsmoothmenu-last { padding: 0px 0px 0px 9px !important;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display:block; font-family: "Work Sans", Arial, Helvetica, sans-serif;  font-size:14px; color:#000000; line-height:28px; padding: 0 46px; position:relative;/*font-weight: bold;*/text-transform: uppercase; margin-top: 0px; }
.ddsmoothmenu ul li a:hover { color:#1665c1; text-decoration:none; }
/*
.ddsmoothmenu ul li.current { border-bottom:2px solid #ffffff;	}
*/
.ddsmoothmenu ul li.current a{ color:#1665c1;}
.ddsmoothmenu ul li::after  { content:'';position:absolute; top:0px; left:50%; width:0px; height:2px; background:#f5d114;  -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%; }
.ddsmoothmenu ul li.contact { padding: 8px 0px 0px 14px; }
.ddsmoothmenu-last-child {  color:#000000 !important;border:#ffd832 1px solid;border-radius: 50px; padding: 20px 20px 20px 20px  !important; margin: 8px 0px 8px 8px; line-height: 0px !important;	 }
/*
.ddsmoothmenu ul li:last-child a {
	color:#fe7494;
	border-radius: 50px;
	background-color:#ffffff;	
	padding: 10px 20px 10px 20px;
}
*/

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

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

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{float: left; padding: 0; background:#1665c1; border-left:none; /*border-bottom: 1px solid rgba(0,0,0,0.2);*/ border-bottom: 1px dotted #cacaca; 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:#257ee6;color:#1665c1; }
*/
/* Sub level menu links style */
.ddsmoothmenu ul li li a, .ddsmoothmenu ul li.current li a{ display:block; font-family: "Work Sans", Arial, Helvetica, sans-serif; font-size:14px; color:#f4f4f4; line-height:18px; text-transform:none; padding:9px 15px; position:relative;text-transform: uppercase;font-weight: bold; }
.ddsmoothmenu ul li ul li a.selected{ /*background:#ffffff;*/ color:#6f37bd; color:#ffd832; }
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected:hover{ color:#ffd832; /*background:#f4f4f4;*/ }


.ddsmoothmenu ul li ul li ul li{float: left; padding: 0; background:#1971d8; border-left:none; /*border-bottom: 1px solid rgba(0,0,0,0.2);*/ border-bottom: 1px dotted #cacaca; line-height: 24px; text-align: left; border-right: 0; width: 100% !important;}
.ddsmoothmenu ul li ul li ul li ul li{float: left; padding: 0; background:#257ee6; border-left:none; /*border-bottom: 1px solid rgba(0,0,0,0.2);*/ border-bottom: 1px dotted #cacaca; line-height: 24px; text-align: left; border-right: 0; width: 100% !important;}

/* 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;}*/
