.ddsmoothmenu {  width: 100%; padding:0; margin:0; }
.ddsmoothmenu ul { z-index:100; margin: 0; padding: 0; 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; padding: 0; margin:0;}
* 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 { }
.ddsmoothmenu ul li a.selected { background-position:0 -30px; }
.ddsmoothmenu ul li a:hover { }
/*1st sub level menu*/
.ddsmoothmenu ul li ul { z-index:100; position: absolute; left: 0; display: none; visibility: hidden; border:1px solid #666; width: 170px;  }
.ddsmoothmenu ul li ul li { display:block; float: none; border:none; padding:0; margin:0; border-bottom:1px solid #666;}
*+html .ddsmoothmenu ul li ul li { display: inline;  border-bottom:1px solid #666; }
.ddsmoothmenu ul li ul li a { font: 13px Verdana, Geneva, sans-serif; width: 162px; background:#414141; padding: 5px; margin: 0; border:none; text-decoration:none; }
.ddsmoothmenu ul li ul li a:hover { background:#707070; color: #FFF;}

.ddsmoothmenu ul li ul.products { width: 228px;  }
.ddsmoothmenu ul li ul.products li a { width: 220px; }


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 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 { position: absolute; left: 0; top: 0; width: 0; height: 0; background: none; }
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }

.ddsmoothmenu ul li a.products { background:url(../images/btn-our-products.png) top no-repeat; height: 29px; width:113px; text-indent:-9999px;}
.ddsmoothmenu ul li a.services { background:url(../images/btn-services.png) top no-repeat; height: 29px; width:113px; text-indent:-9999px;} 
.ddsmoothmenu ul li a.gallery { background:url(../images/btn-our-work.png) top no-repeat; height: 29px; width:113px; text-indent:-9999px;} 
.ddsmoothmenu ul li a.request { background:url(../images/btn-req-quote.png) top no-repeat; height: 29px; width:113px; text-indent:-9999px;} 
.ddsmoothmenu ul li a.contact { background:url(../images/btn-contact-us.png) top no-repeat; height: 29px; width:113px; text-indent:-9999px;} 

.ddsmoothmenu ul li a.products:hover, .ddsmoothmenu ul li a.services:hover, .ddsmoothmenu ul li a.gallery:hover, .ddsmoothmenu ul li a.request:hover, .ddsmoothmenu ul li a.contact:hover  { background-position:0 -30px;}


