/*
Theme Name: Lele 01 WordPress
Author: Lele
Description: ce provo ...
Version: 0.0.1
Tags: test
*/

.lele3-std-menubox {
	width:160px;
	margin:0;
	padding:0;
	margin-bottom:10;
	list-style:none;
	font: 70% Trebuchet MS;
}

.lele3-std-menubox a {
	display:block;
	text-decoration:none;
	padding:1px 10px;
	margin:1px 0;
	border:1px solid #666;
	background:#fff;
	color:#009;
	font-size:1.0em;
}

.lele3-std-menubox li {
	display:inline;
}

.lele3-std-menubox a:link,
.lele3-std-menubox a:visited {
	background:#666;
	color:#fff;
}

.lele3-std-menubox a:hover,
.lele3-std-menubox a:focus,
.lele3-std-menubox a:active {
	background:#eee;
	color:#666;
	border-color:#666;
	font-style:italic;
	padding-left:15px;
}

.lele3-std-menubox i {
	display:block;
	text-decoration:none;
	padding-left:15px;
	margin:1px 0;
	border:1px solid #666;
	background:#eee;
	border-color:#666;
	font-size:1.0em;
	font-style:italic;
	color:#666;
}

