	#glowingtabs{
		font-size:13px;
		font-family:arial;
		line-height:180%;
		overflow: hidden;
		clear:both;			
    padding:20px 0px 0px 80px;
	}

	#glowingtabs ul{
		float:left;
		list-style-type: none;
		margin:0px 0px 0px 10px; /*Left offset of entire tab menu relative to page*/
		padding:0px 0 0 0;
	}

	#glowingtabs li{
		float:left;
		display:inline;
		margin:0;

	}

	#glowingtabs a{		
		text-decoration:none;
	}

	#glowingtabs a span{
		float:right;
		display:block;
		width: 153px;
		text-align: center;
		background:url(/images/img/videotabs/tab.gif) no-repeat right top;
		padding: 3px 0px 3px 0px;
		margin: 0 0px 0 0px;	
		color:#31a9ff;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#glowingtabs a span {
		float:none;
		text-decoration:none;
	}
	/* End IE5-Mac hack */

	#glowingtabs a:hover span {
		text-decoration:underline;
	}

	#glowingtabs #current a{ /*Selected Tab style*/
		background-position:100% 88%; /*Shift background image up to start of 2nd tab image*/		
		
	}

	#glowingtabs #current a span{ /*Selected Tab style*/
		background-position:100% 88%; /*Shift background image up to start of 2nd tab image*/		
		color:#fe8900;
		font-weight:bold;
	}

	#glowingtabs a:hover{ /*onMouseover style*/
		background-position:100% 88%; /*Shift background image up to start of 2nd tab image*/
	}

	#glowingtabs a:hover span{ /*onMouseover style*/
		background-position:100% 88%; /*Shift background image up to start of 2nd tab image*/
	}
