.shadetabs{
padding: 0 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0px;
font: 15px Arial; /*to set the height of image tab*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs ul{
  margin-top: 0px;
  margin-bottom: 0px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs a{
background-repeat: no-repeat;
padding: 0px 0px 0px 0px;
}

.shadetabs li a{
text-decoration:none;
padding: 0px 0px;
}

.shadetabs li a#ex1{
background-image:url(http://zikrcast.com/Distance_Learning/img/currentquarter2.gif);
}

.shadetabs li a#ex2{
background-image:url(http://zikrcast.com/Distance_Learning/img/upcomingquarter2.gif);
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a#ex1{ /*selected main tab style */
background-image:url(http://zikrcast.com/Distance_Learning/img/currentquarter.gif);
}

.shadetabs li.selected a#ex2{ /*selected main tab style */
background-image:url(http://zikrcast.com/Distance_Learning/img/upcomingquarter.gif);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
/*border-top: 3px solid #7D938D;*/
/*width: 450px;*/
margin-top: 1px;
}