/* ================================================================ 
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-clickslide.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 {}

#positioner {
	position:absolute;
	width:160px;
	height:160px;
	margin-left:10px;
	z-index:20;
	left: 35px;
	top: 120px;
}
#holder {
	position:absolute;
	width:150px;
	overflow:hidden;
	border:4px solid #000;
	border-width:4px 4px 3px 4px;
	background:#000;
	left: -3px;
	top: -3px;
	height: 216px;
}
dl.menu {width:300px; float:left; margin:-32700px -150px 0 0; background:url(../clickslide/tab1.gif) no-repeat left bottom; margin-bottom:2px;}
dl.menu a {display:block; height:30px; color:#000; font:bold 11px/28px verdana, sans-serif; text-decoration:none;}

dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:5;}
dl.menu dt a.lefta {width:105px; float:left; padding-left:25px;}
dl.menu dt a.plusa {width:20px; float:left; background:url(../clickslide/down.gif) no-repeat center center;}
dl.menu dt a.plusa b {position:absolute; left:-9999px;}

dl.menu dt a.lefta:hover,
dl.menu dt a.lefta:focus,
dl.menu dt a.lefta:active {color:#c00;}

dl.menu dt a.plusa:hover {background:url(../clickslide/down2.gif) no-repeat center center;}

dl.menu dt a.plusa:focus,
dl.menu dt a.plusa:active
{margin-right:1px; background:url(../clickslide/down2.gif) no-repeat center center; outline:0; position:relative; left:-9999px;}

dl.menu dd {float:left; padding:30px 0 0 0; margin:-30px 0 0 0; position:relative; z-index:10; background:url(../clickslide/tab3.gif) no-repeat left top;}
dl.menu dd a {background:#fff; width:125px; padding:5px 0 5px 25px; border-bottom:1px solid #ccc; font-weight:normal; line-height:17px; height:auto;}

dl.menu dd a:hover,
dl.menu dd a:focus,
dl.menu dd a:active
{margin-right:1px; color:#c00; outline:0;}

