/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  /*margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html { height: 101%; }
body { /*background: #eaeaea url('images/bg.png');*/ /*font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, sans-serif; padding-bottom: 60px; }

/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }*/
/*ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

p { font-size: 1.2em; line-height: 1.35em; margin-bottom: 15px; color: #434343; }

#w { display: block; width: 800px; margin: 0 auto; margin-top: 10px; } */


#ddsmoothmenu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px;
  background: #FF6600;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(20, 20, 20, 0.2);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #8aa8bd;
  behavior: url(PIE-1.0.0/PIE.htc); 
  font-size: initial !important;
}

#ddsmoothmenu ul {
  position: absolute;
  top: 24px;
  width: 150px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 0px 0;
  list-style: none;
   -webkit-border-radius: 3px 3px 6px 6px;
-moz-border-radius: 3px 3px 6px 6px;
border-radius: 3px 3px 6px 6px;
-webkit-box-shadow: #FF6600 0px 1px 2px;
-moz-box-shadow: #FF6600 0px 1px 2px;
box-shadow: #FF6600 0px 1px 2px;
behavior: url(mainmenu8/PIE.htc);
}



#ddsmoothmenu li a {
  display: block;
  float: left;
  padding: 0 19px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
   -webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
behavior: url(mainmenu8/PIE.htc);
}

#ddsmoothmenu ul li a {
  color: #555555; background: #FFF;
  display: block;
  width: 90%;
  padding: 0 7px 7px 7px;
  line-height: 1.4em;
 -webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
behavior: url(mainmenu8/PIE.htc);

}

#ddsmoothmenu li:hover > a { color: #555555; background: #FFF; }
#ddsmoothmenu li a:hover{ color: #ff6600; background: #EEEEEE; }
#ddsmoothmenu li { display: block; position: relative; float: left; font-size: 1.05em; border-right: 0px solid #dae0e5; }

#ddsmoothmenu ul li { 
  display: block; 
  width: 100%; 
  font-size: 0.95em; 
  /*text-shadow: 1px 1px 0 #fff;*/
}


#ddsmoothmenu ul li a:hover {
  background: #FF6600;
  color: #fff;
}




/*.ddsmoothmenu{
/*font: bold 10px Verdana;
/*background: #FF6600; /*background of menu bar (default state)*/
/*width: 100%;
}

.ddsmoothmenu ul{
position: relative;
left: 75px;
z-index:100;
margin: 0 ;
padding: 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 {
display: block;
background: #FF6600; /*background of menu items (default state)*/
/*color: white;
/*padding: 8px 10px;*/
/*border-right: 1px solid #FF6600;
/*color: #2d2b2b;*/
/*text-decoration: none;
}
/*.ddsmoothmenu ul li a{
display: block;
background: white; /*background of menu items (default state)*/
/*color: #FF6600;
padding: 9.5px 12px;
/*border-color:#FF6600; border-style:solid;}*/
/*border-left: 0.5px solid #FF6600;
border-right: 0.5px solid #FF6600;
/*color: #2d2b2b;*/
/*text-decoration: none;
}*/

/* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
/*display: inline-block;
}

/*.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
background: #FF6600;
color: white;
}*/
/*.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
/*background:#EEE url(mainmenu/images/sub_test.jpg) repeat-x left bottom;*/
/*background: white;
/*padding:.4em .2em;
border-radius:0 5px 5px 5px;*/
/*color: black;
}
/*.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #FFFFFF; 
color: #FF6600;
}*/

/*.ddsmoothmenu ul li a:hover{
background: white; /*background of menu items during onmouseover (hover state)*/
/*color: #FF6600;
}*/
/*.ddsmoothmenu ul li ul li a:hover{
background: #FF6600; /*background of menu items during onmouseover (hover state)*/
/*color: white;
}
	
/*1st sub level menu*/
/*.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
/*visibility: hidden;
}*/

/*Sub level menu list items (undo style from Top level List Items)*/
/*.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*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: normal 14px Verdana;
width: 100px; /*width of sub menus*/
/*padding: 0px;
margin: 0px;
border-top-width: 0;
/*border-bottom: 1px solid #FF6600;*/
}

/* 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;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}