@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{ position: relative; float:left; padding:0 13px; }
.ddsmoothmenu ul li a::before { content: ""; position:absolute; width: 100%; height: 0; background:#092f75; bottom: 0; left: 0; z-index:-1;transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease;}
/*.ddsmoothmenu ul li:first-child a::before { 
content: ""; position:absolute; width: 100%; height: 0; background:url(../images/home-ico.png) no-repeat center center #092f75; bottom: 0; left: 0; z-index:-1;
transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease;
}*/
.ddsmoothmenu ul li:hover a::before { height:100%; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; font-size:12px; line-height:40px; color:#000000; text-transform:uppercase; text-decoration:none; padding:0px 10px; position:relative; z-index:10; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; }
.ddsmoothmenu ul li a:hover { color:#0873ba; /*background: #092f75 none repeat scroll 0 0;*/}
.ddsmoothmenu ul li.current a { color:#ffffff; }
.ddsmoothmenu ul li.current li a { color:#000; }
/*.ddsmoothmenu ul li:first-child a{ background:url(../images/home-ico.png) no-repeat center center; width:50px; text-indent:-999999px; padding:0px; }*/
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.selected:hover, .ddsmoothmenu li.current, .ddsmoothmenu li.current:hover,
.ddsmoothmenu li.current:first-child a:hover { background-color:#092f75; color:#ffffff; }
/*.ddsmoothmenu ul li:first-child a.selected, .ddsmoothmenu ul li:first-child a.selected:hover, .ddsmoothmenu li.current:first-child a, .ddsmoothmenu ul li:first-child a:hover { background:url(../images/home-ico-hover.png) no-repeat center center #092f75; color:#ffffff; }*/
/*.ddsmoothmenu ul li ul li:first-child a:hover, .ddsmoothmenu ul li ul li:first-child a.selected:hover, .ddsmoothmenu ul li ul li:first-child a.selected  { background:#092f75; color:#ffffff; }*/
* html .ddsmoothmenu ul li a{ display: inline-block; }

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
/*left:0;*/
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:250px;
border-top:4px solid #092f75;
z-index:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0;
background:#ed9807;
border-bottom:1px solid #cd8100;
line-height:24px;
text-align:left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ font-size:13px; color:#000000; line-height:24px; padding:4px 12px; display:block; font-weight:600; text-transform:none; }
.ddsmoothmenu ul li ul li a:hover{ background:#092f75; color:#ffffff; }
.ddsmoothmenu ul li li:first-child a { width:auto; line-height:24px; background:none; text-indent:0px;padding:4px 12px; text-indent:inherit; }
.ddsmoothmenu ul li a::before { width:0px; }

/* 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;
}
