
#subMenu {
	position			: absolute;
	top					: 10px;
	left				: 264px;
	height				: 370px;
	width				: 240px;
}

.menu_lvl_1 h3{
	font-weight			: bold;
	color				: #FFFFFF;
}

.menu_lvl_2 li {
	font-size			: 1.2em;
	color				: #FFFFFF;
	font-weight			: bold;	
}

.menu_lvl_2 a {
	color				: white;
	text-decoration		: none;
}

.menu_lvl_2 a:visited {
	color				: white;
	text-decoration		: none;
}


.menu_lvl_2 a:hover {
	color				: #005DAB;
	text-decoration		: none;
}


.h3
{
	color				: #005DAB;
	font-size			: 1.4em;
	text-decoration		: none;

}

.menu_lvl_1 a.h3 {
	color				: #005DAB;
	font-size			: 1.4em;
	text-decoration		: none;
}
