div.menu{
	position: relative;
	float: left;
	width: 210px;
	overflow: visible;
	background-color: #E6F3FF;
}

a.menu-elem{
	position: relative;
	float: left;
	width: 150px;
	height: 30px;
	padding-top: 10px;
	padding-left: 30px;
	color: #3366CC;
	font-size: 14px;
	text-decoration: none;
}

a.menu-elem:hover{
	position: relative;
	float: left;
	width: 150px;
	height: 30px;
	background-color: #FFFFFF;
	color: #FF6600;
}

div.menu-elem-elvalaszto{
	position: relative;
	float: left;
	width: 180px;
	height: 2px;
	background-color: blue;
}

div.menu-alja{
	position: relative;
	float: left;
	width: 180px;
	height: 30px;
}
