
.navbutton {
	position: relative;
	text-align: left; /* set to left, right or center */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	line-height : 3;
}

ul.navbutton { 
	list-style-type: none;
}

.navbutton a
{
	white-space: nowrap;
	text-decoration: none;
	border : 4px outset;
	padding : 2px;
	margin : 4px;
}

.navbutton a:active,
.navbutton a:visited
{
	text-decoration: none;
}

.navbutton a:hover
{
	text-decoration: none;
	border-color: #ccc;
}


.navbutton span.selected {
	font-weight : bold;
	background-color : #ffffff;
	border : 4px inset;
	padding : 2px;
	margin : 4px;
	white-space: nowrap;
}
