/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Top menu css */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.menu {
	margin: 0;
	padding: 0;
	bottom:0;
	width: 505px;
	list-style: none;
	position:absolute;
	left:408px;
	top:100px;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 35px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 36px;
	background-repeat: no-repeat;
}

/*
page id's TYPO3
	.home = 4
	.about = 5
	.technology = 13
	.work = 28
	.library = 38
	.events = 15
	.members = 24
*/
.topmenu4 {background-image: url(../img/bttn_home_on.gif);background-repeat:no-repeat; width: 53px;}
.topmenu4 a {background-image: url(../img/bttn_home.gif);}
.topmenu4 a.active {background-image: url(../img/bttn_home_on.gif);}
.topmenu5 {background-image: url(../img/bttn_about_on.gif); width: 84px;}
.topmenu5 a {background-image: url(../img/bttn_about.gif);}
.topmenu5 a.active {background-image: url(../img/bttn_about_on.gif);}
.topmenu13 {background-image: url(../img/bttn_technology_on.gif); width: 108px;}
.topmenu13 a {background-image: url(../img/bttn_technology.gif);}
.topmenu13 a.active {background-image: url(../img/bttn_technology_on.gif);}
.topmenu28 {background-image: url(../img/bttn_work_on.gif); width: 73px;}
.topmenu28 a {background-image: url(../img/bttn_work.gif);}
.topmenu28 a.active {background-image: url(../img/bttn_work_on.gif);}
.topmenu38 {background-image: url(../img/bttn_library_on.gif); width: 58px;}
.topmenu38 a {background-image: url(../img/bttn_library.gif);}
.topmenu38 a.active {background-image: url(../img/bttn_library_active.gif);}
.topmenu15 {background-image: url(../img/bttn_events_on.gif); width: 56px;}
.topmenu15 a {background-image: url(../img/bttn_events.gif);}
.topmenu15 a.active {background-image: url(../img/bttn_events_on.gif);}
.topmenu24 {background-image: url(../img/bttn_members_on.gif); width: 73px;}
.topmenu24 a {background-image: url(../img/bttn_members.gif);}
.topmenu24 a.active {background-image: url(../img/bttn_members_on.gif);}
ul.menu li a:hover {
background: none;
background-image:none;
}

.menu li {float: left;}
/*.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}*/

.topmenu4 a:hover {background-image: none; width: 53px;}
ul.menu li.topmenu4 {background-image: url(../img/bttn_home_on.gif); width: 53px;}

.topmenu{
height:150px;}
