.glowingtabs{
float:left;
font:bold 12px Arial, Helvetica, sans-serif;
width:500px;
height:24px;
line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left:5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
height:24px;
}

.glowingtabs a{
float:left;
background:url(topmn_imgleft.gif) no-repeat left top;
margin:0;
margin-right:2px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
color:#CC3300;
}

.glowingtabs a span{
float:left;
display:inline-block;
background:url(topmn_imgright.gif) no-repeat right top;
padding-left:5px;
padding-right:13px;
line-height:24px;
font-weight:bold;
color: #CC3300;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color:#fff;
}

.glowingtabs a.current{ /*Selected Tab style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
	background:url(topmn_imgright_over.gif) right no-repeat;/*Shift background image up to start of 2nd tab image*/
	color:#fff;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;
	text-decoration:none;
	color:#FFFFFF;
/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
	background:url(topmn_imgright_over.gif) right no-repeat;
	color:#FFFFFF;
	text-decoration:none;
/*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
font:normal 12px Arial, Helvetica, sans-serif;
text-align: justify;
padding:5px;
width:488px;
border:1px #adb9c2 solid;
margin-bottom:5px;
clear:both;
position:relative;
}

.tabcontent{
	display:none;
	
}