.glowingtabs{
float:left;
width:100%;
line-height:normal;
  font: bold 16px sans-serif;
 border-bottom: 1px solid #BABABA;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 2px; /*Left offset of entire tab menu relative to page*/
padding:0;


}

.glowingtabs li{
display:inline;
margin:0;
padding:0;


}

.glowingtabs a{
float:left;
background:url(../images/tabs/glowtab-left.gif) no-repeat left top;
margin:0px;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;

}

.glowingtabs a span{
float:left;
font: bold 16px  sans-serif;
display:block;
background:url(../images/tabs/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
margin-bottom:-2px;
border-bottom: 1px solid #fff; /*Add border strip to bottom of menu*/

}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
border-bottom: 1px solid #fff;
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
}

.MHtabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
}
.Ctabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
}

.tabcontent{
display:none;
border: 1px solid #BABABA;
border-top:none;
margin-top:-2px;
}

.tabcontent3{
	display:none;
	border: 1px solid #BABABA;
	border-top:none;
	margin-top:-2px;
	padding: 5px;
	
	text-align: justify;
}
.ddtabcontent{
display:none;
border-top:none;
margin-top:-2px;
}

.MHtabcontent{
display:none;
border: 1px solid #BABABA;
border-top:none;
margin-top:-2px;
padding:5px;
}
.Ctabcontent{
display:none;
border: 1px solid #BABABA;
border-top:none;
margin-top:-2px;
padding:5px;
}
.Checklisttabcontent{
display:none;
border: 1px solid #BABABA;
border-top:none;
margin-top:-2px;
padding-right:25px;
padding-left:20px;
float:none
}
.Searchtabcontent{
display:none;
border: 1px solid #BABABA;
border-top:none;
margin-top:-2px;
padding:5px;

}
.tabcontainer2
{
display:none;
}