	/** unselected tabs **/
	div.navigation  {
		color: #000000;
		background: #E0E0E0 url(../images/bmbackground3.png) no-repeat top left;
		text-decoration: none;
		padding: 0px;
		height: 26px;
		padding-left: 10px;
		white-space: nowrap;
		cursor: pointer;
	}

	div.navigation.selected {
		background: #F7F7F7 url(../images/bgselected3.png) no-repeat top left;
	}

	div.navigation div.class2 div.class3 {
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}

	div.navigation div.class2 div.class3 span {
		font: 12px arial;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	div.navigation.selected div.class2 div.class3 span {
		color: #527382;
		
	}

	div.navigation div.class2 {
		height: 100%;
		text-align: center;
		background: #E0E0E0 url(../images/bmbackground3.png) no-repeat top right;
		padding-right: 10px;
	} 

	div.navigation.selected div.class2 {
		background: #F7F7F7 url(../images/bgselected3.png) no-repeat top right;
	} 

	ul.tablist {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		width: 100%;
		border: 0px;
		white-space: nowrap;
		clear: both;
	}

	ul.tablist li {
		display: inline;
		float: left;
		padding-right: 2px;
	}

	ul.tablist li.lastitem {
		padding-right: 0px;
	}


	div.toptabs {
		width: 898px;
		padding: 0px;
		margin: 0px;
	}

	div.toptabs div.busarea {
		width: 100%;
		background: #F7F7F7 url(../images/bgbusiness3.png) repeat-x bottom;
		padding: 0px;
		margin: 0px;
	}

	div.toptabs div.busarea table {
		width: 100%; 
		height: 258px;
	}

	div.toptabs div.busarea table tr td {
		vertical-align: bottom;
		text-align: center;
	}

	div.toptabs div.busarea table tr td:first-child {
		padding:0px;
		padding:10px;
		vertical-align: top;
		width: 815px;
		text-align: left;
	}

	/** Featured Businesses **/

	div.busbox {
		float: left;
		clear: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		margin-bottom: 15px;
	}

	div.busbox div {
		font: 11px arial;
		width: 160px;
		height: 225px;
		background: transparent url(../images/line3.gif) repeat-y;
		background-position: right;
		text-align: center;
	}

	div.busbox div a img {
		width: 118px;
		height: 118px;
		border: 0px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		padding:5px;
		border: 1px solid #D6CDCD;
	}

	div.busbox div strong {
		color: #343434;
		font-weight: bold;
	}

	div.busbox div strong a {
		text-decoration: none;
		font: inherit;
		color: #343434;
	}

	div.busbox div strong.sub {
		color: #547483;
		font-weight: bold;
	}

	div.busbox div div {
		width: 88%;
		margin-top: 2px;
		text-align: left;
		padding: 5px 3px 2px 15px;
	}

	
