#statusdropdown {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#statusdropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11.5px arial;
}

#statusdropdown li a {
	display: block;
	margin: 0 0 0 0; /* Adjust for padding between 'buttons'*/
	padding: 4px 10px;
	/*width: 60px; */ /* To set a static width for the link boxes */
	/*background: url('../images/linkbg.gif'); /* Button background */
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
}

#statusdropdown li a:hover {
	/*background: url('../images/linkbghvr.gif') /* Button hover background */
	line-height: 14px;
	color: #55EBDB;
}

#statusdropdown div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #D8D8D8}

#statusdropdown div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #F6F6F6;
	/*background: url('../images/dropdownbg.gif');*/
	background-repeat: repeat-x;
	color: #2875DE;
	font: 11px arial
}

#statusdropdown div a:hover {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 11px arial;
	background: #F6F6F6;
	background: url('../images/dropdownbghvr.gif');
	background-repeat: repeat-x;
	color: #000
}
