/* Tabs menu */
.glowingtabs{
	float:left;
	width:100%;
	line-height:normal;	
}

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

.glowingtabs li{
	display:inline;
}

.glowingtabs a{
	float:left;			
	margin-right: 5px; /*spacing between each tab*/	
	text-decoration:none;
	padding:0 15px 0 15px;
}

.glowingtabs a span{
	margin-top:0px;
	float:left;
	display:block;	
	font-weight:bold;
	color:#ffffff;	
}

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

.glowingtabs a.current{ 
	color: #FFFF00;		
	
	width:100px;
	margin-top:-16px;	
	height:42px;			
}

.glowingtabs a.current span{ 
	color: #FFFF00;
	margin-top:15px;	
}

.glowingtabs a:hover{ /*onMouseover style*/
	background:url(../images/bt_on.gif) center no-repeat;
	margin-top:-16px;
	width:150px;
	height:42px;	
	color: #FFFF00;
}

.glowingtabs a:hover span{ /*onMouseover style*/
	color: #FFFF00;	
	
}

.tabcontent{
	display:none;
	
}