﻿/* ================================================================ 
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: 25px;
	width: 689px;
	background: url(Images/but_up.gif);
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	z-index: 500;
	margin-bottom: 0px;
}

.pro_linedrop .select
{
	height: 25px;
	width: 689px;
	background: url(../Images/but_up.gif);
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.pro_linedrop li
{
	float: left;
	background: url(../Images/but_down.gif);
}

.pro_linedrop .select a
{
	display: block;
	height: 25px;
	float: left;
	background: url(../Images/but_down.gif);
	padding: 0 0 0 0px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #b2b1b1;
}

.pro_linedrop .select li.line a
{
	color: #b2b1b1;
	
}

.pro_linedrop .select a b
{
	display: block;
	padding: 0 14px 0px 14px;
	background: url(../Images/but_up.gif) right top;
	border-right: 2px solid black;
}

.pro_linedrop .select a:hover, .pro_linedrop .select li:hover a
{
	background: url(../Images/but_down.gif);
	padding: 0 0 0 14px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
}

.pro_linedrop .select li.line a:hover, .pro_linedrop .select li.line:hover a
{
	color: #fff;
}

.pro_linedrop .select a:hover b, .pro_linedrop .select li:hover a b
{
	display: block;
	padding: 0 14px 0px 0px;
	background: url(../Images/but_down.gif) right top;
	cursor: pointer;
}

.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
{
	height: 22px;
	display: block;
	position: absolute;
	float: left;
	width: 689px;
	top: 25px;
	left: 0px;
	text-align: center;
	background: transparent url(../Images/but_sub.gif);
	/*border:1px solid #886; border-width:1px  0;*/
}

.pro_linedrop .select :hover .rt li
{
	float: right;
}

.pro_linedrop .select :hover .sub li a
{
	display: block;
	height: 22px;
	line-height: 22px;
	float: left;
	background: transparent url(../Images/but_sub.gif);
	padding: 0 16px;
	margin: 0;
	white-space: nowrap;
	color: #000;
	font-size: 12px;
}

.pro_linedrop .select :hover .sub li.subline a
{
	color: #fff;
}

.pro_linedrop .select :hover .sub li a:hover, .pro_linedrop .select :hover .sub li:hover
{
	color: #000;
	line-height: 22px;
	position: relative;
}

.pro_linedrop .select :hover .sub li:hover > a
{
	color: #ffffff;
	height: 22px;
	background: url(../Images/but_sub_down.gif);
	background-repeat:repeat-x;
}

.pro_linedrop .select :hover .sub :hover ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 112px;
	position: absolute;
	left: -1px;
	top: 22px;
	border-bottom: 1px solid #886;
	background: #fff;
}

.pro_linedrop .select :hover .sub :hover ul ul
{
	position: absolute;
	left: -9999px;
}
.pro_linedrop .select :hover .sub :hover ul li
{
	border: 1px solid #886;
	border-width: 0 1px;
}

.pro_linedrop .select :hover .sub :hover ul li a
{
	width: 80px;
	text-align: left;
	height: 20px;
	line-height: 18px;
	background: #fff;
}
.pro_linedrop .select :hover .sub :hover ul li a:hover
{
	line-height: 16px;
}
.pro_linedrop .select :hover .sub :hover ul li:hover > a
{
	line-height: 16px;
}

.pro_linedrop .select :hover .sub :hover ul :hover ul
{
	left: 112px;
	top: 0;
	border: 1px solid #886;
	border-width: 0 1px 1px 0;
	background: #fff;
}

.pro_linedrop .select :hover .rt :hover ul :hover ul
{
	left: -113px;
	top: 0;
	border: 1px solid #886;
	border-width: 0 0 1px 1px;
}

.pro_linedrop .select :hover .sub :hover ul :hover ul li
{
	border-left: 1px solid #886;
	background: #fff;
}

.pro_linedrop .select :hover .sub :hover ul :hover ul li.a1
{
	border-left: 1px solid #fff;
}
.pro_linedrop .select :hover .sub :hover ul :hover ul li.a2
{
	border-top: 1px solid #886;
	height: 19px;
}

.pro_linedrop .select :hover .rt :hover ul :hover ul li
{
	border-right: 1px solid #886;
	border-left: 0;
}
.pro_linedrop .select :hover .rt :hover ul :hover ul li.a1
{
	border-right: 1px solid #fff;
	border-left: 0;
}

