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


.indentmenu, .indentmenu2, .indentmenu3, .indentmenu4, .indentmenu5, .indentmenu6, .indentmenu7, .indentmenu8{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
height:28px;
background-color:#ffffff;
width: 214px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/mcdonalds/tab_bg4.jpg) center center repeat-x;
}

.indentmenu2 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/burgerking/tab_bg2.jpg) center center repeat-x;
}

.indentmenu3 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/healthcare/tab_bg2.jpg) center center repeat-x;
}

.indentmenu4 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/professional/tab_bg2.jpg) center center repeat-x;
}

.indentmenu5 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/fitness/tab_bg2.jpg) center center repeat-x;
}

.indentmenu6 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/other/tab_bg2.jpg) center center repeat-x;
}

.indentmenu7 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/all/tab_bg2.jpg) center center repeat-x;
}

.indentmenu8 ul{
margin: 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/

background: black url(../images/mcdonalds/tab_bg2.jpg) center center repeat-x;
}

.indentmenu ul li, .indentmenu2 ul li, .indentmenu3 ul li, .indentmenu4 ul li, .indentmenu5 ul li, .indentmenu6 ul li, .indentmenu7 ul li, .indentmenu8 ul li{
display: inline;
height:28px;
line-height:28px;
text-align:center;
}

.indentmenu ul li a, .indentmenu2 ul li a, .indentmenu3 ul li a, .indentmenu4 ul li a, .indentmenu5 ul li a, .indentmenu6 ul li a, .indentmenu7 ul li a, .indentmenu8 ul li a{
float: left;
color: white; /*text color*/
text-decoration: none;
border-right: 6px solid white; /*navy divider between menu items*/
text-align:center;
}

.indentmenu ul li a:visited, .indentmenu2 ul li a:visited, .indentmenu3 ul li a:visited, .indentmenu4 ul li a:visited, .indentmenu5 ul li a:visited, .indentmenu6 ul li a:visited, .indentmenu7 ul li a:visited, .indentmenu8 ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;

background: black url(../images/mcdonalds/tab_bg3.jpg) center center repeat-x;
}

.indentmenu2 ul li a.selected{
color: white !important;

background: black url(../images/burgerking/tab_bg.jpg) center center repeat-x;
}

.indentmenu3 ul li a.selected{
color: white !important;

background: black url(../images/healthcare/tab_bg.jpg) center center repeat-x;
}

.indentmenu4 ul li a.selected{
color: white !important;

background: black url(../images/professional/tab_bg.jpg) center center repeat-x;
}

.indentmenu5 ul li a.selected{
color: white !important;

background: black url(../images/fitness/tab_bg.jpg) center center repeat-x;
}

.indentmenu6 ul li a.selected{
color: white !important;

background: black url(../images/all/tab_bg.jpg) center center repeat-x;
}

.indentmenu7 ul li.touch a.selected{color: white !important; background: black url(../images/all/tab_bg.jpg) center center repeat-x;}
.indentmenu7 ul li.activeplay a.selected{color: white !important; background: black url(../images/all/tab_bg3.jpg) center center repeat-x;}
.indentmenu7 ul li.electronicplay a.selected{color: white !important; background: black url(../images/all/tab_bg4.jpg) center center repeat-x;}

.indentmenu8 ul li a.selected{
color: white !important;

background: black url(../images/mcdonalds/tab_bg.jpg) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px;
width: 214px;
margin-bottom: 1em;
padding: 10px;}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
