/* Start of CMSMS style sheet 'oostboek-ajaxtabs' */
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

				border-bottom-style: solid;
				border-bottom-width: 10px;
				border-bottom-color: #175892;

}



.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #FFF;
background: white url(ajaxtabs/shade.gif) top left repeat-x;

}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFF00;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-transform: uppercase;
padding: 12px 15px 15px 20px;
/* font-weight: bold; */

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(ajaxtabs/shadeactive.gif);
border-bottom-color: white;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}


/* End of 'oostboek-ajaxtabs' */


