/* ================================================================ 
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_left_right_line.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_linedropleft {
float:left;
background:url(images/nav-bg-left.gif);
width:30px;
height:63px;
margin:0;
padding:0;
}

.pro_linedropright {
float:left;
background:url(images/nav-bg-right.gif);
width:30px;
height:63px;
margin:0;
padding:0;
}

.pro_linedrop {
float:left;
height:63px;
width:840px;
background:url(images/black_0.gif);
position:relative; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
z-index:500;
margin:0;
padding:0;
}

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

.pro_linedrop li {
float:left;
background:url(images/black_1.gif);
}

.pro_linedrop li.lrt {
float:right;
background:url(images/black_1.gif);
}

.pro_linedrop .select a {
display:block; 
height:63px; 
float:left; 
background: url(images/black_0.gif); 
padding:0 0 0 5px; 
text-decoration:none; 
line-height:61px; 
white-space:nowrap; 
color:#fff;
}

.pro_linedrop .select li.lrt a {color:#0ff;}

.pro_linedrop .select a b {
display:block;
padding:0 10px 0 5px; 
background:url(images/black_0.gif) right top;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-transform:uppercase;
color:#fff;
}

.pro_linedrop .select li.line a b {
background:url(images/black_0a.gif) right top;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
background: url(images/black_1.gif); 
padding:0 0 0 10px;
cursor:pointer; 
color:#fff;
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 10px 0 0;
background:url(images/black_1.gif) right top; 
cursor:pointer;
}

.pro_linedrop .select li.line a:hover b, 
.pro_linedrop .select li.line:hover a b {
background:url(images/black_1a.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b, 
.pro_linedrop .select li.lrt:hover a b {
background:url(images/black_1.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b.arrow, 
.pro_linedrop .select li.lrt:hover a b.arrow {
background:url(images/black_1a.gif) right top; 
}

.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 auto; 
padding:0;
list-style:none;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
height:30px;
display:block; 
position:absolute;
float:left;
width:868px;
top:63px; 
left:-15px; 
text-align:center;
background:#fff url(images/fade.gif);
border-bottom:1px solid #dadee0;
}

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

.pro_linedrop .select :hover .sub li a 
{display:block; height:30px; line-height:27px; float:left; background:transparent url(images/fade.gif); padding:0 16px; margin:0; white-space:nowrap; color:#fff;font-size:11px;font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}

.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:27px; position:relative; background:#fff url(images/field-bg.gif) left bottom;}
