.ddsmoothmenu{ font: 12px Arial; line-height:25px;margin-left:20px;color: #ff6600;}

.ddsmoothmenu ul{ z-index:100; margin: 0; padding: 0; list-style-type: none; margin-left:0px;color: #ff6600; }
.ddsmoothmenu ul li{ position: relative; display: inline; float: left; padding:0px 17px 0px 17px;margin:0px;text-transform:uppercase; color: #ff6600;}
.ddsmoothmenu ul li a{ display: block; text-decoration: none; color:#FFF;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ color:#FFF;display: inline-block;}

.ddsmoothmenu ul li:hover,
.ddsmoothmenu ul li a:hover { background-color:  #FFF; color: #ff6600;/*background of menu items during onmouseover (hover state)*/ }	

/*.ddsmoothmenu ul li.current-cat-parent ul li a {background:none;color:#FFF;}

.ddsmoothmenu ul li ul li.current-cat-parent,
.ddsmoothmenu ul li ul li.current-cat,
.ddsmoothmenu ul li.current-cat-parent,
.ddsmoothmenu ul li.current-cat,
.ddsmoothmenu ul li.current-cat-parent a,
.ddsmoothmenu ul li.current-cat-parent ul li.current-cat a,
.ddsmoothmenu ul li.current-cat a {background-color:#FFF; color: #ff6600;}*/

.ddsmoothmenu ul li ul{margin:0px; position: absolute; left: 0; display: none; visibility: hidden; text-align:left;_background: #ff6600;}
.ddsmoothmenu ul li ul li{ margin:0px;display: list-item; float: none;}
.ddsmoothmenu ul li ul li ul{ top: 0;}
.ddsmoothmenu ul li ul li a{ font: normal 12px Arial; width: 120px; padding:5px 0px 5px 0px; margin: 0; border-top-width: 0; border-bottom: 0px solid #FFF; }
* 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;display:none;}

.rightarrowclass{ position: absolute; top: 6px; right: 5px;display:none;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ position: absolute; left: 0; top: 0; width: 0; height: 0; background: #ff6600; }

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/ opacity: 0.9;}