/* ================================================================ 
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.stunicholls.com/menus/pro_dropline_2.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.
=================================================================== */
#pro_linedrop {
	height:74px;
	width:100%;
	background:url(lrimages/bg.gif);
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:100;
	text-transform: uppercase;	
	
}

#pro_linedrop .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}

#pro_linedrop li {
	float:left;
	background:url(lrimages/bg.gif);
	
}

#pro_linedrop .select a {
	display:block;
	height:74px;
	float:left;
	background: url(lrimages/div.gif) no-repeat right center;
	text-decoration:none;
	line-height:73px;
	white-space:nowrap;
	color:#fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

#pro_linedrop .select li a.last {
	display:block;
	height:74px;
	float:left;	
	text-decoration:none;
	background: url(lrimages/bg.gif) no-repeat right center;
	line-height:73px;
	white-space:nowrap;
	color:#fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	
}


#pro_linedrop .select a b {
	display:block;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

#pro_linedrop .select li.line a b {
	
}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {

	cursor:pointer;
	color:#fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}



#pro_linedrop .select a:hover b, 
#pro_linedrop .select li:hover a b {
	display:block;
	float:left;
	padding:0 25px 0 25px;
	cursor:pointer;
	background-color: #666666;
	
}

#pro_linedrop .select li.line a:hover b, 
#pro_linedrop .select li.line:hover a b {

}



#pro_linedrop .sub {
	position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#pro_linedrop table {
	border-collapse:collapse; 
	margin:-1px -10px -1px -1px; 
	font-size:1em; 
	width:0; 
	height:0;
	
}

#pro_linedrop .sub {
	margin:0; 
	padding:0;
	list-style:none;
	width: 100%;
	background: url(lrimages/bg2.gif) repeat-x;
}

#pro_linedrop .sub li {
	background: url(lrimages/bg2.gif) repeat-x;
	
}

#pro_linedrop .select :hover .sub {
	height:37px;
	position:absolute;
	width:100%;
	top:74px; 
	left:0; 
	text-align:center;
	background: url(lrimages/bg2.gif) repeat-x;
	border-bottom:1px solid #aaa;
}


#pro_linedrop .select :hover .rt li {
	float:right;
}

#pro_linedrop .select :hover .sub li a {
	display:block;
	height:37px;
	line-height:35px;
	float:left;
	background: url(lrimages/div2.gif) no-repeat right center;
	margin:0;
	white-space:nowrap;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}

#pro_linedrop .select :hover .sub li a.last {
	display:block;
	height:37px;
	line-height:35px;
	float:left;
	background: url(lrimages/bg2.gif) no-repeat right center;
	margin:0;
	white-space:nowrap;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}
#pro_linedrop .select :hover .sub li.subline a {
	color:#c00;
	
}

#pro_linedrop .select :hover .sub li a:hover,
#pro_linedrop .select :hover .sub li:hover{
	color:#000; 
	line-height:37px; 
	position:relative; 
	background: url(lrimages/div2.gif) no-repeat right center;
}

