@charset "utf-8";
/* CSS Document */

.menu a:link  {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	display:block;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: capitalize;
	font-style: italic;
	background-color: #8C4822;
}
/*normal links in the text*/
.menu a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	display:block;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: capitalize;
	background-color: #8C4822;
	font-style: italic;
}
.menu a:hover { /*this effect is not shown in NN4.xx*/
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	padding: 1px;
	display:block;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #FFFFCC;
	text-transform: none;
	color: #000000;
	font-style: italic;
}
