#dropdown {
    position: absolute;
    bottom:40px;
	width: 260px;
    right:10px;
    background-color:#FFF;
    padding:4px;
    font-family: Arial, sans-serif;
    font-size:.8em;
    border: 2px outset #DFF2FF;
    line-height:1.3em;
}

#dropdown .legendlabel {
	width: 65px;
	text-align: left;
	margin-left: 2px;
	}

#dropdown h1 {font-size:18px; margin:0 0 4px 0;}
#dropdown h2 {font-size:14px; margin:0 0 6px 0;}

#dropdown dl {margin:10px 0; float:left;}
#dropdown dt {clear:both; float:right; height:20px; margin-left:10px; width:255px;}
#dropdown dd {float:left; height:19px; width:20px; opacity:.75; margin:0;}

#dropdown form {margin: 6px 4px 4px 0px;}

#dropdown p {margin: 0px 0px 5px 0px;}

#dropdown .innertable {margin:0 0;}
#dropdown tr {clear:both; float:center; height:15px; margin-left:10px;}
#dropdown td {float:left; height:15px; width:24px; opacity: 1; margin: 0px;
	 text-align: center; font-size:12px;
	 margin-bottom:4px;
	}
#dropdown .spacer-box {width: 12px; background-color:#ffffff;}
#dropdown .segment1 {background-color:#377EB8;}
#dropdown .segment2 {background-color:#4DAF4A;}
#dropdown .segment3 {background-color:#FF7F00;}
#dropdown .segment4 {background-color:#984EA3;}
#dropdown .segment5 {background-color:#ffff00; height:4px; margin-top:6px;
	border-style:solid;
	border-width:1px;
	border-color:black;}
#dropdown .segment6 {background-color:#1D91C0;}
#dropdown .segment7 {background-color:#225EA8;}
#dropdown .segment8 {background-color:#253494;}
#dropdown .segment9 {background-color:#081D58;}

#dropdown .segment10 {background-color:#006d2c;}



