/* Information
	Design Name: Fluffy Green
	Author: EverGlade WebWorks, 2010-2011.
	Copyright: EverGlade Group, 2010-2011.

	Filename: Links.css	
	Filesize: 3,22kB

	Created: 31/01-10
	Modified: 01/03-11
*/

/*Navigation*/
#navigation a {
	text-decoration: none;
	font-size: 90%;
	font-family: sans-serif;
}
#navigation li {
	display: inline;
}
#navigation a:link {
	color: #fff;
}
#navigation a:visited {
	color: #fff;
}
#navigation a:hover {
	color: #333;
}
#navigation a:active {
	color: #333;
}
/*End Navigation*/

/*SubMenu*/
#subMenu {
	padding: 8px 5px 8px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #33ee00;
}
#subMenu a {
	text-decoration: none;
}
#subMenu li {
	color: #80ee00;
	display: inline;
	list-style: none;
}
#subMenu a:link {
	color: #000;
}
#subMenu a:visited {
	color: #000;
}
#subMenu a:hover {
	color: #000;
	border-bottom: 1px solid #80ee00;
}
#subMenu a:active {
	color: #000;
}
/*End SubMenu*/

/*Sub Navigation*/
#subNavigation a {
	padding: 0 2px;
	text-decoration: none;
	display: block;
}
#subNavigation li {
	list-style: none;
}
#subNavigation a:link {
	color: #666;
	background: #fff;
}
#subNavigation a:visited {
	color: #666;
	background: #fff;
}
#subNavigation a:hover {
	color: #666;
	background: #eee;
}
#subNavigation a:active {
	color: #666;
	background: #ccc;
	position: relative;
	top: 1;
}
/*End Sub Navigation*/

/*Footer Navigation*/
#footerNavigation a {
	padding: 1px 3px 0 3px;
	text-decoration: none;
	font-family: monospace;
	font-size: 120%;
	font-weight: bold;
}
#footerNavigation li {
	display: inline;
}
#footerNavigation a:link {
	color: #999;
}
#footerNavigation a:visited {
	color: #999;
}
#footerNavigation a:hover {
	color: #333;
	background: #ccc;
}
#footerNavigation a:active {
	padding: 2px 3px 0 3px;
	color: #333;
	background: #ccc;
	position: relative;
	top: 1px;	
}
/*End Footer Navigation*/

/*Updated/New Pages*/
#updatedNews a {
	padding: 0 5px;
	text-decoration: none;
	display: block;
}
#updatedNews a:link {
	color: #666;
	background: #fff;
}
#updatedNews a:visited {
	color: #666;
	background: #fff;
}
#updatedNews a:hover {
	color: #666;
	background: #eee;
}
#updatedNews a:active {
	color: #666;
	background: #ccc;
	position: relative;
	top: 1;
}
/*End Updated/New Pages*/

/*Networks*/
#network a {
	text-decoration: underline;
}
#network a:link {
	color: #666;
}
#network a:visited {
	color: #666;
}
#network a:hover {
	color: #000;
}
#network a:active {
	color: #333;
}
/*End of Networks*/


/*RSS*/
img.rss {
	border: none;
}
img.rss:hover {
	background: url('/common/img/links/rssHover.png') no-repeat;
}
img.rss:active {
	background: url('/common/img/links/rssActive.png') no-repeat;
}
/*End of RSS*/

/*Other*/
#current a {
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#subMenuCurrent {
	font-weight: bold;
}
.sitemap a:hover {
	position: relative;
	left: 3px;
	text-decoration: none;
}
/*End of Other*/
