/* Service Menu */
.ServiceMenu {
}

.ServiceMenu .dijitButton,
.ServiceMenu .dijitButton span.dijitRight,
.ServiceMenu .dijitButton .dijitButtonNode {
	display: block;
	margin: 0;
	border: 0;
}


.ServiceMenu .dijitButton .dijitButtonNode {
	display: block;
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.ServiceMenu .dijitButton button {
	border: 0;
	/* Color and background from the theme.  */
	width: 100%;
	height:26px;
	text-align: left;
	position: relative; /* We clip the addon to this */
}

/* Margin placed on service icon
	allowing focus to be the entire button width
*/
.ServiceMenu .serviceIcon {
	margin-left: 18px;
}

/* Q: hover state, priority */
.ServiceMenu .dijitButtonHover button,
.ServiceMenu .serviceSelected button {
  font-weight: bold;
}

.ServiceMenu .dijitButton .dijitButtonText {
	font-size: 12px;
}

.ServiceMenu .serviceAddon {
	position: absolute;
	right: 0;
	top: 0;
}
/* no longer needed 
.dj_gecko .ServiceMenu .serviceAddon {
	position: absolute;
	right: 15px;
	bottom: 3px;
}
*/
