/* ================================================================ 
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-flyout.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:relative; width:160px; height:472px; padding-left:0px; float:left; }
#positioner2 {position:relative; width:160px; height:90px; padding-left:0px; float:left; }

.holder {position:absolute; width:150px; height:25px;}
dl.menu {width:300px; float:left; margin:-32000px 0 0 -9999px;}
.p1 {top:0;}
.p2 {top:26px;}
.p3 {top:52px;}
.p4 {top:78px;}
.p5 {top:104px;}
.p6 {top:130px;}
.p7 {top:156px;}
.p8 {top:182px;}
.p9 {top:208px;}
.p10 {top:234px;}
.p11 {top:260px;}
.p12 {top:286px;}
.p13 {top:312px;}
.p14 {top:338px;}
.p15 {top:364px;}
.p16 {top:390px;}
.p17 {top:416px;}
.p18 {top:442px;}


dl.menu a {display:block; height:25px; font:normal 11px/25px verdana, sans-serif; text-decoration:none; text-indent:10px; border-bottom:1px solid #fff; border-left:1px solid #fff;}

 dl.menu dt {float:left; padding:0; position:relative; left:9999px; z-index:50; margin:32000px 0 0 0;}
 dl.menu dt a {width:149px; background:#c00; float:left; color:#fff;}
 dl.menu dt a.sub {background:#c00 url(images/arrow.gif) no-repeat 140px center; color:#fff;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px; text-decoration:none; background-color:#c60; color:#fff;}

 dl.menu dd {float:left; padding:0; margin:0;height:25px;}
 dl.menu dd a {position:relative; background:#fcc; width:149px; color:#000; left:10149px; top:-26px; z-index:60;}
 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#c60; color:#fff;}
 
 #flyout{
	float: left;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 15px 18px 0 12px;
	margin-left: 0px; 
	width: 150px;
	/*height: 500px;*/
	background: #cfc1a8  url('images/menu_lf.jpg') top left repeat-y;
}