.lehrerDropDownMenu
{
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px
}

.lehrerDropDownMenu .content
{
	font-size: 12px;
	line-height: 45px;
	font-family: verdana, tahoma;
	position: absolute
}

.lehrerDropDownMenu .items
{
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	z-index: 2;
	left: 0px;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
	position: relative;
	top: 0px
}

.top .items
{
	border-top: medium none
}

.lehrerDropDownMenu .item
{
	border-right: medium none;
	border-top: medium none;
	font-size: 11px;
	border-left: medium none;
	cursor: hand;
	color: #666666;
	border-bottom: medium none;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none
}

.lehrerDropDownMenu .background
{
	z-index: 1;
	filter: alpha(opacity=95);
	left: 0px;
	position: absolute;
	top: 0px;
	moz-opacity: .8
}

.lehrerDropDownMenu .shadowRight
{
	z-index: 3;
	filter: alpha(opacity=40);
	width: 2px;
	position: absolute;
	top: 3px;
	moz-opacity: .4
}

.lehrerDropDownMenu .shadowBottom
{
	z-index: 1;
	filter: alpha(opacity=40);
	left: 3px;
	position: absolute;
	height: 2px;
	moz-opacity: .4
}

.lehrerDropDownMenu .hover
{
	background: #b51019;
	color: #ffffff
}

.lehrerDropDownMenu .item IMG
{
	margin-left: 10px
}