body{
	behavior			:url("http://desteiger.axismart.nl/style/csshover.htc");
	font-family			: Trebuchet ms;
	font-size			: 0.9em;
	color				: #0064A9;
}
#subMenu {
	position			: relative;
	top				: 30px;
	left				: 15px;
	width				: 200px;
	padding			: 0 0 0 0;
	text-align			: right;
	height				: 500px;			
} 


.menu_lvl_1 {
	font-size			: 1.0em;
	color				: #AAFFFF;
	margin				: 0 0 0 0;
	padding			: 0;
}

.menu_lvl_1 .h3{
	font-size			: 1.9em;
	color				: #AAFFFF;
	display			: none;
}

.menu_lvl_2  {
	list-style			: none;
	padding			: 0 0 1em 0;
	margin-left			: 0;

}

.menu_lvl_1 ul {
	margin				: 0;
	padding			: 0;
	border				: none;
	list-style			: none;
}

.menu_lvl_2 li {
	position 			: relative;
	font-family			: Trebuchet ms;
	font-size			: 0.9em;
	list-style			: none;
	border				: 1px solid #005DAB;
	margin				: 0 0 2 0;	
	padding-right			: 6;
	padding-left			: 0;
	list-style-position		: inside;
}


.menu_lvl_2 a{
	padding			: 5px 5px 5px 0.5em;
	text-decoration		: none;
	color				: #005DAB;
}	

.menu_lvl_2 li:hover{ 
	background-color		:#0064A9;
 }

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

.menu_lvl_2 a:active {
	color				: #0064AG;;
	text-decoration		: none;
}


.menu_lvl_2 a:visited {
	color				: #0064AG;;
	text-decoration		: none;
}


h1 {
	font-family			: Trebuchet ms;
	font-weight			: regular;
	font-size			: 1.4em;
	color				: #005DAB;
	
}


h2 {
	font-family			: Trebuchet ms;
	font-weight			: regular;
	font-size			: 1.2em;
	color				: #005DAB;
	border-bottom			: 1px solid blue;
}

h3 {
	font-family			: Trebuchet ms;
	font-size			: 1.1em;
	font-weight			: regular;
	font-size			: 2.4em;
	color				: #005DAB;
	margin-bottom			: 1px;
}

