<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*begin menu*/
.menulistbox {
	/*background-image:url(../graphics/overlay-1px.png);*/
	background-color:#CCC;	
	color:#fff;
	line-height:22px;
	padding-bottom:0px;
	display:none;
	position:absolute;
	z-index:3000;
	text-transform:capitalize;
}

.makeinvisible {
	opacity:0.0;
	display:block;	
}

.sensorIsSelected {
	
}

.menulistbox .menubullet {
	position:relative;
	top:-5px;
	float:left;
	color:#d2d2d2;
}
.menulistbox .menubullet:last-child {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display:none;
}

li.menulistitem {
	float:left !important;
	text-align:left !important;
	font-size:13px !important;
	line-height:13px !important;
	list-style:none !important;
	padding-left:15px;
	padding-right:15px;
	font-weight:300 !important;
	cursor:default;

	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;*/
}

li.menulistitem:hover {
	/*background-image:url(../graphics/overlay-1px.png); !important;*/
	/*background-color:#666;*/
	color: #8da699;
}

/*end menu*/

/*for themed dropdown - override some properties of main box*/
.menulistbox{
    background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    color: #636466;
    padding: 5px 15px;
    position: absolute;
}

</pre></body></html>