/* 

????????????????????????????????????????????
link => visited => hover => active

*/
a.underline_menu:link {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: gray;
	color: #095587;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px; /*spacing between each menu link*/
	text-transform: uppercase;
}
a.underline_menu:visited {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: gray;
	color: #095587;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px; /*spacing between each menu link*/
	text-transform: uppercase;
}
a.underline_menu:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #0033FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px; /*spacing between each menu link*/
	text-transform: uppercase;
	}
a.underline_menu:active {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: gray;
	color: #095587;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px; /*spacing between each menu link*/
	text-transform: uppercase;
}
