<style type="text/css">
/* ================================================================
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_linedrop {
height:23px;
width:997px;
background:url(bg.png);
position:relative;
font-family:arial, verdana, sans-serif;
font-size:11px;
z-index:500;
}

.pro_linedrop .select {
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
}

.pro_linedrop li {
float:left;
background:url(bottom.png);
}

.pro_linedrop li.lrt {
float:right;
background:url(bottom.png);
}

/* left side of buttons */
.pro_linedrop .select a {
display:block;
height:23px;
float:left;
background: url(bottom.png);
padding:0 0 0 4px;
text-decoration:none;
line-height:18px;
white-space:nowrap;
font-size: 12px;
color:#FAC972;
}

.pro_linedrop .select li.lrt a {color:#DEDEDE;}

.pro_linedrop .select a b {
display:block;
padding:0 30px 0 15px;
background:url(bottom.png) right top;
}

.pro_linedrop .select li.line a b {
background:url(bottom.png) right top;
}

.pro_linedrop .select a:hover,
.pro_linedrop .select li:hover a {
background: url(top.png);
padding:0 0 0 4px;
cursor:pointer;
color:#FFFAD7;
}

.pro_linedrop .select li.lrt a:hover,
.pro_linedrop .select li.lrt:hover a {
background: url(top.png);
}

.pro_linedrop .select a:hover b,
.pro_linedrop .select li:hover a b {
display:block;
padding:0 30px 0 15px;
background:url(top.png) right top;
cursor:pointer;
}

.pro_linedrop .select li.line a:hover b,
.pro_linedrop .select li.line:hover a b {
background:url(top.png) right top;
}

.pro_linedrop .select li.lrt a:hover b,
.pro_linedrop .select li.lrt:hover a b {
background:url(top.png) right top;
}

.pro_linedrop .select li.lrt a:hover b.arrow,
.pro_linedrop .select li.lrt:hover a b.arrow {
background:url(top.png) 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;
padding:0;
list-style:none;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
height:18px;
display:block;
position:absolute;
float:left;
width:997px;
top:21px;
left:0;
text-align:center;
background: url(fade.png);

}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a
{display:block; height:18px; line-height:16px; float:left; background:transparent url(fade.png); padding:0 18px; margin:0; white-space:nowrap; color:#000;font-size:11px;}

.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:16px; position:relative; background: url(fade.png) left bottom;}

</style>