/* @override http://www.angelodeleo.com/css/style.css */

a.menuitem{
	color: #bcbcbc;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	display: block;
	height: 18px;
	padding-left: 15px;
	background: url(../img/link.gif) no-repeat 6px bottom;
	line-height: 18px;
}

a.menuitem:hover{
	background: url(../img/link.gif) no-repeat 6px top;
	color: #fff;
}

.menucell{
	height: 20px;
}