/* ================================================================ 
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:36px;
	width:100%;
	background:url(/images/menu/main/background.png);
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	font-size:16px;
	z-index:10000;
}
#pro_linedrop .select {
	margin:0; 
	padding-left:50px; 
	list-style:none; 
	white-space:nowrap;
}
#pro_linedrop li {
	float:left;
}
#pro_linedrop li.lrt {
	float:right;
}
#pro_linedrop .select a {
	height:36px; 
	float:left; 
	padding: 0px; 
	text-decoration:none; 
	line-height:33px; 
	white-space:nowrap; 
	color:#000000;
}
#pro_linedrop .select a:hover,
#pro_linedrop .select li:hover a {
	padding: 0px;
	cursor:pointer; 
	cursor:hand; 
	color:#000000;
	background: url(/images/menu/main/background_selected.gif); 
}
.pro-linedrop-selected {
	padding: 0px;
	cursor:pointer; 
	cursor:hand; 
	color:#000000;
	background: url(/images/menu/main/background_selected.gif); 
	background-margin: 10px; 
}

#pro_linedrop .select a:hover b, 
#pro_linedrop .select li:hover a b {
	float:left;
	padding: 0px; 
	cursor:pointer;
}
#pro_linedrop .sub {
	position:absolute; left:-9999px; width:0;
}
/* IE6 only */
#pro_linedrop table {
	z-index:100;
	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;
}
#pro_linedrop .sub li {
	background:transparent;
}
#pro_linedrop .select :hover .sub {
	height:80px;
	position:absolute;
	width:900px;
	top:36px; 
	left:0; 
	padding-left: 50px;
	text-align:center;
	background: url(/images/menu/main/background_submenu.png) no-repeat; 
	_background: url(/images/menu/main/background_submenu.gif) no-repeat; 
}
#pro_linedrop .select :hover .rt li {
	float:right;
}
#pro_linedrop .select :hover .sub li a {
	display:block; 
	height:36px; 
	line-height:36px; 
	float:left; 
	background: url(/images/menu/main/background_sub.gif); 
	padding-left: 25px; 
	padding-right: 10px; 
	margin:0; 
	white-space:nowrap; 
	color:#000000;
	font-size: 12px;
}
#pro_linedrop .select :hover .sub li.subline a {
	color:#000000;
}
#pro_linedrop .select :hover .sub li a:hover,
#pro_linedrop .select :hover .sub li:hover {
	color:#000000; 
	line-height:36px; 
	position:relative;
	text-decoration:underline;
	background: url(/images/menu/main/background_sub_over.gif) left bottom;
}