.indentmenu{
font:12px Arial;
line-height:22px;
width: 622px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
padding-left:10px;
width:600px;
background-color:#AA60BF;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding:0px 0px 0px 0px;
height:22px;
width:90px;
text-decoration: none;
}

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

.indentmenu ul li a.selected{
color: #AA60BF !important;
background:url(../images/shooping_bgimg.jpg)!important;
width:90px;
background-repeat:no-repeat;
}


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

.tabcontent{
display:none;
}

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