/** Rollovers (Pure CSS) **/
#Rollovers a{
     text-decoration: none;
     display: block;
     height: 100%;
}

* html #Rollovers a{
     width:100%;
}

#Rollovers{
     list-style-type:none;
     display:block;
     height:24px;
     margin:0;padding:0;
     padding-left:17px;
}

#Rollovers li{
     float:left;
     height:24px;
     line-height:24px;
}


/** AboutUs Rollover Button **/
#Rollovers li#AboutUs a{
     background-image:url(http://www.nj-web-designer.com/pics/aboutusa.jpg);
     width:77px;
}
#Rollovers li#AboutUs{
     background-image:url(http://www.nj-web-designer.com/pics/aboutusb.jpg);
     width:77px;
}
#Rollovers li#AboutUs a:hover{
     background:transparent;
}

/** Services Rollover Button **/
#Rollovers li#Services a{
     background-image:url(http://www.nj-web-designer.com/pics/servicesa.jpg);
     width:71px;
}
#Rollovers li#Services {
     background-image:url(http://www.nj-web-designer.com/pics/servicesb.jpg);
     width:71px;
}
#Rollovers li#Services a:hover{
     background:transparent;
}

/** Multimedia Rollover Button **/
#Rollovers li#Multimedia a{
     background-image:url(http://www.nj-web-designer.com/pics/multimediaa.jpg);
     width:85px;
}
#Rollovers li#Multimedia{
     background-image:url(http://www.nj-web-designer.com/pics/multimediab.jpg);
     width:85px;
}
#Rollovers li#Multimedia a:hover{
     background:transparent;
}

/** Support Rollover Button **/
#Rollovers li#Articles a{
     background-image:url(http://www.nj-web-designer.com/pics/supporta.jpg);
     width:65px;
}
#Rollovers li#Articles{
     background-image:url(http://www.nj-web-designer.com/pics/supportb.jpg);
     width:65px;
}
#Rollovers li#Articles a:hover{
     background:transparent;
}

/** ContactUs Rollover Button **/
#Rollovers li#ContactUs a{
     background-image:url(http://www.nj-web-designer.com/pics/contactusa.jpg);
     width:88px;
}
#Rollovers li#ContactUs{
     background-image:url(http://www.nj-web-designer.com/pics/contactusb.jpg);
     width:88px;
}
#Rollovers li#ContactUs a:hover{
     background:transparent;
}

/** Quote Rollover Button **/
#Rollovers li#Quote a{
     background-image:url(http://www.nj-web-designer.com/pics/quotea.jpg);
     width:115px;
}
#Rollovers li#Quote{
     background-image:url(http://www.nj-web-designer.com/pics/quoteb.jpg);
     width:115px;
}
#Rollovers li#Quote a:hover{
     background:transparent;
}