
/* ================================================================ 
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_line_down_fly.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:52px;
	position:relative;
	z-index:500;
}

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

.pro_linedrop li {
	float:left;
	list-style-image: none;
	list-style-type: none;
}

.pro_linedrop .select a {
	display:block;
	height:52px;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	color:#1a344b;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-transform:uppercase;
}

.pro_linedrop .select li.act {
	background-image: url(../images/layout/nav_h_act.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#e3e5e8
}

.pro_linedrop .select a:hover,
.pro_linedrop .select li:hover a {
	cursor:pointer;
	background-image: url(../images/layout/nav_h_act.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#e3e5e8
}

.pro_linedrop .sub {
	display:none;
}

.pro_linedrop ul ul {
	display:none;
}

/* IE6 only */
.pro_linedrop table {
	border-collapse:collapse;
	margin:-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,
.pro_linedrop .select li.act .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	top:42px;
	left:-25px;
	width:686px;
	text-align:center;
	border:1px solid #dadce0;
	border-width:1px 0;
	background-image: url(../images/misc/blank.gif);
	background-color:#edeef0;
	z-index:9999
}

.pro_linedrop .select :hover .sub li a,
.pro_linedrop .select li.act .sub li a {
	display:block;
	height:25px;
	line-height:25px;
	;
	float:left;
	margin:0;
	white-space:normal;
	color:#666;
	font-size:0.9em;
	background-color: transparent;
	background-image: url(../images/misc/blank.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.pro_linedrop .select :hover .sub,
.pro_linedrop .select :hover .sub li a {
	z-index:500
}

.pro_linedrop .select li.act .sub,
.pro_linedrop .select li.act .sub li a {
	z-index:450
}

* html .pro_linedrop .select :hover .sub li a {
	font-size:0.95em;
}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover {
	color:#1a344b;
	position:relative;
}

.pro_linedrop .select :hover .sub li:hover > a {
	color:#1a344b;
}

.pro_linedrop .select :hover .sub :hover ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	width:120px;
	position:absolute;
	left:-1px;
	top:25px;
	border-bottom:1px solid #dadce0;
	background-color:#edeef0;
}

.pro_linedrop .select :hover .sub :hover ul ul {
	position:absolute;
	left:-9999px;
}

.pro_linedrop .select :hover .sub :hover ul li {
	border:1px solid #dadce0;
	border-width:0 1px;
}

.pro_linedrop .select :hover .sub :hover ul li a {
	width:120px;
	text-align:left;
	height:auto;
	background-color:#edeef0;
}

* html .pro_linedrop .select :hover .sub :hover ul li a {
	width:180px;
}

.pro_linedrop .select :hover .sub :hover ul :hover ul {
	left:115px;
	top:0;
	border:1px solid #dadce0;
	background:#edeef0;
}
