.tweetdrop {
 float:right;width:125px;height:18px;
}


.dhtmlselect, .dhtmlselectHover { /*style of DHTML Select Menu, main box */
 border: 1px solid #000;
 position: relative;
 cursor: pointer;
 display: block;
 float: left;
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 2px;
 padding-right: 0;
 margin: 0;
 width: 120px;
 height: 14px;
}

.dhtmlselectHover {
 border-top: 1px solid #222;
 border-left: 1px solid #222;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
}

.dhtmlselect .downimage, .dhtmlselectHover .downimage { /*style of "down" image to the right of the DHTML Select Menu*/
 display: block;
 position: absolute;
 width: 12px;
 height: 12px;
 top: 0px;
 right: 5px;
 border: 0;
 padding: 0;
 margin: 0;
}


.dhtmlTitel {
 width: 80%;
 height: 100%;
 overflow: hidden;
 display: block;
 float: left;
 word-break: break-all;
 word-wrap: break-word;
}

.dhtmlselect .dropdown, .dhtmlselectHover .dropdown { /*style of Drop Down Menu that appears onMouseover */
 display: none;
 position: absolute;
 width: 180px; /*default width of drop down menu*/
 border: 1px solid #222;
 border-bottom-width: 0;
 z-index: 5;
 font-weight: normal;
 left: 0;
 top: 13px;
}

.dhtmlselect .dropdown a, .dhtmlselectHover .dropdown a { /*style of Drop Down Menu's links */
 width: auto;
 display: block;
 background: #000;
 border-bottom: 1px solid #222;
 padding: 1px 0;
 text-indent: 5px;
 text-decoration: none;
 color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
 width: 100%;
}

* html .dhtmlselectHover .dropdown a{ /*IE 6 (and below) hack */
 width: 100%;
}

.dhtmlselect .dropdown a:hover, .dhtmlselectHover .dropdown a:hover{
 background: #222;
 color: #FFF !important;
}

.dhtmlDisabled {
 background-color: #CCC;
 color: #000;
 cursor: default;
 width: auto;
 display: block;
 border-bottom: 1px solid black;
 padding: 1px 0;
 text-indent: 5px;
 text-decoration: none;
}