.links {
    background: url("../images/regularbg.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    padding-top: 2px;
    text-decoration: none;
    text-indent: 3px;
    width: 161px;
		outline: 0px;
}

.links:hover {
	background: url(../images/regularbg_hover.png) no-repeat scroll 0 0 transparent;	
	text-decoration: underline;
}