.nav {width:767px; height:28px; background:url(http://www.forristall.com/foristall/images/navigation-bg.jpg) repeat-x; margin-top:0px;}

.jqueryslidemenu{width: 614px; height:28px; margin:0 auto;}

.jqueryslidemenu ul{margin:0; padding:0; list-style-type: none;}

/*Top level list items*/
.jqueryslidemenu ul li{ position: relative; display: block; float: left;}

.jqueryslidemenu ul li #home{width: 64px; height:12px; background:url(http://www.forristall.com/foristall/images/home.jpg) left top no-repeat;}
.jqueryslidemenu ul li #home:hover{width: 64px; height:12px; background:url(http://www.forristall.com/foristall/images/home.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #about {width: 75px; height:12px; background:url(http://www.forristall.com/foristall/images/about-us.jpg) left top no-repeat;}
.jqueryslidemenu ul li #about:hover {width: 75px; height:12px; background:url(http://www.forristall.com/foristall/images/about-us.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #project {width: 86px; height:12px; background:url(http://www.forristall.com/foristall/images/our-project.jpg) left top no-repeat;}
.jqueryslidemenu ul li #project:hover {width: 86px; height:12px; background:url(http://www.forristall.com/foristall/images/our-project.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #news {width: 95px; height:12px; background:url(http://www.forristall.com/foristall/images/recent-news.jpg) left top no-repeat;}
.jqueryslidemenu ul li #news:hover {width: 95px; height:12px; background:url(http://www.forristall.com/foristall/images/recent-news.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #services {width: 70px; height:12px; background:url(http://www.forristall.com/foristall/images/services.jpg) left top no-repeat;}
.jqueryslidemenu ul li #services:hover {width: 70px; height:12px; background:url(http://www.forristall.com/foristall/images/services.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #faq {width: 70px; height:12px; background:url(http://www.forristall.com/foristall/images/faq.jpg) left top no-repeat;}
.jqueryslidemenu ul li #faq:hover {width: 70px; height:12px; background:url(http://www.forristall.com/foristall/images/faq.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #contact {width: 85px; height:12px; background:url(http://www.forristall.com/foristall/images/contact-us.jpg) left top no-repeat;}
.jqueryslidemenu ul li #contact:hover {width: 85px; height:12px; background:url(http://www.forristall.com/foristall/images/contact-us.jpg) 0 -28px no-repeat;}

.jqueryslidemenu ul li #sitemap {width: 69px; height:12px; background:url(http://www.forristall.com/foristall/images/sitemap.jpg) left top no-repeat;}
.jqueryslidemenu ul li #sitemap:hover {width: 69px; height:12px; background:url(http://www.forristall.com/foristall/images/sitemap.jpg) 0 -28px no-repeat;}

/*Top level menu link items style*/
* html .jqueryslidemenu ul li a{display: inline-block;}/*IE6 hack to get sub menu links to behave correctly*/
.jqueryslidemenu ul li a{ display: block;  padding: 8px 0px; color: #2d2b2b; text-decoration: none; border:0px;}

.jqueryslidemenu ul li ul{ position: absolute; left: 0; display: block; visibility: hidden; border:0px;}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{ display: list-item; float: none; border:0px;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{top: 0;}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{	font-size:12px;	width: 160px; padding: 5px; margin: 0; background: #FFF;}/*width of sub menus*/
.jqueryslidemenuz ul li ul li a:hover{ background: #FFF; color: #000;}/*sub menus hover style*/ 

/*1st sub level menu*/
.jqueryslidemenu ul li a:link, 
.jqueryslidemenu ul li a:visited{ color: #000; background-color:#fece0a; border-bottom:solid 1px #FFF; font-family:Arial, Helvetica, sans-serif;}
.jqueryslidemenu ul li a:hover{color: #FFF; background-color:#032587; border-bottom:solid 1px #FFF; font-family:Arial, Helvetica, sans-serif;}
