div.button{
    float: right;
}

div.button a {
    display:block;
    position:relative;
    border-width:1px 0;
    border-color:#ccc;
    border-style:solid;
    color:#555;
    text-decoration:none;
    margin:4px 1px;
	background-image: url(bgbutton.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
}
div.button a span {
	display:block;
	position:relative;
    nowrap:nowrap;
	margin:0 -1px;
	border-width:0 1px;
	border-color:#ccc;
	border-style:solid;
	padding:3px 4px;
}

div.button a:hover {
    border-color:#B4B4B4;
    color:#333;
}

div.button a:hover span {
    border-color:#B4B4B4;
}


#crosswordnav div.button{
    float: left;
}
#crosswordnav div.button a{
    float: left;
    margin:0px 1px;
}
#crosswordnav div.button a:hover {
    border-color:#555555;
    color:#333;
}
#crosswordnav div.button a:hover span {
    border-color:#555555;
}

