@charset "UTF-8";

/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown { font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:none; }
ul.dropdown li { font-size:11px; padding:7px 0; /*background-color:#000;*/ background:url('../images/blank.gif'); color:#fff; line-height:normal; }
ul.dropdown li.hover,
ul.dropdown li:hover { }
ul.dropdown a:link,
ul.dropdown a:visited { color:#fff; text-decoration:none; }
ul.dropdown a:hover { color:#3590c5; text-decoration:none; }
ul.dropdown a:active { color:#fff; }

/* ----- END LEVEL */

/* ----- NON-FIRST LEVEL */

ul.dropdown ul { width:170px; color:#fff; font-size:11px; text-transform:none; background:url('../images/blank.gif'); /*background-color:#000; filter:alpha(opacity=75); -moz-opacity:.75; KhtmlOpacity:.75; opacity:.75;*/ }
ul.dropdown ul li { background:url('../images/blank.gif'); /*background-color:#000;*/ color:#000; }
ul.dropdown ul li.hover,
ul.dropdown ul li:hover { background-color:transparent; }
ul.dropdown ul a:link, ul.dropdown ul a:visited { color:#fff; }
ul.dropdown ul a:hover { color:#fff; text-decoration:none; }
ul.dropdown ul a:active { color:#fff; }

/* ----- END LEVEL */

/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir { padding-right:12px; background-image:none; background-position:100% 50%; background-repeat:no-repeat; }

/* ----- END LEVEL */

/* Components override */

