/* ================================================================ 
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/drop_lists.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#lists {
	padding-left:85px; 
	margin:0px 0px 0px 0px; 
	list-style:none; 
	position:relative; 
	height:30px; 
	float:left; 
	background: url(/images/navbar_gradient.jpg) repeat-x top center; 
	width:939px; 	
	display: block;
	z-index:1;
}
/* margins for this demonstration only */

#lists li {
	display:inline; 
	float:left; 
	height:30px; 
}
#lists li a.tl {
	display:block; 
	width:auto; 
	height:30px; 
	text-decoration:none; 
	line-height:20px; 
	padding-top:3px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bolder; 
	text-indent:24px;  
	color: #000; 
	cursor: pointer;
}
#lists li a:hover.tl { 
	color: #CC0000; 
}

#lists div {
	display:none;
}

#lists li a:hover {
	text-decoration:none; 
	white-space:normal; 
	background-position:130px 15px;
}
#lists li:hover > a {
	text-decoration:none; 
	white-space:normal; 
	background-position:130px 15px;
}

#lists :hover div{
	display:block;
	width:400px;
	position:absolute;
	left:20px;
	top:30px;
	border:1px solid #888;
	padding-top:5px;
	padding-bottom:5px;
	background: url(/images/drop_downimage.jpg) #faebd7 repeat-x top center;
}
#lists :hover div.pos1 {
	left:175px;
}
#lists :hover div.pos2 {
	background: url(/images/drop_downimage.jpg) #faebd7 repeat-x top center;
}

#lists .two:hover {
	position:relative;
}
#lists .single:hover {
	position:relative;
}

#lists .two:hover div.pos3 {
	background: url(/images/drop_downimage.jpg) #faebd7 repeat-x top center;
	width:300px;
}
#lists .single:hover div.pos4 {
	background: url(/images/drop_downimage.jpg) #faebd7 repeat-x top center;
	width:200px;
}

#lists :hover div dl {
	display:inline;
	padding:0; 
	margin:0 10px 10px 10px; 
	float:left; 
	width:179px;
}
#lists :hover div dl#line {
	border-right: 1px solid #888;
}
#lists :hover div dl dt {
	width:179px; 
	text-indent:10px; 
	margin:5px 0 10px 0; 
	text-decoration:none; 
	height:25px; 
	line-height:25px;
}

#lists .two:hover div {
	left:-150px;
}
#lists .two:hover div dl {
	width:129px;<script src="/scripts.js" language="JavaScript" type="text/javascript"></script>

<script language="JavaScript" type="text/javascript">var 
s_account="nhlnhlglobal,nhlechlcom";var 
s_link_filters="javascript:,.echl.com";</script>
<meta name="verify-v1" content="TA8PBFgCGIowq5kZpM101LOhw5qSoNc61goF1KhfHnc=" />

}
#lists .two:hover div dl dt {
	width:129px;
}

#lists .single:hover div dl {
	width:175px;
}
#lists .single:hover div dl dt {
	width:175px;
}

#lists :hover div dl dd {
	padding:0; 
	margin:0;
}

#lists :hover div dt a {
	text-decoration:none;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
	letter-spacing: 3px;
	line-height:10px;
}
#lists :hover div dd a {
	display:block; 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#000; 
	text-indent:10px; 
	line-height:20px;
}
#lists :hover div dd a:hover {
    	color: #CC0000;
	text-decoration:none;	
	display:block;
	background-color:#e3d5b7;
}

#lists .clear {
	clear:both;
}

