@charset "iso-8859-1";

	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited {
		text-decoration: underline;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		text-decoration:none;
	}
	
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited
	{
		color:#336699;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		color:#000000;
	}
	
	a.customMenuItem,
	a.customMenuItem:link,
	a.customMenuItem:visited
	{
		color:#333399;
		text-decoration:none;
	}
	
	.one_tag a,
	.one_tag a:link,
	.one_tag a:active,
	.one_tag a:visited
	{
		color:#3299FF;
	}
	
	.one_tag a:hover
	{
		color:#0000FF;
	}

	.bottomLinks a,
	.bottomLinks a:link,
	.bottomLinks a:visited {
		color: #336699;
		text-decoration: underline;
		padding-right: 8px;
	}

	.bottomLinks a:hover,
	.bottomLinks a:active {
		color: #000000;
		text-decoration: none;
	}
	
/*==============================
			TOP NAV
==============================*/

.topMenuWrapper {
	width: 980px;
	}

.topMenuWrapper .topMenu a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 105px;
	height: 29px;
	padding: 10px 0px 0px 5px;
	}
	
.topMenuWrapper .topMenu a#topMenu-Hub {
	padding-left: 10px;
	width: 60px;
	}
	
.topMenuWrapper .topMenu a#topMenu-Groups {
	width: 90px;
	}
	
.topMenuWrapper .topMenu a#topMenu-Local-Connections {
	width: 165px;
	}
	
.topMenuWrapper .topMenu a#topMenu-Discussions {
	width: 145px;
	}
	
.topMenuWrapper .topMenu a#topMenu-Classifieds {
	width: 135px;
	}
	
.topMenuWrapper .topMenu span {
	font-size: 16px;
	}
	
.topMenuWrapper .topMenu span b {
	display: block;
	width: 110px;
	height: 29px;
	padding: 10px 0px 0px 10px;
	background: url(../../../../images/version5/nav/nav2-tab-120.gif) no-repeat;
	}
	
.topMenuWrapper span#topMenu-Hub b {
	width: 80px;
	padding-left: 20px;
	background: url(../../../../images/version5/nav/nav2-tab-100.gif) no-repeat;
	}	
	
.topMenuWrapper span#topMenu-Groups b {
	width: 85px;
	background: url(../../../../images/version5/nav/nav2-tab-100.gif) no-repeat;
	}

.topMenuWrapper span#topMenu-Local-Connections b {
	width: 174px;
	padding-left: 6px;
	background: url(../../../../images/version5/nav/nav2-tab-180.gif) no-repeat;
	}
	
.topMenuWrapper span#topMenu-Discussions b {
	width: 150px;
	background: url(../../../../images/version5/nav/nav2-tab-160.gif) no-repeat;
	}
	
.topMenuWrapper span#topMenu-Classifieds b {
	width: 130px;
	background: url(../../../../images/version5/nav/nav2-tab-140.gif) no-repeat;
	}

