/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* for course page*/
.coursestabs{
width:542px;
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
vertical-align:top;
margin-bottom: 0;
font: normal 13px Verdana;
list-style-type: none;
text-align: left;
/*set to left, center, or right to align the menu as desired*/
}

.coursestabs li{
width:175px;
display: inline;
margin: 0;
}

.coursestabs li a{
text-decoration: none;
/*position: relative;*/
z-index: 1; 
padding: 8px 5px 8px 5px;
margin-right: 3px;
border: 1px solid #ccc;
color: #fff;
font-weight:bold;
font-size:13px;

background: white url(redTab.jpg) top left repeat-x;
}

.coursestabs li a:hover{
text-decoration: none;
color: #920000;
font-size:13px;
}

.coursestabs li a.selected{ /*selected main tab style */
/*position: relative; */font-weight:bold;
font-size:13px;

}

.coursestabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white; color:#920000;
font-size:13px;
}

.coursestabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;  color:#920000;
}


