.glowingtabs{
float:left;
width:100%;
margin-left:0px;
line-height:normal;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(media/glowtab-left.gif) no-repeat left top;
margin-left: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(media/glowtab.gif) no-repeat right top;
padding: 0px;
font-weight:bold;
height:23px;
width:144px;
line-height:20px;
color:#ffffff;
}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none; text-align:center}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
text-decoration:none;
cursor:pointer;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -23px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -23px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -23px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -23px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;	
	margin:0;
    font-family:10px Verdana, Arial, Helvetica, sans-serif;		
	font-style: normal;
	text-align:justify;
	color: #474747;
	padding:3px 5px 3px 5px;	
	
}