#menu ul {
	margin: 3 3 3 3;
	color: #404040;
}
#menu li {
	list-style:none;
	line-height:25px;
}
#menu li a {
	text-decoration:none;
	font-family:Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	background: url(http://hem.bredband.net/elenette/menu/img/left.gif) no-repeat;
	color: #404040;
	padding-left: 10px;
}
#menu li a:hover {
	color: #fdf9dc;
}
#menu li a, #menu li span {
	display: block;
}
#menu li span {
	padding-right: 10px;
	padding-bottom: 3px;
	background:url(http://hem.bredband.net/elenette/menu/img/right.gif) no-repeat top right;
}
#menu .clicked a {
	background:url(http://hem.bredband.net/elenette/menu/img/left_clickec.gif) no-repeat;
	color: #fdf9dc;
}
#menu .clicked a:hover {
	background:url(http://hem.bredband.net/elenette/menu/img/left_clickec.gif) no-repeat;
	color: #fdf9dc;
}
#menu .clicked span {
	background:url(http://hem.bredband.net/elenette/menu/img/right_clicked.gif) no-repeat top right;
}
