/* CSS Document */

#mainmenu {
	width: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	padding-top: 1px;
	
	
	
}
	


.mainmenu:link {
	height: 19px;
	width: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	text-decoration: none;
	background-image: url(../Backgrounds/MenuBG.jpg);
	display: block;
	margin-bottom: 7px;
	}

.mainmenu:visited {
	height: 19px;
	width: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	text-decoration: none;
	background-image: url(../Backgrounds/MenuBG.jpg);
	display: block;
	margin-bottom: 7px;
	}

.mainmenu:hover {
	height: 19px;
	width: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
	text-decoration: none;
	background-image: url(../Backgrounds/MenuBG.jpg);
	display: block;
	margin-bottom: 7px;
	}

.mainmenu:active {
	height: 19px;
	width: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	text-decoration: none;
	background-image: url(../Backgrounds/MenuBG.jpg);
	display: block;
	margin-bottom: 7px;
	}

.rightcollink:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.rightcollink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.rightcollink:hover {
	color: #FF0000;
	text-decoration: underline;
}

.rightcollink:active {
	color: #FFFFFF
	text-decoration: underline;
}

a:link {
	color: #FF0000;
	
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #006666;
}
a:active {
	color: #FF0000;
}
