/* SELECTBOX STYLING */
.selectbox {font-size:11px; color:#444; }
/* Selection part */
.selectbox ul.selection {color:#777; padding:2px; border:1px solid #999; width:120px; background:url('downarrow.gif') 97% 50% no-repeat; overflow:hidden; height:1em;}
.selectbox ul.selection.hover {background-color:#F0F5FF;}
/* Options part */
.selectbox ul.options {display:none; background-color:white; z-index:1000;}
.selectbox.expanded ul.options {display:block;}
.selectbox ul.options {border:1px solid #aaa; position:absolute; top:30px; left:0;}
.selectbox ul.options li {padding:0 3px;}
.selectbox ul.options li.option.hover {background-color:#C3D9FF;}
.selectbox ul.options li.option.selected {background-color:#cc0000 !important; color:white !important;}
.selectbox ul.options li.group {color:#777; text-transform:uppercase; font-size:.95em; margin-top:10px;}
