@charset "utf-8";
/* ================================================================ 
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/pro-droplist.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:155px; 
	padding-left:10px; 
	float:left; 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#ffffff;
	/* border:1px solid #D5D5D5; */
    border:1px solid #B8B8B8;
}

.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 11px/25px verdana, sans-serif; */ 
	text-decoration:none; 
	text-indent:10px; 
	border-bottom:1px solid #e5e5e5; 
	/* 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:#ffffff; 
	float:left; 
	color:#0085cf;
	font-weight:normal;
	text-decoration:none;
}
dl.menu dt a.sub {
	background:#c60 url(/img/arrow5x9.gif) no-repeat 140px center; 
	color:#0085cf;
	}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active {
	margin-right:1px; 
	text-decoration:none; 
	background-color:#ffffff; 
	color:#0085cf;
	font-weight:normal;
	text-decoration:underline;
	}

dl.menu dd {
	float:left; 
	padding:0; 
	margin:0;
	height:25px;
	}
	
dl.menu dd a {
	position:relative; 
	background:#f90; 
	width:149px; 
	color:#0085cf; 
	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:#f1f1f1; 
	color:#0085cf;
	text-decoration:underline;
}

