.menuButtonFrame{
	position:relative;
	width:224px;
	height:27px;
}
.menuButtonFrame2{
	position:relative;
	width:250px;
	height:27px;
}

.menuButtonDotOut{
	position:absolute;
	left:7px;
	top:2px;
	width:26px;
	height:26px;
	background-image:url(../gfx/buttondot_out.gif);
	background-repeat:no-repeat;
}

.menuButtonDotOver{
	position:absolute;
	left:10px;
	top:0px;
	width:26px;
	height:26px; 
	background-image:url(../gfx/buttondot_over.gif);
	background-repeat:no-repeat;
}

.menuButtomName{
	position:absolute;
	left:34px;
	top:3px;
	width:253px;
	height:23px;
	background-repeat:no-repeat;
	cursor:pointer;
}
