/*start for ajax tab menu*/
.category-menu {
float: left;
width: auto;
height: 180px;
}

.category-menu a:hover{
background-position: left bottom;
}

.category-menu a.selected{ /*currently selected tab*/
background-position: left bottom;
}

.category-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.category-menu ul li {
float: left;
width: auto;
}

/*end for ajax tab menu*/

#cat-1 { width:199px; height:180px; margin:0px 0 0px 0; display:block; background-image: url(../images/tab-1.gif); }

#cat-2 { width:197px; height:180px; margin:0px 0 0px 0; display:block; background-image: url(../images/tab-2.gif); }

#cat-3 { width:196px; height:180px; margin:0px 0 0px 0; display:block; background-image: url(../images/tab-3.gif); }

#cat-4 { width:196px; height:180px; margin:0px 0 0px 0; display:block; background-image: url(../images/tab-4.gif); }

#cat-5 { width:202px; height:180px; margin:0px 0 0px 0; display:block; background-image: url(../images/tab-5.gif); }

/*inner page*/

.cssButton {
width: 19px; height: 72px; margin: -3px 0 -3px -3px; position: relative; display: block; float: left;
}

.cssButton:hover {
background-position: left bottom;
}

.cssButton-active {
background-position: left bottom;
}

.hideElement {
height:1px; width:1px; padding:0; position:absolute; left:0; visibility: hidden;
/*top:-500em; margin-top:-500em;*/
}
