/*
Stylish Select 0.4.1 - $ plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/
 
Copyright (c) 2009 Scott Darby
 
Requires: jQuery 1.3 or newer
 
Dual licensed under the MIT and GPL licenses.
 
*/
  
/*==================================
Hide lists on page load
====================================*/
 
.stylish-select ul.newList {left:-9999px;}
 
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:200px; background:#fff; position:absolute; border:1px solid #ccc; top:22px; left:0; overflow:auto;}
.newListSelected {width:142px; height:19px; padding:0; float:left;}
.newListSelected span {display:block;}
ul.newList a, ul.newList a:visited {color: #000; text-decoration:none; display:block; padding:3px 8px;}
/*ul.newList li a:focus {-moz-outline-style: none;}*/
.selectedTxt {width:100%; overflow:hidden; height:18px; line-height:18px; padding:0 23px 0 4px; border:1px solid #d4d4d4; background:url(../images/select_bg.gif) top right no-repeat;}
.hiLite, .hiLite a {background:#ccc;}
.newListHover {background:#ccc;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold; padding-left:10px;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal;}
#rightcontent #doclib-dropdown {float:left; width:170px;}
