/* Control */

div#nav { 
	width: 264px; height: 176px;
	margin: 0; padding: 0; 
}

div#nav ul#menu { 
	width: 264px; height: 176px;
	margin: 0; padding: 0;
	background: url(/en/images/nav.gif) top left no-repeat;
	position: relative;
}

div#nav ul#menu li { 
	margin: 0; padding: 0;
	list-style: none;
	position: absolute;
}

ul#menu li, ul#menu a { 
	display: block; 
}

div#nav ul#menu li a { 
	text-indent: -9999px; 
	text-decoration: none; 
}

/* Placement */
	
#productsmenu, #productsmenu a {
	width: 264px; height: 25px;
	top: 0;
}

#techlibmenu, #techlibmenu a { 
	width: 264px; height: 25px;
	top: 25px;	 
}

#industrylinksmenu, #industrylinksmenu a { 
	width: 264px; height: 25px;
	top: 50px; 
}

#mediamenu, #mediamenu a { 
	width: 264px; height: 25px;
	top: 75px; 
}

#employmentmenu, #employmentmenu a { 
	width: 264px; height: 25px;
	top: 100px; 
}

#aboutmenu, #aboutmenu a { 
	width: 264px; height: 25px;
	top: 125px; 
}

#contactmenu, #contactmenu a { 
	width: 264px; height: 25px;
	top: 150px; 
}

/* Interaction */

#productsmenu a:hover {
	background: url(/en/images/nav.gif) -264px 0 no-repeat;
}

#techlibmenu a:hover { 
	background: url(/en/images/nav.gif) -264px -25px no-repeat; 
}

#industrylinksmenu a:hover { 
	background: url(/en/images/nav.gif) -264px -50px no-repeat; 
}

#mediamenu a:hover { 
	background: url(/en/images/nav.gif) -264px -75px no-repeat; 
}

#employmentmenu a:hover { 
	background: url(/en/images/nav.gif) -264px -100px no-repeat; 
}

#aboutmenu a:hover { 
	background: url(/en/images/nav.gif) -264px -125px no-repeat; 
}

#contactmenu a:hover { 
	background: url(/en/images/nav.gif) -264px -150px no-repeat; 
}