a.forum_mainmenu:link {
	color: #6C6C6C; text-decoration: none;
	}
	
a.forum_mainmenu:hover {
	color: #6C6C6C; text-decoration: none;
	}
	
a.forum_mainmenu:visited {
	color: #6C6C6C; text-decoration: none;
	}
	
a.forum_mainmenu:visited:hover {
	color: #6C6C6C; text-decoration: none;
	}

/* begin forum navigation */
table#navigator {
	background-color: #A1A5A9;
	}

table#forum_admin_nav td a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 10px 4px 4px;
/*	background-image: url(/images/navigator/forum_mouse.gif); */
	}

table#forum_admin_nav td {
	text-align: left;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}



table#forum_admin_nav td a:hover {
	color: #4E4E4E;
	background-image: url(/images/navigator/forum_mouse_hi.gif);
	display: block;
	font-weight: strong;
	text-decoration: none;
	}

/* end forum navigation */