/* fisheye_nav - top */
#fisheye_nav {
	position: relative;
	width:350px;
	float:right;
	margin:80px 0px 0px 0; 
	text-align: center;
	z-index:100;
	/*border:1px #000 solid;*/
}

.fisheye_nav-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	z-index:1000;
	/*border:1px #000 solid;*/
}

a.fisheye_nav-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	/*border:1px #000 solid;*/

}

.fisheye_nav-item img {
	border: none; 
	margin: 5px 10px 0px;
	width: 100%; 
}




/*top navigation*/


img{ border: 0pt; }

#top_navigation {
	float:left;
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
	width:800px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	/*border:1px #FFFFFF solid;*/
}

#top_navigation ul {
	position:relative;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0;
}



#top_navigation li {
display:inline;
padding:0;
}

#top_navigation a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#top_navigation a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#top_navigation a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#top_navigation a:hover{
background: url(../images/left.png) no-repeat left center;
}

#top_navigation a:hover span {
background:url(../images/right.png) no-repeat right center;
}

#top_navigation a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
