.ddsmoothmenu{width: 100%;}
.ddsmoothmenu ul{z-index:100; margin: 0px auto;padding: 0; list-style-type: none;border-top: 1px solid #e6e6e6;}
.ddsmoothmenu ul li{position: relative;display: inline;float: left; width:14.28%; text-align: center }
.ddsmoothmenu ul li ul{ position: absolute; left: -3000px; display: none; visibility: hidden; width: auto; }
.ddsmoothmenu ul li ul li{ display: list-item; float: none; width: auto}
.ddsmoothmenu ul li ul li ul{ top: 0;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; background: #fff; color: #333;  min-height:30px; text-decoration: none; font-size:16px; line-height:15px;  position:relative; }
.ddsmoothmenu ul > li a{ border-right: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6;}
.ddsmoothmenu ul > li + li a{ border-right: 1px solid #e6e6e6; border-left: 0px solid #e6e6e6; }

.ddsmoothmenu ul > li a{ padding: 22px 15px 8px 15px}
.ddsmoothmenu ul > li + li + li + li a{padding: 15px 15px;}
.ddsmoothmenu ul > li + li + li + li + li + li a{ padding: 22px 15px 8px 15px}



.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ }
.ddsmoothmenu ul li a.selected { background: #dcf3f6; color: #1090a0;}
.ddsmoothmenu ul li a:hover{ background: #dcf3f6; color: #1090a0;}
.ddsmoothmenu ul li a.current{ background: #dcf3f6; color: #1090a0;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ width: 120px; padding: 10px 15px 10px 15px; margin: 0 0 0 -1px; border-top-width: 0; background:#fff; color:#333; border-bottom: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee; min-height:20px;}
.ddsmoothmenu ul li ul li ul li a{ margin:-1px 0px 0px -1px; border-top: 1px solid #eee;}

.ddsmoothmenu ul li ul li a:hover{ background: #1e9aa9; color: #fff;}

* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{ position: absolute; top: 27px; right: 13px;}
.rightarrowclass{ position: absolute; top: 15px; right: 13px;}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ position: absolute;left: 0;top: 0;width: 0;height: 0; background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */}

.toplevelshadow{
margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
/* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 0px 0px 0px #ccc; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow: 0px 0px 0px #ccc;
-webkit-box-shadow: 0px 0px 0px #ccc;
}

* html .ddsmoothmenu ul li a{ display: inline-block;}

