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

.mshadetabs{
padding: 4px 0; /* determines the vertical staring point of the tabs section*/
font: bold 12px arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(shade.gif) top left repeat-x;
border: 1px solid #2A57BE;
border-bottom: none;
}

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


.mshadetabs li a{
text-decoration: none;
z-index: 1;
padding: 4px 20px;   
margin-left: 0px;
color: #2A57BE;
border-left: 1px solid #2A57BE;

}

.mshadetabs li:first-child a{ border: none; }

.mshadetabs li a:visited{
color: #2A57BE; 
}

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

.mshadetabs li a.selected{
color: #ffffff;
top: 0px;
text-decoration: none;
z-index: 1;
padding: 4px 20px;   
margin-right: -4px;
margin-left: 0px;
border: 1px solid #2A57BE;
background: white url(shadex.gif) top left repeat-x;
}


.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;
}
