/* ######### CSS for Shade Tabs. Remove if not using ######### */

.leagues{
padding: 4px 10px;
margin-right: 50px;
margin-top: 1px;
text-align: right; /*set to left, center, or right to align the menu as desired*/
font:bold 11px tahoma,arial,helvetica;color:#666;
}

.leagues li{
display: inline;
margin: 0;
font:bold 11px tahoma,arial,helvetica;color:#666;
}

.leagues li a{
text-decoration: none;
position: relative;
z-index: 0;
padding: 4px 10px;
color: #666;

}

.leagues li a:visited{

}



.leagues li a.selected{ /*selected main tab style */
position: relative;
text-decoration: underline;
color:#FF0000;

}

.leagues li a.selected{ /*selected main tab style */


}

.leagues li a.selected:hover{ /*selected main tab style */

}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
padding: 4px 10px;
margin-right: 50px;
margin-top: 1px;
text-align: right; /*set to left, center, or right to align the menu as desired*/
font:bold 11px tahoma,arial,helvetica;color:#666;
}


.indentmenu li{
display: inline;
color: #D9AB5E;
}

.indentmenu li a{
float: left;
color: #D9AB5E;

padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu li a:visited{
color: #D9AB5E;
}

.indentmenu ul li a.selected{
color: #D9AB5E; !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(ajaxtabs/indentbg2.gif) center center repeat-x;
}
