.mdaytabs{
background: url(../images/mday-gg-left-side-off.gif) no-repeat;
width:199px;
height:375px;
margin:0;
padding: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.mdaytabs ul{
list-style-type: none;
margin:0;
padding:0;
}
.mdaytabs li{
display:block;
width:226px;
height:75px;
margin:0;
padding:0;
text-align:center;
}

.mdaytabs li.tab1selected{ /*selected tab1 style */
background:
url(../images/mday-gg-left-side-on.gif) 0px 0px no-repeat}
.mdaytabs li.tab2selected{ /*selected tab2 style */
background: url(../images/mday-gg-left-side-on.gif) 0px -75px no-repeat}
.mdaytabs li.tab3selected{ /*selected tab3 style */
background: url(../images/mday-gg-left-side-on.gif) 0px -150px no-repeat}
.mdaytabs li.tab4selected{ /*selected tab4 style */
background: url(../images/mday-gg-left-side-on.gif) 0px -225px no-repeat}
.mdaytabs li.tab5selected{ /*selected tab4 style */
background: url(../images/mday-gg-left-side-on.gif) 0px -300px no-repeat}

.mdaytabs li a{
outline:none;
}
.tabcontent {
display:none;
}
.tabcontent img {
border:0;
width:584px;
height:375px;
}
@media print {
.tabcontent {
display:block !important;
}
}