.menu {
	background-color: #CC0033;
	border-top: medium double #3333CC;
	border-right: medium none #3333CC;
	border-bottom: medium double #3333CC;
	border-left: medium none #3333CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;


}
.menu a,.menu a:link,.menu a:active,.menu a:visited {
display : block;
background : #cc0033;
color : #ffffff;
text-decoration : none;
line-height : 16px;
}.methodbox {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3333CC;
	border-right-color: #3333CC;
	border-bottom-color: #3333CC;
	border-left-color: #3333CC;
}
.methodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 25px;
	color: #3333CC;
	font-weight: bold;
}
