.menu2_0_normal {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	color: black;
         background-color: #ffe608;
}

.menu2_0_active {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color: black;
         background-color: #ffe608;
}

.menu2_1_normal {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;	
	color: black;
         padding-left : 15px;
         background-color: #ffe608;
}

.menu2_1_active {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color: black;
         padding-left : 15px;
         background-color: #ffe608;
}

.menu2_2_normal {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;	
	color: #000088;
         background-color: #ffffff;
}

.menu2_2_active {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
	color: black;
         background-color: #ffffff;
}

a.menu2_normal:link {
  color: black;
  text-decoration:underline;
}  

a.menu2_normal:visited {
  color: black;
  text-decoration:underline;
}  

a.menu2_normal:hover {
  color: black;
  font-weight : 700;
  text-decoration:underline;
}  

a.menu2_normal:active {
  color: black;
  text-decoration:underline;
}  

a.menu2_active:link {
  color: black;
  text-decoration:underline;
}  

a.menu2_active:visited {
  color: black;
  text-decoration:underline;
}  

a.menu2_active:hover {
  color: black;
  text-decoration:underline;
}  

a.menu2_active:active {
  color: #000088;
  text-decoration:underline;
}