/* CSS Document *//* menu*/a#link1 {	background: url(../images/home.png) no-repeat;	float: left;	width: 74px;	height: 71px;}a#link1:hover{	background: url(../images/home_hilite.png) no-repeat;	float: left;	height: 71px;	width: 74px;}a#link2 {	background: url(../images/about.png) no-repeat;	float: left;	height: 71px;	width: 82px;}a#link2:hover {	background: url(../images/about_hilite.png) no-repeat;	float: left;	height: 71px;	width: 82px;}a#link3 {	background: url(../images/news.png) no-repeat;	float: left;	height: 71px;	width: 139px;}a#link3:hover {	background: url(../images/news_hilite.png) no-repeat;	float: left;	height: 71px;	width: 139px;}a#link4 {	background: url(../images/laureate.png) no-repeat;	float: left;	height: 71px;	width: 170px;}a#link4:hover {	background: url(../images/laureate_hilite.png) no-repeat;	float: left;	height: 71px;	width: 170px;}a#link5 {	background: url(../images/contacts.png) no-repeat;	float: left;	height: 71px;	width: 89px;}a#link5:hover {	background: url(../images/contacts_hilite.png) no-repeat center;	float: left;	height: 71px;	width: 89px;}a#link6{	background: url(../images/projects.png) no-repeat;	float: left;	height: 71px;	width: 92px;}a#link6:hover {	background: url(../images/projects_hilite.png) no-repeat center;	float: left;	height: 71px;	width: 92px;}
