a:active, a:hover {
		color: #000;
		text-decoration: none;
	}

	a:link, a:visited {
		color: #063;
		text-decoration: none;
	}

	.browse_by_arrow_state {
		background-image: url("../png/browse_by_btn-2.png");
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		margin-bottom: 5px;
		padding-left: 15px;
	}

	.browse_by_arrow_state:hover {
		background-image: url("../png/browse_by_hover_btn-2.png");
	}

	.browse_state_content_inner {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}

	.main_title {
		color: #555;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 15px;
		font-weight: bold;
		padding: 10px 0 10px 0;
	}


	#browse_cat_title {
		color: #555;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
	}

	#body_full_column {
		text-align: left;
	}