@charset "UTF-8";
/* CSS Document */


/* ================================================================ 
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-dropdown.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 {position:absolute; width:770px; background:url(images/tabs_0.gif) repeat-x left top; padding-left:10px; overflow:hidden;}
 dl.menu {width:250px; float:left; margin:-32700px -150px 0 0; background:url(images/tabs_0.gif) no-repeat left bottom;}
 dl.menu a {display:block; height:25px; color:#fff; font:normal 11px/25px verdana, sans-serif; text-decoration:none; text-indent:10px;}
 dl.menu a:visited {color:#fff;}

 dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.menu dt a {background:transparent; width:100px;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px; background:url(images/tabs_1.gif) no-repeat left top; text-decoration:none;}

 dl.menu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10; background:url(dl-menu/tabs_1.gif) no-repeat left top;}
 dl.menu dd a {background:#666;width:150px;}
 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#ccc; color:#000;}

