/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-slide.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

 a, a:visited, a:hover, a:active, a:focus {
 direction:ltr; 
 outline:0;
 }

 #positioner {
 float: left;
 width:160px; 
 height:160px; 
 margin-left:0px;
 margin-bottom:5px;
 margin-top: 0px;
 z-index:100;
 text-align: left;
 }
 
 #holder {
 position: absolute; 
 width:150px; 
 background:url(../images/tab_0.gif) repeat-x left top; 
 overflow:hidden; 
 border: 5px solid #fff;
 }
 
 dl.menu {
 width:300px; 
 float:left; 
 margin:-32700px -150px 0 0; 
 background:url(../images/tab_0.gif) no-repeat left bottom;
 }
 
 dl.menu a {
 display:block; 
 height:30px; 
 color:#fff; 
 font:normal 11px/28px verdana, sans-serif; 
 text-decoration:none; 
 text-align:center;
 }
 
 dl.menu dt {
 float:left; 
 padding:0; 
 margin:32700px 0 0 0; 
 position:relative; 
 z-index:50;
 }
 
 dl.menu dt a {
 background:transparent; 
 width:150px;
 }
 
 dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active{
 margin-right:1px; 
 background:url(../images/tab_1.gif) no-repeat left top;
 }

 dl.menu dd {
 float:left; 
 padding:30px 0 0 0; 
 margin:-30px 0 0 0; 
 position:relative; 
 z-index:10; 
 background:url(../images/tab_1.gif) no-repeat left top;
 }
 
 dl.menu dd a {
 background:#666;
 width:150px;
 }
 
 dl.menu dd a.last1 {
 border-bottom:30px solid #666;
 }
 
 dl.menu dd a.last2 {
 border-bottom:60px solid #666;
 }

 dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active {
 margin-right:1px; 
 background:#ccc; 
 color:#000;
 }
