 a {
text-decoration: none;
color: #999;
text-decoration: none;
}

 a:hover {
color: #fff;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| fantastic subitem stuff */
.subitem {
color: #999;
}

.activesubitem {
color: #e6e6e6;
}

.subitem:hover {
color: #fff;
}

.activesubitem:hover {
color: #fff;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| left, right, middle class div stuff */
.text {
margin: 0 0 0 586px;
padding: 0px;
	display: block; 
	height: 446px; 
	float: left; 
	width: 356px; 
	background-color: transparent; 
	background: transparent url(../images/png/menu_bg_over.png) repeat;
	border-left: 1px solid #333;
	}
	
.ie6 .text {
margin: 0;
padding: 0px;
	display: block; 
	height: 446px; 
	float: right; 
	width: 356px; 
	background-color: transparent; 
	background: transparent url(../images/png/ie6/menu_bg_over.jpg) repeat;
	border-left: 1px solid #333;
	}	
	
	
/* Holly Hack for IE \*/
* html .text {
margin: 0 0 0 586px;
padding: 0px;
	display: block; 
	height: 446px; 
	float: left; 
	width: 357px; 
	background-color: transparent; 
	background: transparent url(../images/png/menu_bg_over.png) repeat;
	border-left: 1px solid #333;
	}
/* End */


#news #tl h1
{
	padding: 0;
	font-size: 100%;
	margin: 19px 0px 0 0;
	padding: 5px 12px 5px 11px;
	font-weight: normal;
	color: inherit;	color: #ccc;
	background: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	width: 194px;
	
}

#news #tl div.text h1
{	
	width: 333px;	
}

.ie7 #news #tl div.text h1
{	
	width: 356px;	
}

.ie6 #news #tl div.text h1
{	
	width: 356px;	
}
	
	#tl .buttons a.left
	{
		position: absolute;
		left: 588px;
		top: 390px;
		background: url('../css/img/fleche1_hover.png') no-repeat bottom left;
		height: 50px;
		width: 12px;
	}
	
	
	#tl .buttons a.left:hover
	{
		position: absolute;
		left: 588px;
		top: 390px;
		background: url('../css/img/fleche1.png') no-repeat bottom left;
	}
	
	* html #tl .buttons a.left { background: url('../css/img/fleche1.png') no-repeat bottom left;
		position: absolute; }
	
	#tl .buttons a.right
	{
		position: absolute;
		left: 596px;
		top: 390px;
		background: url('../css/img/fleche2_hover.png') no-repeat bottom left;
		height: 50px;
		width: 12px;
	}
	
	#tl .buttons a.right:hover
	{
		position: absolute;
		left: 596px;
		top: 390px;
		background: url('../css/img/fleche2.png') no-repeat bottom left;
	}
	
	
	* html #tl .buttons a.right { background: url('../css/img/fleche2.png') no-repeat bottom left;
		position: absolute; }
	
	
	
	/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| IE6 repeat of above tl .arrowsthing stuff */
	
	.ie6 #tl .buttons a.left
	{
		position: absolute;
		left: 588px;
		top: 390px;
		background: url('../css/img/ie6/fleche1.jpg') no-repeat bottom left;
		height: 50px;
		width: 12px;
	}
	
	.ie6 #tl .buttons a.left:hover
	{
		position: absolute;
		left: 588px;
		top: 390px;
		background: url('../css/img/ie6/fleche1.jpg') no-repeat bottom left;
	}
	
	.ie6 * html #tl .buttons a.left { background: url('../css/img/ie6/fleche1.jpg') no-repeat bottom left;
		position: absolute; }
	
	.ie6 #tl .buttons a.right
	{
		position: absolute;
		left: 596px;
		top: 390px;
		background: url('../css/img/ie6/fleche2.jpg') no-repeat bottom left;
		height: 50px;
		width: 12px;
	}
	
	.ie6 #tl .buttons a.right:hover
	{
		position: absolute;
		left: 596px;
		top: 390px;
		background: url('../css/img/ie6/fleche2.jpg') no-repeat bottom left;
	}
	
	
	.ie6 * html #tl .buttons a.right { background: url('../css/img/fleche2.jpg') no-repeat bottom left;
	position: absolute; }