.dock {
	/*position: relative;*/
	height: 50px;
	position: absolute;
	text-align: center;
}
#dock2 {
	width: 98%;
	height: 50px;
	top: 232px;
	position: absolute;
	left: 0px;
	z-index:100;
}
.dock-container2 {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block;
	width: 40px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.dock-item2 span {
	display: none;
	margin-left: 20px;
	color:#FFFFFF;
	background-color:#FF6600;
}
.dock-item2 img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}
#submenu {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 16px;
	text-align: center;
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#submenu a {
	font-weight: bold;
	color:#555555;
	background-image:url(../images/menu/button-bg.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 4px 10px 4px 10px;
}
#submenu a:hover {
	color:#FFFFFF;
	background-image:url(../images/menu/button-bgo.gif);
	background-repeat:repeat-x;
}
#submenu span {
	color:#FFFFFF;
	font-weight: bold;
	background-image:url(../images/menu/button-bgo.gif);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 1px;
	padding: 4px 10px 4px 10px;
}
