.float { float: right; margin-left: 20px; padding-left: 10px; padding-bottom: 9px; border-left-width: 1px; border-left-style: dotted; border-left-color: #CCC; padding-right: 20px; font-style: italic; text-align: center; }
.floatLeft { float: right; }
.floatLeftDiv { float: left; width: 439px; }


#menu ul li { float: left; white-space: nowrap; }


#menu ul li a { display: block; height: 40px; width: 120px; text-align: center; line-height: 0px; font-size: 0px; background-image: url(../images/menu.png); background-repeat: no-repeat; color: #FFF; overflow: hidden; }
a.home:hover { background-position: -20px 0px; }
a.aboutUs:hover { background-position: -140px top; }
a.products:hover { background-position: -260px top; }
a.engineering:hover { background-position: -380px top; }
a.capabilities:hover { background-position: -500px top; }
a.qualityAssurance:hover { background-position: -620px top; }
a.upload:hover{ background-position: -740px top; }
a.contactUs:hover { background-position: -860px top; }

a.home { background-position: -20px -40px; }
a.aboutUs { background-position: -140px -40px; }
a.products{ background-position: -260px -40px; }
a.engineering{ background-position: -380px -40px; }
a.capabilities{ background-position: -500px -40px; }
a.qualityAssurance{ background-position: -620px -40px; }
a.upload{ background-position: -740px -40px; }
a.contactUs{ background-position: -860px -40px; }

li.selected a.home{ background-position: -20px -80px;}
li.selected a.aboutUs{ background-position: -140px -80px;}
li.selected a.products{ background-position: -260px -80px;}
li.selected a.engineering{ background-position: -380px -80px;}
li.selected a.capabilities{ background-position: -500px -80px;}
li.selected a.qualityAssurance{ background-position: -620px -80px;}
li.selected a.upload{ background-position: -740px -80px; }
li.selected a.contactUs{ background-position: -860px -80px;}

.galleryWrapper { margin-left: 10px; margin-right: 9px; }
.thumb { width: 120px; margin-right: 9px; margin-left: 10px; float: left; height: 120px; margin-top: 18px; overflow: visible; }
.thumb a img{ border: 2px solid #CCC; }
.thumb a:hover img { border: 2px solid #88BB15; }

