.ddsmoothmenu{
background-color:transparent; /*background of menu bar (default state)*/
position:absolute;z-index:99999;
text-align:left;
padding:3px 2px 0 2px;
min-height:300px;
font-size:13px;
margin:0;
width:600px;
-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
padding-left:0px;
list-style-type: none;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
display: block;
/*background: #bf8822; background of menu items (default state)*/
 text-transform:uppercase;
 font-size:11px;
color: Black;
padding: 12px 17px 14px 17px;height:17px;
border-right: 1px solid #3d3c3c;
text-decoration: none;
/*background-image:url('../App_Images/TopMenuSeparetor.jpg');
background-repeat:no-repeat;
background-position:right bottom;*/
outline:none;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-align:left;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li a.ddl:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#f2f2f2;
background:#000000 url('../Images/DownArrow.png') no-repeat center 45px;
/*background:#000000 ;
    background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #363636), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #363636 0%, #000000 100%);
    background: -moz-linear-gradient(top, #363636 0%, #000000 100%);
    background: -o-linear-gradient(top, #363636 0%, #000000 100%);
    background: linear-gradient(top, #363636 0%, #000000 100%);
    background: -ms-linear-gradient(top, #363636 0%, #000000 100%);*/
  -webkit-text-shadow: 0 1px 0 #363636;
  -moz-text-shadow: 0 1px 0 #363636;
  -o-text-shadow: 0 1px 0 #363636;
  text-shadow: 0 1px 0 #363636;
}
.ddsmoothmenu ul li a:hover{background:#000000 ;}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
   
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    color:#9c9b96;
    background:#f5f5f5 ;
    border-top: 0px;
    border:1px solid #cbd1da;
    padding:10px 5px;
    width:auto;
   -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; 
}

.ddsmoothmenu ul li ul li,.ddsmoothmenu ul li ul li.Last
{
    display: list-item;
    float: left;
    padding:0 15px 5px 15px;
    width: 210px;
    border-right:solid 1px #d0d0d0;
    -webkit-text-shadow: 0 1px 0 #fff;
   -moz-text-shadow: 0 1px 0 #fff;
   -o-text-shadow: 0 1px 0 #fff;
   text-shadow: 0 1px 0 #fff;
}
.ddsmoothmenu ul li ul li.Last{border-right:0px;}
.ddsmoothmenu ul li ul li strong
{
    font-size:15px; color:#037ed4/* ee5400,514249*/;line-height:23px;
}
.ddsmoothmenu ul li ul li a{
    margin: 0px;
    border-top-width: 0;
    background-image:none;
    border:none;
     text-transform:none;
     font-size:12px;
    width: 210px; padding:7px 0px;height:10px;

}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
    color:#3a3a3a;
}

.ddsmoothmenu ul li ul li a.selected,.ddsmoothmenu ul li ul li a:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color:#2f6798;
    text-decoration:underline;
    background:none;
    -webkit-text-shadow: 0 1px 0 #fff;
   -moz-text-shadow: 0 1px 0 #fff;
   -o-text-shadow: 0 1px 0 #fff;
   text-shadow: 0 1px 0 #fff;
}



/* 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: 20px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
z-index:9;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
}

.MenuSpacialHolder1,.MenuSpacialHolder2,.MenuSpacialHolder3{
    color:#fff;
    background:#4f8b09 ;
    padding:3px;
    text-align:center;
    border-right:0px;
    width:auto;
   -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; 
   border-top-left-radius: 5px;
   border-top-right-radius: 5px; 
   -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;
}
.MenuSpacialHolder2{background:#ee5400;}
.MenuSpacialHolder3{background:#ca074c;}
.MenuSpacialHolder1:hover,.MenuSpacialHolder2:hover,.MenuSpacialHolder3:hover{background-color:#969797;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.ddsmoothmenu ul li ul a{border-right: 0px solid #3d3c3c;padding:10px 15px;}
.ddsmoothmenu ul li ul a:hover{background-color:transparent;}