/*
//---------------------------------------------------------------------------
//	Copyright SOFT Internet Solutions (Gh) Limited
//---------------------------------------------------------------------------
// All rights are reserved. Reproduction or transmission 
// in whole or in part, in any form or by any means, 
// electronic, mecahnical or otherwise, is prohibited 
// without the prior written consent of the copyright owner.
//---------------------------------------------------------------------------
// File name			: links.css
// Purpose file			: style sheet - CSS 2.0
// Owner				: Tjalling Wirada, Managing Director 
// E-mail				: tjalling@sis.gh
//---------------------------------------------------------------------------
//	Version 1.0
//---------------------------------------------------------------------------
// Date of Creation		: 27-10-2005
// Designer				: Godfred Brako (Freelance Designer)
// Developer			: Emmanuel Tetteh Kuadzi (emmanuel@sis.gh)
//---------------------------------------------------------------------------
*/
.link
{
	font-weight: bold;
	color:#006600;
	text-decoration: underline;
}
.link:hover
{
	font-weight: bold;
	color:#3E7803;
	text-decoration: none;
}
.active
{
	display: block;
	background: #617A4D;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding: 3px 0px 3px 0px;
	height: 14px;
}
a.menu
{
	display: block;
	background: #005826;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding: 3px 0px 3px 0px;
	height: 14px;
}
a.menu:hover
{
	display: block;
	background: #AABC98;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	height: 14px;
}
.sub
{
	color: #005826;
	text-decoration: none;
	font-size: 11px;
}
.sub:hover
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#sub
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}