.menu {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu1 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
a:visited span {
	font-weight: bold;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold
}
.line_h {
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
}
.line_v {
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
}