.RoundButton
{
	cursor: hand;
	border: 0px;
	padding: 1px 3px 1px 3px;
	background-color: #fff;
	border: 0px;
}

/*****************************************************
RoundButton Selected Style
*****************************************************/
.RoundButton_Selected
{
	cursor: hand;
	border: 0px;
	padding-left: 10px;
	padding: 1px 3px 1px 3px;
	background-color: #000;
	color: #fff;
	border: 0px;
}

/*****************************************************
RoundButton Selected Style
*****************************************************/
.NavigationButton
{
	cursor: hand;
	background-color: buttonface;
	padding: 1px 2px;	
	border: 0px;
	white-space: normal;
}
.RoundButton_Container
{
	border: solid 1px #000;
}