.navbar {
	font-size: 11px;
	text-decoration: none;
	color: #000;




}
.main a:link {
	color: #333;
	background-image: url(images/vertical_button_off.gif);
	float: left;
	width: 235px;
	height: 34px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 10px;



}
.main a:visited {


}
.main a:hover {
	color: #FFF;
	background-image: url(images/vertical_button_on.gif);
	height: 34px;
	width: 235px;

}
.main a:active {


}
.navbar a:link {
	color: #333;
	text-decoration: none;

}

.navbar a:visited {
	color: #333;
	text-decoration: none;

}
.navbar a:hover {
	color: #D6201C;
	text-decoration: none;

}

.navbar a:active {
	color: #A69540;
	text-decoration: none;

}

.body a:link {
	color: #333;
	text-decoration: underline;
}

.body a:hover {
	color: #D6201C;
	text-decoration: underline;
}
