
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	background: #C4FF83 url(dockmenu/dock-bg2.gif); 	
	background-repeat:repeat-x;
}

.dock-container {
	position: absolute;
	height: 50px;
	background: url(dockmenu/dock-bg2.gif);
	padding-left: 20px;
}

a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	color: #C4FF83; 
	background: #000;	
	top: -20px;
	position: relative; 
	display: none; 
	margin-left: 20px;
	/*padding-left: 20px;*/
}

