.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #0058b0;
	border-bottom-style: solid;
	border-bottom-color: #9ec1e4;
	border-bottom-width: 1px;
	width: 135px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;

}

.menu a:link {  color: #FFFFFF; width: 135px; height:20px; text-decoration: none}

.menu a:visited { color: #FFFFFF; width: 135px; height:20px; text-decoration: none}

.menu a:hover {
	color: #ffffff;
	background-color: #006AD5;
	width: 140px;
	height:20px;
	text-decoration: none;
	border-right-style: 0;

}

.menu a:active { color: #ffffff; background-color: #006ad5; width: 140px; height:20px; text-decoration: none}
