/*-------------------*/
/* div style control */
/*-------------------*/

div.menuLvl0 {
	opacity: 1.0;
	filter: alpha(opacity=100); /* for ie 6 (must agree with number above) */
	width: 955px;
	z-index: 1;
	position: absolute;
	display: block;
	top: 113px;
	left: 26px;
	height: 44;
}


div.menuLvl1 {
   opacity: 0.85;
   filter: alpha(opacity=85); /* for ie 6 (must agree with number above) */
   width: 240px;
   height: 500px;
   z-index: 2;
   position: absolute;
   display: none;/*block;*/
   top: 164px;
   left: 30px;
}

div.menuLvl1_but {
   opacity: 1.0;  /*cannot have these in IE 6 */
   /*filter: alpha(opacity=100);*/ /* for ie 6 (must agree with number above) */
   width: 183px;
   height: 24px;
   z-index: 3;
   display: block;
}

div.menuLvl2 {
   opacity: 1.0; /*cannot have these in IE 6 */
   /*filter: alpha(opacity=100);*/ /* for ie 6 (must agree with number above) */
   width: 215px;
   height: 23px;
   z-index: 4;
   display: block;
}

/*---------------------*/
/* links style control */
/*---------------------*/
a.menu0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu0:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6666;
	text-decoration: none;
	font-weight: bold;
}

a.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6666;
	text-decoration: none;
	font-weight: bold;
}
