.ddsmoothmenu { font-size:12px; font-weight:bold; width: 100%; }
.ddsmoothmenu ul { z-index:100; margin: 0px 0 0 0; padding: 0 0 0 0; list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li { position: relative; display: inline; float: left; }
.ddsmoothmenu ul li .wBg { background:none; padding:0px 10px 1px 10px; color:#FFF; text-decoration:none;}
.ddsmoothmenu ul li .wBg:hover { background:none; color:#28C; }
.menuSep { width:22px;}
.subMenu { display: block; padding: 5px 10px 5px 5px; border-left: 1px solid #fff;border-right: 1px solid #fff; color: #000; text-decoration: none; background:#000; z-index:auto; }
* 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 { color: #fff; }
.ddsmoothmenu ul li a:hover { background:url(../../images/menuBg1.jpg ) no-repeat #0CF; color: #fff; text-decoration:none; }
/*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; }
.ddsmoothmenu ul li ul li ul { top: 0; }
.ddsmoothmenu ul li ul li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; width: 180px; /*width of sub menus*/ padding: 5px; margin: 0; border-top-width: 1px; border-bottom: 1px solid #fff; }

.downarrowclass { position: absolute; top: 12px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }

.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; margin-left:-5px; margin-top:-5px; opacity:0; filter:alpha(opacity=0); }

