.menu-item{
	height:18px;
	width:150px;
    	text-align:center;
	font-size: 12px;
	color:white;
	font-weight: bold;
	background-color: #019225;
	border-color: white;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	text-decoration:none;
}

.menu-item:hover {
	height:18px;
    	width:150px;
    	text-align:center;
    	font-size: 12px;
    	color: #019225;
    	font-weight: bold;
    	background-color: white;
    	text-decoration:none;
}


.menu-item-first{
	height:18px;
	text-decoration:none;
	width:149px;
    	text-align:center;
	font-size: 12px;
	color:white;
	font-weight: bold;
	background-color: #019225;
}

.menu-item-first:hover{
	height:18px;
	text-decoration:none;
	width:149px;
    	text-align:center;
	font-size: 12px;
	color:#019225;
	font-weight: bold;
	background-color: white;
}

.menu-item-left{
	width:15px;
	font-size: 12px;
	color:white;
}

.menu-item-right{
	width:100%
	font-size: 12px;
	color:white;
		background-color: #019225;

}