ul.makeMenu, ul.makeMenu ul { width: 170px; background-color: #FF9933; padding-left: 0px; cursor: default; margin-left: 0px; color: white; }
ul.makeMenu li { list-style-type: none; margin: 0px;  margin-bottom: 1px; _margin-bottom: 0px; _width: 100%; position: relative; color: white; border: 1px solid white; background-color: #787878; }
ul.makeMenu li > ul { display: none; position: absolute; top: 2px; left: 170px; }
ul.makeMenu ul.CSStoShow { display: block; }
ul.makeMenu li:hover > ul { display: block; }
ul.makeMenu li a { display: block; _display: inline; /*    background-color: #eea;*/ border: 0px solid #664; border-right: none; margin: 0; text-decoration: none;
    color: white; padding: 2px; padding-right: 3px; text-align: left; _width: 100%; font-size: 13px; }
ul.makeMenu li ul li a { border: 0px solid #664; border-left: 0px solid #664; color: white; }
ul.makeMenu li a:hover { background-color: #ee1d23; text-decoration: none; color: white; }
.makeMenu a{ color: white; font-weight: bold; text-decoration: none; }
.makeMenu a:hover{ color: #fff; font-weight: bold; text-decoration: none; }
.makeMenu a:visited{ color: white; font-weight: bold; text-decoration: none; }
.makeMenu a:active{ color: white; font-weight: bold; text-decoration: none; }