.glowingtabs{
float:left;
height:34px;
padding:0px;
margin:10px 0px 0px 0px;
line-height:normal;
width:948px;

/*background:url(../images/navSub_BgF.png) bottom left no-repeat;*/
/*border-bottom: 1px solid #fff;*/ /*Add border strip to bottom of menu*/

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
float:left; /*indrani*/
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
float:left;/*indrani*/
/*border:#FFFF00 solid 1px;*/
}

.glowingtabs a{
float:left;
background:url(../media/glowtab-leftF.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none!important;
/*border:#000000 solid 1px;*/
}

.glowingtabs a div{
float:left;
display:block;
background:url(../media/glowtabF.gif) no-repeat right top;
padding: 8px 30px 10px 20px;
_padding: 5px 25px 7px 15px;
text-decoration:none;
}

.glowingtabs a div h1{
padding:3px 0 0 0;
margin: 0px;
float:left;
}
.glowingtabs a div h1 div{
float:left;
background:none;
padding:0px;
margin:0px;
color:#FFFFFF!important;
}

h1{
font-size:16px;
font-style:italic;
color:#fff;
text-align:center;
text-decoration:none;
}
/* End IE5-Mac hack */

/*.glowingtabs a:hover div {
color: #252525;
}*/


.glowingtabs a.current{ /*Selected Tab style*/
background-position:0% -34px; 
}
.glowingtabs .positionChng a
{
	background:none!important;
}

.glowingtabs a.current div{ /*Selected Tab style*/
background-position:100% -33.5px; 
text-decoration:none;
color:#252525 !important;
}

.glowingtabs a:hover{ /*onMouseover style*/
 
}

.glowingtabs a:hover div{ /*onMouseover style*/
background-position:100% -33.5px; 
}
.glowingtabs a#current
{
	background:none!important;
}
.tabcontainer{
clear: left;
width:946px; /*width of 2nd level sub menus*/
height:36px;
float:left;
/*background:url(../images/navSub_BgF.png) top left no-repeat;*/
background:url(../images/navSub_BgF.jpg) top left no-repeat;

/*height:1.5em;*/ /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.tabcontent{
padding:8px 0 0 0;
margin:0px;
display:none;
float:left;

font-family:Arial;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#fff;

}
.positionChng{
position:absolute;
left:-700px;
top:34px;
width:946px;
z-index:10000;
	
}
.tabcontent2
{
	display:block!important;
}
	

.tabcontent a{
float:none;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#FF0000;
}
.tabcontent a:hover{
text-decoration:underline;
color:#FF0000;
}
.tabcontent .current{
text-decoration:underline;
color:#FF0000;
}


.tabcontent ul{
/*width:660px;*/
width:auto;
padding:0px 0 0 30px;
margin:0px;
float:left;
list-style-type:none;
}
.tabcontent ul li{
width:auto;
padding:0px;
margin:0 16px 0 0;
float:left;
list-style-type:none;
display:inherit;
}
.tabcontent ul li a{
width:auto;
padding:0px;
margin:0px;
float:left;
list-style-type:none;
display:inherit;

font-family:Arial;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
color:#fff;
}
.tabcontent ul li a:hover{
color:#fff;
text-decoration:underline;
}
.tabcontent ul li a#current{
color:#000;
text-decoration:none;
cursor:text;
}
.tabcontent ul li a.current{
color:#000;
text-decoration:none;
cursor:text;
}




