/* 
	This stylesheet manages the links in the top section of SportingHeroes.net.
	The top link navigation is generic to every page, so one stylesheet fits all pages as
	far as the top navigation is concerned.
	It is generally loaded in conjunction with other .css stylesheets that manage the
	body content of each page.
	
	Page was created on 19/11/2003 by David Gerrard- dave@dgcv.co.uk
	using code written by Bob McKay- bob.mckay@threemedia.com
*/

.newMainNav {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
.newMainNav a:link{
	color: #cccccc;
	text-decoration: none;
}
.newMainNav a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.newMainNav a:visited{
	color: #cccccc;
	text-decoration: none;
}
.newMainNav a:visited:hover{
	color: #FFCC00;
	text-decoration: underline;
}
