
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: url(sportmx_bg_inset_module-h3-inactive.png) repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #0b3745; /*text color*/
padding: 3px 11px;
line-height:20px;
text-decoration: none;
border-right: 1px solid #d8d7d7; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #0b3745;
}

.indentmenu ul li a.selected{
color: #0b3745 !important;
line-height:20px;
background: url(sportmx_bg_inset_module-h3.png) repeat-x;
}