
.sortmenu, .sortmenu_pipset {
 background-color: #000000;
 width: auto;
 height: auto;
 padding: 5px;
 border: 1px solid #CCCCCC;
 -margin-top: 1px;
 -width: 130px;
 zoom: 1;
}

#tip_showmehow{
 background-color: #000000;
 width: auto;
 height: auto;
 padding: 5px;
 border: 1px solid #CCCCCC;
 -margin-top: 1px;
}
#tip_showmehow ul,.sortmenu ul,.sortmenu_pipset ul {
 padding: 0px;
 margin: 0;
}

#tip_showmehow li,.sortmenu li, .sortmenu_pipset li {
 font-family: Tahoma, Helvetica, Verdana;
 width: auto;
 font-size: 12px;
 list-style-type: none;
 line-height: 18px;
 padding: 0px;
 margin-bottom: 5px;
 white-space:nowrap;
 border: 1px solid #000001;
}

.sortmenu a, #tip_showmehow a, .sortmenu_pipset a {
 text-decoration: none;
 background-color: #000000;
 width: auto;
 display: block;
 color  : #CCCCCC;
}

.sortmenu a:hover , #tip_showmehow a:hover{
    color: #0489ef;
    text-decoration: none;
}

/* ADR */
.sortmenu li.highlight{
    border-bottom: 1px solid #333333;
    padding-bottom: 3px;
}