.indentmenu{
	font: normal 12px Arial;
	width: 95%; /*leave this value as is in most cases*/
/*	position: absolute;
	left: 195px;
	top: 72px;*/
}

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

border-top: 1px solid gray;

background: #ffffff url(../tabmenu/image/button/support_gr.jpg) center center no-repeat;
}*/


.indentmenu ul.tab01 li a.selected{
}

.indentmenu ul.tab02 li a.selected{
}
.indentmenu ul.tab03 li a.selected{
}
.indentmenu ul.tab04 li a.selected{
}

.indentmenu ul.tab05 li a.selected{
}

.indentmenu ul.tab06 li a.selected{
}
.indentmenu ul.tab07 li a.selected{
}

.indentmenu ul.tab1{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
/* width: 80%; width of menu*/
/*border: 1px solid gray;*/
/*
border-top: 1px solid gray;
*/
background: #ffffff url(../tabmenu/image/button/private_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab1 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/private_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab2{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/brand_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab2 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/brand_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab3{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/smart_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab3 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/smart_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab4{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/business_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab4 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/business_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab5{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/rentalphone_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab5 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/rentalphone_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab6{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/support_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab6 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/support_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab7{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/event_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab7 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/event_gr.jpg) center center no-repeat;
}

.indentmenu ul.tab8{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/auction_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab8 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/auction_gr.jpg) center center no-repeat;
}
.indentmenu ul.tab9{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/shopping_bl.jpg) center center no-repeat;
}

.indentmenu ul.tab9 li a.selected{
margin: 0;
padding: 0;
float: left;
width: 98px;
height: 46px;
background: #ffffff url(../tabmenu/image/button/shopping_gr.jpg) center center no-repeat;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
/*padding: 5px 11px;*/
text-decoration: none;
/*border-left: 1px solid #666666; divider between menu items
border-right: 1px solid #666666; divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}
/*
.indentmenu ul li a.selected{
color: white !important;

padding-top: 6px; /*shift text down 1px
padding-bottom: 4px;

background: black url(../tabmenu/image/button/private_gr.jpg)  center center no-repeat;
}*/


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

.tabcontent{
display:none;
}

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