

.branding {
	background: black url(../assets/images/tabs/branding-strategies-up.png) no-repeat; 
}
.solutions {
	background:url(../assets/images/tabs/solutions-up.png) no-repeat;
}

.indentmenu{
font: 13px Helvetica, Arial, Verdana, sans-serif;
width: auto; /*leave this value as is in most cases*/
}

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

}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 15px 15px 7px 30px;
text-decoration: none;
border-right: 2px solid #000000; /*navy divider between menu items*/
background: #000000 url(../assets/images/tabs/marketing-tab-up.png) repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding: 15px 15px 7px 30px;
background: black url(../assets/images/tabs/marketing-tab-selected.png)  repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
background:#FFFFFF;
width: 880px;
height:150px;
margin-bottom: 1em;
padding: 5px;
list-style-type:circle;
font-size:13px;

}

.tabcontent{
display:none;
}

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



