#glowingtabs{ float:right; width:100%;  line-height:normal; border:none; padding:0px; margin:0px;/*Add border strip to bottom of menu*/ }
#glowingtabs ul{ float:right; list-style-type: none; margin:0; padding:0; }
#glowingtabs li{ display:inline; margin:0; padding:0; }
#glowingtabs a{ float:left; background:url(../images/glowtab-left.gif) no-repeat left top; margin:0; margin-left: 3px; /*spacing between each tab*/ padding:0 0 0 9px; text-decoration:none; cursor:pointer;}
#glowingtabs a h1{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 8px 12px 8px 3px;
font-weight:bold;
color:#3B3B3B;
margin:0px;

font-size:12px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a h1 {float:none; color:#FFF; height:14px; float:left; }

/* End IE5-Mac hack */

#glowingtabs a:hover h1 {
color: #FFF;
}

#glowingtabs .current a{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs .current a h1{ /*Selected Tab style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
color: #FFF;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -30px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover h1{ /*onMouseover style*/

background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
}


/* start css for sub tab*/				
#Subtabs{ float:right; width:100%; font-size:100%; line-height:normal; border:none; padding:0px; margin:0px;/*Add border strip to bottom of menu*/}
#Subtabs ul{ float:right; list-style-type: none; margin:0; padding:0; }
#Subtabs li{ display:inline; margin:0; padding:0; }
#Subtabs a{ float:left; background:url(../images/tableftJ.gif) no-repeat left top; margin:0; margin-left: 3px; /*spacing between each tab*/ padding:0 0 0 9px; text-decoration:none; cursor:pointer;}
		
#Subtabs {
      float:left;
      width:100%;
    font-weight:bold;
						color:#fff;
      line-height:normal;

				
	border-bottom:2px solid #0F4991;
      }
    #Subtabs ul {
				float:left;
	  margin:0;
	  padding:10px 0px 0 0px;
	  list-style:none;
			
      }
    #Subtabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #Subtabs a {
      float:left;
      background:url(../images/tableftJ.gif) no-repeat left top;
      margin:0 0 0 3px;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #Subtabs a span {
      float:left;
      display:block;
      background:url(../images/tabrightJ.gif) no-repeat right top;
      padding:9px 15px 6px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #Subtabs a span {float:none;}
    /* End IE5-Mac hack */
    #Subtabs a:hover span {
      color:#FFF; 
      }
    #Subtabs a:hover {
      background-position:0% -30px; 
      }
    #Subtabs a:hover span {
      background-position:100% -30px;
      }
						
#Subtabs .current a{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}

#Subtabs .current a span{ /*Selected Tab style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
color: #FFF;
}
/*end css for sub tab*/