


  /* Basic code - don't modify */

 
.droppy { display: inline-table; margin: 0; padding:0px 0px 0px 0px ; text-align:center; position: relative; vertical-align:-7px;}

.droppy li { display: block; width:124px; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

.droppy a { display: block; }

.droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }

* html .droppy ul { line-height: 30; } /* IE6 "fix" */

.droppy ul a { zoom: 1; } /* IE6/7 fix */

.droppy ul li { float: none; }

.droppy ul ul { top: 0; }



/* Essentials - configure this */


.droppy ul { width: 144px; text-align:left; }

.droppy ul ul { left: 145px; }


/* Everything else is theming */



.droppy { background-color: #a8a8a8; height: 24px;  width:124px }

.droppy *:hover { background-color: none; }

.droppy a {  color: white; font-size: 12px; padding: 6px; line-height: 1; }

.droppy li.hover a { background-color: #5E5A5A; }

.droppy ul { top: 25px; }

.droppy ul li a { background-color: #5E5A5A; }

.droppy ul a.has-subnav { background-color: #2E2A2A }

.droppy ul a.hover { background-color: #a8a8a8; }

.droppy ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }

/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */



.droppySrch { display: inline-table; margin: 0; padding:0px 0px 0px 0px ; text-align:center; position: relative; vertical-align:-7px;}

.droppySrch li { display: block; width:180px; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

.droppySrch a { display: block; }

.droppySrch ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }

* html .droppySrch ul { line-height: 30; } /* IE6 "fix" */

.droppySrch ul a { zoom: 1; } /* IE6/7 fix */

.droppySrch ul li { float: none; }

.droppySrch ul ul { top: 0; }



/* Essentials - configure this */


.droppySrch ul { width: 180px; text-align:left; }

.droppySrch ul ul { left: 181px; }


/* Everything else is theming */



.droppySrch { background-color: #a8a8a8; height: 24px;  width:180px }

.droppySrch *:hover { background-color: none; }

.droppySrch a {  color: white; font-size: 12px; padding: 6px; line-height: 1; }

.droppySrch li.hover a { background-color: #5E5A5A; }

.droppySrch ul { top: 25px; }

.droppySrch ul li a { background-color: #5E5A5A; }

.droppySrch ul a.has-subnav { background-color: #2E2A2A }

.droppySrch ul a.hover { background-color: #a8a8a8; }

.droppySrch ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }

/* .droppySrch ul a { border-bottom: none; } - I also needed this for IE6/7 */
