.NewEntity:hover
{
	background-image:url("Images/addAction.png");
	background-repeat:no-repeat;
	background-position: left top;
    padding-left:15px;
    height:20px;
    margin-left:10px;
    line-height:16px;
    text-align:left;
    margin-top:1px;
    color:#182439;
    text-decoration:underline;
}

.NewEntity:link
{
	background-image:url("Images/addAction.png");
	background-repeat:no-repeat;
	background-position: left top;
    padding-left:15px;
    height:20px;
    margin-left:10px;
    line-height:16px;
    text-align:left;
    margin-top:1px;
    color:#182439;
    text-decoration:none;
}

.NewEntity
{
	background-image:url("Images/addAction.png");
	background-repeat:no-repeat;
	background-position: left top;
    padding-left:15px;
    height:20px;
    margin-left:10px;
    line-height:16px;
    text-align:left;
    margin-top:1px;
    color:#182439;
    text-decoration:none;
}