/* Teaser Menu */

.teasermenu {
	float: left;
/*	position: absolute;
	left: 64em;
	top: 3em;
*/
	padding: 3em 0 0 2em;
	
}

.teasernav {
	margin: 0 0 0 1em;	
}

.teasernav a {
	padding-left: 1em;
	/*color: black;
	background-image: url(../images/teaser/arrow.gif);*/
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/passiomania/arrow.gif);
	background-repeat: no-repeat;
}

.teasernav a:hover {
	text-decoration:underline;
	/*color: black;
	background-image: url(../images/teaser/arrow_hover.gif);*/
	color: #ffffff;
	background-image: url(../images/passiomania/arrow_hover.gif);
}

.teasernav li {
	margin-bottom: 5px;
}

.teasermenu .box {
	margin: 10px 17px 10px 0;
}

.teasermenu .box select {
	width: 140px;	
}

.teasermenu .box option.head {
	font-weight: bold;	
}
	
.teasermenu .box li {
	margin-top: 10px;
}
	
