@charset "utf-8";
/* CSS Document */

.menu_foto {
	position:absolute;
	height:52px;
	left:0px;
	bottom:5px;
 	*bottom:5px;
	_bottom:-21px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.menu_foto ul {
	width:auto;
	height:52px;
	position:relative;
	margin-left:0px;
	padding:0px;
}
.menu_foto ul li {
	list-style-type:none;
	display:block;
	height:52px;
	float:left;
	position:relative;
	font-size:15px;
	margin-right:2px;
}
.menu_foto ul li.last {
	margin:0px;
}
/*hoekje rood*/
.menu_foto ul li a {
	background:url(../images/menu-rood-l-a.gif) no-repeat top left;
	height:52px;
	display:block;
	float:left;
	padding-left:0px;
}
/*rode balk*/
.menu_foto ul li a span {
	display:block;
	float:left;
	height:52px;
	text-align:center;
	background:url(../images/menu-rood-a.gif) right top no-repeat;
	cursor:pointer;
	padding:20px 20px 0px 9px;
	color:#FFFFFF;
	font-weight:normal;
	margin-left:10px;
	_margin-left:5px;
}
/*hoekje oranje*/
.menu_foto ul li a:hover, .menu_foto ul li a.active {
	background:url(../images/menu-oranje-l.gif) no-repeat top left;
}
/*oranje balk*/
.menu_foto ul li a:hover span, .menu_foto ul li a.active span {
	background:url(../images/menu-oranje-m.gif) right top no-repeat;
	margin-left:10px;
	_margin-left:5px;
	color:#ffffff;
}
/*tekst*/
.menu_foto ul li a, .menu_foto ul li.active a {
	color:#ffffff;
	display:block;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
}

