#menu {
	background: #333333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 660px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu a {
	background: #333333 url("../img/seperator.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 9px;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	padding-bottom: 6px;
	background-color: #d20404;
	background-image: url(../img/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.button{
	display:block;
	color:#333;
	font-weight:bold;
	height:30px;
	line-height:29px;
	text-decoration:none;
	width:191px;
	background-image: url(../img/button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover.button{
	color:#333;
	text-decoration: underline;
}
.form{
	text-indent:33px;
	display:block;
	background-image: url(../img/add.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
.lista {
	text-indent:33px;
	display:block;
	background-image: url(../img/add-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

