.mainPage a {
display:block;
width: 114px;
height: 30px;
padding:0px;
background: url("menuItem1a.gif") no-repeat;
}
.mainPage a:hover { 
background: url("menuItem1b.gif") no-repeat;
}
.mainPage a:active {
background: url("menuItem1c.gif") no-repeat;
}


.aboutPage a {
display:block;
width: 114px;
height: 30px;
padding:0px;
background: url("menuItem2a.gif") no-repeat;
}
.aboutPage a:hover { 
background: url("menuItem2b.gif") no-repeat;
}
.aboutPage a:active {
background: url("menuItem2c.gif") no-repeat;
}


.forumPage a {
display:block;
width: 114px;
height: 30px;
padding:0px;
background: url("menuItem4a.gif") no-repeat;
}
.forumPage a:hover { 
background: url("menuItem4b.gif") no-repeat;
}
.forumPage a:active {
background: url("menuItem4c.gif") no-repeat;
}


.linksPage a {
display:block;
width: 114px;
height: 30px;
padding:0px;
background: url("menuItem6a.gif") no-repeat;
}
.linksPage a:hover { 
background: url("menuItem6b.gif") no-repeat;
}
.linksPage a:active {
background: url("menuItem6c.gif") no-repeat;
}

.shoppingCart a {
display:block;
width: 114px;
height: 30px;
padding:0px;
background: url("button_cart.gif") no-repeat;
}
.shoppingCart a:hover { 
background: url("button_cart_over.gif") no-repeat;
}
.shoppingCart a:active {
background: url("button_cart_down.gif") no-repeat;
}

FORM {
margin-top:0px;
margin-bottom:-3px;
margin-right:0px;
margin-left:0px;

}

.sideImage {
display:block;
width: 105px;
margin-left:4px;
/*background: url("sideSpacer.gif") no-repeat;*/
}

.hiddenPreload {
position: absolute;
display:none;
}
