.jquerycssmenu { font: 12px Arial, Helvetica, sans-serif; color: #FFF; line-height: 35px; height: 35px; background: url(../img/menuBg.gif) top center repeat-x;  float: left; width: 487px; }
.jquerycssmenu ul { margin: 0; padding: 0; list-style-type: none; }
.jquerycssmenu ul li { position: relative; display: inline; float: left; }
.jquerycssmenu ul li a { color: #FFF; display: block; background: url(../img/menuBg.gif) top left repeat-x; padding: 0px 10px; text-decoration: none; }
.jquerycssmenu ul li a:hover { background: url(../img/menuBgOver.gif) top left repeat-x; }
.jquerycssmenu ul li ul { position: absolute; left: 0; display: block; visibility: hidden; }
.jquerycssmenu ul li ul li { display: list-item; float: none; }
.jquerycssmenu ul li ul li ul { top: 0; }
.jquerycssmenu ul li ul li a { font: normal 12px Arial, Helvetica, sans-serif; width: 160px; background: #800026 url(../img/subMenuBullet.gif) no-repeat 8px 10px; color: #FFF; padding: 4px 20px; margin: 0px; border-top-width: 0; border-bottom: 1px solid #700021; }
.jquerycssmenu ul li ul li a:hover { background: #720123 url(../img/subMenuBullet.gif) no-repeat 8px 10px; color: #FFF; }
.downarrowclass { position: absolute; vertical-align: middle; top: 15px; right: 5px; }
.rightarrowclass { position: absolute; top: 8px; right: 5px; }