body{
	margin:0;
	padding:0;
}

#menuEV{
	position:relative;
	bottom:0;
	left:0;
	z-index:100;
	width:250px;
	font-size:12px;
	color:#6f6f6f;
	font-family:Tahoma;
}

#menuEV dl{
	float:left;
	width:250px;
	position:relative;
	margin:0 2px;
}

#menuEV dt{
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	background:#8B8B8B;
	/*border:1px solid gray;*/
	color:#FFFFFF;
	font-family:Tahoma;
}

#menuEV dd{
	visibility:hidden;
	background-color:#FFFFFF;
	position:absolute;
	bottom:1.5em;
	width:250px;
}

#menuEV li{
	text-align:left;
	list-style-type:none;
}

#menuEV li a, #menuEV dt a{
	color:#6f6f6f;
	text-decoration:none;
	display:block;
	height:100%;
	border:0 none;
}

#menuEV li a:hover, #menuEV dt a:hover{
	background:#999999;
}

#menuEV a{
	text-decoration:none;
	color:#6f6f6f;
	color:#222;
}
