/* ================================================================
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_v2.html
Copyright (c) 2005-2009 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:54px;
width:952px;
background:#FFAB73 url('../../images/menu.gif') no-repeat top left;
z-index:10;
padding:1px;
border-bottom:3px solid #FF6600;
border-right:3px solid #FF6600;
border-left:3px solid #FF6600;
float: left;
position: relative;
top: 25px;
}
#sub_linedrop
{
  width: 954px;
  float: left;
	position: relative;
  top: 27px;
  left: -1px;
  background-color: #FF8D40;
  z-index: 9;
  height: 28px;
}
#pro_linedrop .select {
margin:0;
padding:0 0 0 10px;
list-style:none;
white-space:nowrap;
position: absolute;
display: block;
z-index: 11;
width: 942px;
text-align: center;
z-index: 11;
}

#pro_linedrop li {
float:left;
height:29px;
padding-top:1px;
margin-right:1px;
}

#pro_linedrop .select a {
display:block;
height:26px;
float:left;
padding:0 15px 0 15px;
text-decoration:none;
line-height:24px;
white-space:nowrap;
font-weight:bold;
color:#fff;
}

#pro_linedrop .select li.line a {color:#fff;}


#pro_linedrop .select a:hover,
#pro_linedrop .select li:hover a {
color:#fff;
}

#pro_linedrop .select li.line a:hover,
#pro_linedrop .select li.line:hover a {
color:#00A287;
text-decoration:none;}


#pro_linedrop .sub {
display:none;
}
#pro_linedrop ul ul {display:none;}

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

#pro_linedrop .sub {
margin:0;
padding:0;
list-style:none;
}

#pro_linedrop .sub li {background:transparent; padding:0; margin:0;}

#pro_linedrop .select :hover .sub {
height:25px;
display:block;
position:absolute;
float:left;
width:930px;
top:28px;
padding-top:3px;
left:10px;
text-align:center;
/*background:transparent;*/
}

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

#pro_linedrop .select :hover .sub li a
{display:block;
height:30px;
line-height:21px;
float:left;
background:transparent url(pro-line-down-fly/trans.gif);         /* moet blijven, anders IE doet het uitklapmenu het niet */
padding:0;
margin:0;
white-space:nowrap;
color:#fff;
border:0;
font-weight:normal;}

#pro_linedrop .select :hover .sub li.subline a {color:#fff;}
#pro_linedrop .select :hover .sub li a span {display:block; height:21px; margin-top:2px; float:left; padding:0 14px;}
#pro_linedrop .select :hover .sub li.subline a span {padding:0px;}
#pro_linedrop .select :hover .sub li.subline a span b {padding:0 14px; font-weight:normal;}

#pro_linedrop .select :hover .sub li a:hover {color:#00A287; position:relative; line-height:21px;}
#pro_linedrop .select :hover .sub li:hover {position:relative;}

#pro_linedrop .select :hover .sub li a:hover span {padding:0 14px; cursor:pointer;}
#pro_linedrop .select :hover .sub li.subline a:hover span {padding:0px;}
#pro_linedrop .select :hover .sub li:hover > a span {padding:0 14px; cursor:pointer;}
#pro_linedrop .select :hover .sub li.subline:hover > a span {padding:0px; line-height:21px; color:#00A287;}


#pro_linedrop .select :hover .sub :hover ul {
padding:0;
margin:0;
list-style:none;
display:block;
width:150px;
position:absolute;
left:0;
top:30px;
border:1px solid #999;
background:#fff;
}

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

#pro_linedrop .select :hover .sub :hover ul li {height:18px; margin:0;}
#pro_linedrop .select :hover .sub :hover ul li a
{
width:80px;
text-align:left;
height:18px;
line-height:18px;
background:#fff;
font-weight:normal;
padding:0 15px;
color:#000;
}
#pro_linedrop .select :hover .sub :hover ul li.fly a { /*background:url(pro-line-down-fly/arrowR.gif) no-repeat right center;*/ }
#pro_linedrop .select :hover .rt :hover ul li.fly a { /*background:url(pro-line-down-fly/arrowL.gif) no-repeat left center; */ }

#pro_linedrop .select :hover .sub :hover ul li a:hover {color:#000;}
#pro_linedrop .select :hover .sub :hover ul li:hover > a {color:#00A287;}

#pro_linedrop .select :hover .sub :hover ul :hover ul {left:105px; top:-1px; border:1px solid #FF6600; background:#fff;}
#pro_linedrop .select :hover .sub :hover ul :hover ul li a {background:#fff;}

#pro_linedrop .select :hover .rt :hover ul :hover ul {left:-110px; top:-1px; border:1px solid #FF6600;}
