#navlayer-about {	width : 150px;	top : 38px;	left : 718px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-memben {	width : 150px;	top : 58px;	left : 718px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-edu {	width : 150px;	top :78px;	left : 718px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-pubres {	width : 150px;	top : 19px;	left : 827px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-calendar {	width : 150px;	top : 51px;	left : 827px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-jobs {	width : 150px;	top : 71px;	left : 827px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}#navlayer-contact {	width : 150px;	top : 91px;	left : 827px;	position : absolute;	z-index : 3;	overflow: visible;	visibility: hidden;}/* Type Styles */.nav_body {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: normal;	font-variant: normal;	color: #333333;}.nav_sect {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	font-variant: normal;	color: #990000;	text-decoration: none;}/* Styles to define Unordered Lists for NAV */ul {	margin: 0;	padding: 0;	list-style: none;/* Width of Menu Items */		width: 150px;	border-bottom: 1px solid #000000;	}ul li {	position: relative;	}li ul {	position: absolute;/* Set 1px less than menu width */		left: 149px;	top: 0;	display: none;	}/* Styles for Menu Items */ul li a {	display: block;	text-decoration: none;	color: #777;/* IE6 Bug */		background: #fff;	padding: 5px;	border: 1px solid #000000;	border-bottom: 0;	}ul {	margin: 0;	padding: 0;	list-style: none;/* Width of Menu Items */	width: 150px; 	border-bottom: 1px solid #000000;	}ul li {	position: relative;	}li ul {	position: absolute;/* Set 1px less than menu width */	left: 149px;	top: 0;	display: none;	}/* Styles for Menu Items */ul li a {	display: block;	text-decoration: none;	color: #777;	background: #fff; /* IE6 Bug */	padding: 5px;	border: 1px solid #000000;	border-bottom: 0;	}	/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End *//* Hover Styles */ul li a:hover { color: #333399; background: #E5E5E5; }/* Sub Menu Styles */li ul li a { padding: 2px 5px; }/* The magic */li:hover ul, li.over ul { display: block; }