#smoothmenu { position: absolute; margin: 0; top: 100px; left: 155px; z-index: 3; width: 800px;} /* IE */

.ddsmoothmenu { width: 100%;}

.ddsmoothmenu ul { z-index: 100; margin: 0; padding: 0; list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li { color: 9e9e9e; position: relative; display: inline; float: left;}

.ddsmoothmenu ul li:hover { color: #fff; cursor: pointer;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a { display: block; padding: 18px 12px; color: #d5d4d3; text-decoration: none; cursor: pointer;}/*update 060513*/

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block;}

.ddsmoothmenu ul li a { display: block; font: 1.3em "Arial Black", Gadget, sans-serif; text-shadow: #000 1px 1px 0;}/*update 060513*/

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #9e9e9e;}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected { color: #fff;}