/*
Name: jQuery Simple Drop Down Plugin Stylesheet
Author: Etienne Fardet
Version: 1.2
*/

/* Necessary Styles to make the demo work - Change background colors and colors to match your needs */
.dropdown {background:url(../img/arrow.png) no-repeat 132px 14px #000;color:#fff;-khtml-border-radius:8px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;cursor:pointer;margin:0;padding:0;position:absolute;}
.dropdown a {text-decoration:none; color:#fff;}
.dropdown {list-style-type:none;margin:0;padding:0;width:150px;margin:0 auto;}
.drop ul {list-style-type:none;margin:0;padding:0;}
.drop ul li:first-child {border-top:1px solid #000;}
.drop ul li {display:none; -moz-border-radius:0;-webkit-border-radius:0;background-color:#000;padding:8px;}
.drop ul li:last-child {display:none;-khtml-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;}
.selected {padding:8px;color:#fff;}
.drop ul li:hover {background-color:#06f;}
