A.menu {
	color: #FFFFFF;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
  };
A.menu:Hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
  };

A.subpage_sel {
	color: #FF0000;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	border: 1px solid white;
        height: 25px;
	vertical-align: 50%;
  };
A.subpage_sel:Hover {
	color: #FF0000;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
        height: 25px;
	vertical-align: 50%;
  };
A.subpage_nsel {
	color: #000000;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #D9D3E9;
	font-style: normal;
        height: 25px;
	vertical-align: 50%;
  };
A.subpage_nsel:Hover {
	color: #FF0000;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #D9D3E9;
	font-style: normal;
	border: 1px solid white;
        height: 25px;
	vertical-align: 50%;
  };
