/*******************************************************************************************************************

	CSS Stylesheet 	- 	buttons.css
	Description 	- 	Stylesheet used to style buttons site wide
	Author			- 	Darren Huskie
	Last Update		- 	15th February 2010
	Contents		-	News Links Sub-Menu Styles
 
*******************************************************************************************************************/

/********** News Links Sub-Menu Button Styles **********/

#news-links {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 754px;
}
#news-links li {
	border-right: 1px solid #DDD;
	display: block;
	float: left;
	height: 32px;
	text-indent: 40px;
	width: 150px;
}
#news-links li:hover {
	background-color: #DDD;
}
#news-links li a {
	color: #369;
	display: block;
	float: none;
	font: bold 12px Arial;
	line-height: 32px;
	text-decoration: none;
	width: 100%;
}
#news-links li.recent-news {
	background: url(/news/template-images/icon-news.png) 10px no-repeat;
}
#news-links li.recent-news a:hover {
	background: #DDD url(/news/template-images/icon-news.png) 10px no-repeat;
}
#news-links li.submit-news {
	background: url(/news/template-images/icon-submit-news.png) 10px no-repeat;
}
#news-links li.submit-news a:hover {
	background: #DDD url(/news/template-images/icon-submit-news.png) 10px no-repeat;
}
#news-links li.forum {
	background: url(/news/template-images/icon-forum.png) 10px no-repeat;
}
#news-links li.forum a:hover {
	background: #DDD url(/news/template-images/icon-forum.png) 10px no-repeat;
}
#news-links li.articles {
	background: url(/news/template-images/icon-articles.png) 10px no-repeat;
}
#news-links li.articles a:hover {
	background: #DDD url(/news/template-images/icon-articles.png) 10px no-repeat;
}
#news-links li.members {
	background: url(/news/template-images/icon-members.png) 10px no-repeat;
	border-right: none;
}
#news-links li.members a:hover {
	background: #DDD url(/news/template-images/icon-members.png) 10px no-repeat;
}
#news-links li.archive {
	background: url(/news/template-images/icon-archive.png) 10px no-repeat;
}
#news-links li.archive a:hover {
	background: #DDD url(/news/template-images/icon-archive.png) 10px no-repeat;
}
