/* ######### CSS for Shade Tabs. Remove if not using ######### */

.mshadetabs{
padding: 4px 0; /* determines the vertical staring point of the tabs section*/
margin-left: 0;
margin-right: 0;
margin-top: 1px; 
margin-bottom: 0;
font: bold 12px arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.mshadetabs li{
display: inline;
margin: 0;
}

.mshadetabs li a{
text-decoration: none;
/*position: inherit;*/
/*position: relative;*/
z-index: 1;
padding: 4px 21px;   /*code to determine width of top left tabs*/
margin-right: -5px;
margin-left: 0px;
border: 1px solid #2A57BE;
color: #2A57BE;
background: white url(shade.gif) top left repeat-x;
}

.mshadetabs li a:visited{
color: #2A57BE; /* change the fontcolor of the visited link*/
}

.mshadetabs li a:hover{
text-decoration: none;
color:#4B76D8;
}

.mshadetabs li a.selected{ /*selected main tab style */

color: #ffffff;
top: 0px;
}

.mshadetabs li a.selected{ /*selected main tab style */

text-decoration: none;
/*position: inherit;*/
/*position: relative;*/
z-index: 1;
padding: 4px 28px;   /*code to determine width of top left tabs*/
margin-right: -5px;
margin-left: 0px;
border: 1px solid #2A57BE;

background: white url(shadex.gif) top left repeat-x;


}

.mshadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
}

.sportsnews{ /*selected sports news tab style */
	COLOR: #ffffff; 
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.sportheading{ /*selected sports news tab style */
	COLOR: #000000; 
	font-family: Arial;
	font-size: 13px;
	font:bold;
	text-decoration: none;
}