/* CSS Document */

/* ######### CSS for top level tabs ######### */


.tabsmenuclass a{
display: block;
padding: 0px 0px;
background-image:url(../images/img1small.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
color: black;
margin-right: 1px;
vertical-align:bottom;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background-image:url(../images/img1big.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
vertical-align:bottom;
}


.tabsmenuclass2 a{
display: block;
padding: 0px 0px;
background-image:url(../images/img2small.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
color: black;
margin-right: 1px;
vertical-align:bottom;
}

.tabsmenuclass2 a:hover, .tabsmenuclass2 a.selected{
background-image:url(../images/img2big.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
vertical-align:bottom;
}



.tabsmenuclass3 a{
display: block;
padding: 0px 0px;
background-image:url(../images/img3small.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
color: black;
margin-right: 1px;
vertical-align:bottom;
}

.tabsmenuclass3 a:hover, .tabsmenuclass3 a.selected{
background-image:url(../images/img3big.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
vertical-align:bottom;
}


.tabsmenuclass4 a{
display: block;
padding: 0px 0px;
background-image:url(../images/img4small.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
color: black;
margin-right: 1px;
vertical-align:bottom;
}

.tabsmenuclass4 a:hover, .tabsmenuclass4 a.selected{
background-image:url(../images/img4big.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
vertical-align:bottom;
}
.tabsmenuclass5 a{
display: block;
padding: 0px 0px;
background-image:url(../images/img5small.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
color: black;
margin-right: 1px;
vertical-align:bottom;
}

.tabsmenuclass5 a:hover, .tabsmenuclass5 a.selected{
background-image:url(../images/img5big.jpg);
background-repeat:no-repeat;
width:112px;
height:173px;
vertical-align:bottom;
}
/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
width: 560px;
height: 28px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}





