/*					perpedalo Sideswitcher			*/

#sideswitcher {
	height:25px!Important;
	background:#484848!Important;
	width:100%!Important;
	border-bottom:1px solid #253856!Important;
}
#sideswitcher .position {
	margin:0 auto!Important;
	width:500px!Important;
	padding-left:50px!Important;
}
#sideswitcher .position a {
	color:#cccccc!Important;
	text-transform:uppercase!Important;
	font-size:10px!Important;
	padding:3px 10px 0 10px!Important;
	height:22px!Important;
	display:block!Important;
	float:left!Important;
	outline:none!Important;
	border-left:1px solid #484848!Important;
	width:150px!Important;
	text-decoration:none;
}
#sideswitcher .position a:hover { 
	color:#e2e2e!Important;;
	text-decoration:none!Important;
	background: url(../img/sideswitcher-arrow-perpedalo.gif) no-repeat center 21px #000!Important;
	z-index:999999;
}
#sideswitcher .position a.aktiv {
	color:#fff!Important;
	text-decoration:none!Important;
	background: url(../img/sideswitcher-arrow-perpedalo.gif) no-repeat center 21px #000!Important;
}

#sideswitcher .position a .test
	{
	display:block!Important;
	*display:none!Important;
	position:relative!Important;
	height:25px!Important;
	margin-top:-22px!Important;
	}	
#sideswitcher .position a .test .spanbox
	{
	visibility:hidden!Important;
	}
#sideswitcher .position a .test:hover .spanbox
	{
	display: inline-table!Important;
	visibility:visible!Important;
  	width:191px!Important;
	position:relative!Important;
	top:20px!Important;
	left:-10px!Important;
  	height:129px!Important;
	padding:0px 4px 5px 4px!Important;
	z-index:30!Important;
	line-height:14px!Important;
	background:#000!Important;
  	font-size:11px!Important;
	color:#fff!Important;
	font-weight:normal!Important;
	text-transform:none!Important;
 	}
#sideswitcher .position a .test:hover .spanbox img
	{
	border:none!Important;
	padding:4px 0 5px 0!Important;
 	}
