@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-flyout.html
Copyright (c) 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; 
	top: 15px;
	left: 10px;
	width:160px; 
	height:155px; 
	padding-left:10px; 
	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;
}

dl.menu a {
	display:block; 
	height:25px; 
	font:normal 12px/25px verdana, sans-serif; 
	text-decoration:none; 
	text-indent:10px;  
	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; 
	float:left;
	color:#000;
}

dl.menu dt a.sub {
	background-image:url(../../images/layout/bg_nav_15.png) url(../dl-flyout/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-image:url(../../images/layout/bg_nav_15.png); 
	border-left: 1px solid #DC0062;
	color:#000;
}

dl.menu dd {
	float:left; 
	padding:0; 
	margin:0;
	height:25px;
}

dl.menu dd a {
	position:relative; 
	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; 
		border-left: 1px solid #DC0062;
	background-image:url(../../images/layout/bg_nav_15.png); 
	color:#0090D4;
}