 .indentmenu{
font: bold 13px verdana;
width: 100%; /*leave this value as is in most cases
background:#f1f1f1;*/
color:#ffffff;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border
background: #660033 url(../images/indentbg211.gif) center center repeat-x;*/

}

.indentmenu ul li{
 display:block;
 float:left;
 }

.indentmenu li{
margin-right:5px;
}
.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/ 
display:block;
text-decoration: none; 
padding:5px 10px 5px 10px;
min-width:100px;
text-align:center;
/*background:#1db0d2;*/
border:1px solid #f1f1f1;
 -moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
  font-weight:bold;
  border:1px solid #e2e2e2;
  border-bottom:0px;
}

.indentmenu ul li a:hover{
background: #999999;
color:#fff;}

.indentmenu ul li a:visited{
color: #000;
}

.indentmenu ul li a.selected{
color: #000 !important;
 display:block;
/*background: #660033 url(../images/indentbg.gif) center center repeat-x;*/
background:#999999;
 font-weight:bold;
padding:5px 10px 5px 10px;
text-align:center;
border:1px solid #e2e2e2;
border-bottom:0px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
color:#000;
}

@media print {
.tabcontent {
display:block !important;
}
}
 /* inner tab*/
 
.indentmenu2{
font: bold 13px verdana;
width: 100%; /*leave this value as is in most cases
background:#f1f1f1;*/
color:#ffffff;
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border
background: #660033 url(../images/indentbg211.gif) center center repeat-x;*/

}

.indentmenu2 ul li{
 display:block;
 float:left;
 }

.indentmenu2 li{
margin-right:5px;
}
.indentmenu2 ul li a{
float: left;
color: #000; /*text color*/ 
display:block;
text-decoration: none; 
font-weight:normal;
padding:10px 15px 10px 15px;
min-width:150px;
text-align:center;
background:#f4f4f4;
border:1px dashed #e2e2e2;
 -moz-border-radius: 7px;
}

.indentmenu2 ul li a:visited{
color: #000;
}

.indentmenu2 ul li a.selected{
color: #ffffff !important;
 display:block;
/*background: #660033 url(../images/indentbg.gif) center center repeat-x;*/
background:       #5dc1f2;
 font-weight:bold;
padding:10px 15px 10px 15px;
text-align:center;
}
