.menuIcon {
	display: inline !important;
	font-family: "Symbol";
}

.menuIconRight {
	display: inline-block !important;
	float: right;
	padding: 0px !important;
}

.menuDone {
	color:green;
	text-decoration:line-through;
}

.menuLocked {
	color:#f00;
	text-decoration:line-through;
}

.menuDisabled {
	color:#ccc;
	text-decoration:line-through;
}

.menuLink {
	/*display: inline-block !important;*/
}


.quoteStatSymbol {
	display:inline;
	font-size:2.2em;
	padding:0px; 
	margin:0px;
	color:#43E54B;
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.quoteStatSymbol:hover {
}
.sf-menu {
	text-shadow: 0 0 1px #AEAEAE, 0 0 1px #fff;
}
.sf-stat-small{
	font-size: 0.7em;
}
.sf-stat-progress {
	font-size: 1.15em;
	border: medium solid #5F6467 !important;
	border-radius: 4px 4px 4px 4px;
	min-width: initial !important;
	color: #444;
	padding: 6px;
	text-shadow: 0 0 1px #AEAEAE, 0 0 1px #fff;
}
.sf-stat-progress > li {
	font-weight: bold;
	/*border: thin solid #444 !important;*/
}
.sf-stat .menuIcon {
}
.sf-stat .menuIcon:hover {
	color: #BBD9EE;
}
.sf-stat-on {
	/*color: #13a;*/
	font-size: 1.2em;
	border-shadow: none;
	background-color: #EEE;
	border-bottom: thin solid #5F6467 !important;
}
.sf-stat-on:hover {
	/*color: #BBD9EE;
	text-shadow: 0 0 3px #000, 0 0 3px #000;*/
	background-color: #CFDEFF;
}
.sf-stat-off {
	/*font-weight: bold;*/
	font-size: 1.2em;
	background-color: #CDCDCD;
	text-shadow: 0 0 23px #fff, 0 0 8px #fff;
	/*border-top: thin solid #5F6467 !important;*/
	/**/
}
.sf-stat-off .menuIcon {
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
	
}
.sf-stat-complete {
	font-size: 0.75em;
}
.sf-stat-current {
	color: #13a;
}

.colourProgress {
	/*border: thin solid #5F6467 !important;
	border-radius: 4px 4px 4px 4px;*/
	text-shadow: 0 0 1px #AEAEAE, 0 0 1px #fff;
	width: 100%;
	height: 24px;
	display: block;
	position: relative;
	margin-right: 20em;
	border-radius: 5px 0px 0px 5px;
}
.colourProgressVal {
	height: 24px;
	overflow: visible;
	z-index: 50;
	position: absolute;
}
.colourProgressFrame {
	border: thin solid #ccc;
	width: 20em;
	height: 24px;
	background-color: #EFEFEF;
	z-index: 30;
	position: absolute;
}
.colourProgressText{
	z-index: 100;
	position: absolute;
	padding: 6px;
}