/*   
Theme Name: Dyechem Dropdown CSS
Theme URI: http://www.elevenmedia.com.au
Description: Dropdown / suckerfish style 
Author: Eleven Media 
Author URI: http://www.elevenmedia.com.au 
Version: 2011
*/

/****** NAV *******/
#nav { width:700px; display:inline; float:right; margin-top:33px;}
#nav ul {	display: inline; list-style: none;  margin:0px; padding:0px; width:700px; height:38px; float:left;   }
#nav ul li { float: left;  display: inline;  font-size: 12px; margin:0px; padding:0px;  }
#nav ul li a { display:block; color:#e5e5e5;  height:38px; line-height:38px; padding-left:12px; padding-right:12px; text-decoration:none; background:url(../images/nav-li.jpg)  top right no-repeat; }
#nav ul li a:hover {  color:#FFF;   text-decoration:none;  margin-top:0; }

/****** SUBNAV *******/
#nav ul li ul { /* submenu */ position:absolute; left:-999em; z-index:900; width:175px; }
#nav ul li ul li { clear:both; float:left; }
#nav ul li ul a { /* submenu link*/ height:33px; display:block; width:150px; background:#3c3c3c; border-bottom:1px solid #2e2e2e; border-top:1px solid #4f4f4f; }
#nav ul li ul a:hover { background:url(drop-bg-active.gif) repeat-x; }

/****** FIRST AND LAST *******/
/* #nav ul li ul li:first-child a { border-top:none; background:url(drop-top.gif) no-repeat top; height:36px; padding-top:12px; }
#nav ul li ul li:last-child a { border-bottom:none; background:url(drop-bottom.png) no-repeat top; height:40px; }
#nav ul li ul li:first-child a:hover, #nav ul li ul li:last-child a:hover { background-position:bottom; } */

#nav ul li ul li.first a { border-top:none; background:url(drop-top.gif) no-repeat top; height:36px; padding-top:12px; }
#nav ul li ul li.last a { border-bottom:none; background:url(drop-bottom.png) no-repeat top; height:40px; }
#nav ul li ul li.first a:hover, #nav ul li ul li.last a:hover { background-position:bottom; }

/****** HOVER *******/
#nav ul li:hover ul, #nav #menu li.sfhover ul { left:auto; }

