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

.ddsmoothmenu{
width:100%;
float:right;
font-size:16px; 
font-weight:600;
}
.ddsmoothmenu ul{
z-index:100;
list-style-type: none;
text-align:right;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline-block;
float:left;
margin:0px 0px 0 0;
line-height:30px;
border-right:1px solid #dddddd;
-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 {
background-color: #ff6633;
content: "";
height:0%;
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:100%; }
.ddsmoothmenu ul li a.selected { background:#ff6633; color:#FFFFFF; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; line-height:60px; color:#373737; text-decoration:none; position:relative; padding:0px 22px; }
* 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:200px;
border-top: 0px solid #dadada;
z-index:0;
left:0px!important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:10px 15px;
line-height:29px;
text-align:left;
background:#373737;
border-right:0px;
font-size:16px;
font-weight:400;
border-bottom:1px solid #646464;
}
.ddsmoothmenu ul li ul li:hover{
background:#2c2427;
}
.ddsmoothmenu ul li li a.selected { background:none; color:#FFFFFF; }


.ddsmoothmenu ul li ul li:last-child{
border-bottom:0px solid #646464;
}
/*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{
text-transform:none;
color:#FFFFFF!important;
line-height:20px;
padding:0px 0px;
}
.ddsmoothmenu ul li ul li a:hover{ color:#FFFFFF; border-bottom:0px!important; text-decoration:none; }

.ddsmoothmenu ul li ul li a::after{ height:0; background:none; left:0; bottom:0; -moz-transition:all 0s ease; -webkit-transition:all 0s ease; -o-transition:all 0s ease; transition:all 0s ease }
.ddsmoothmenu ul li li a:hover::after, .ddsmoothmenu ul li li a.selected::after, .ddsmoothmenu ul li li a.selected:hover::after, .ddsmoothmenu li.current li a::after, .ddsmoothmenu ul li li:hover a::after { width:0; left:0; }

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