.menu_link{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 4px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #019BA5;
} 
.menu_link:hover{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	width: auto;
	font-weight: bold;
	color: #C10774;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F5D230;
	background-color: #FFFFFF;
}

