/* ================================================================ 
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.stunicholls.com/menus/pro_dropline_2.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:20px;
width:100%;
position:relative; 
font-family: Arial, sans-serif;
font-size:20px;
z-index:100;
z-index:100;
}

#pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

#pro_linedrop li {
float:left;
}

#pro_linedrop li.lrt {
float:right;
font-size: 100%;
}


#pro_linedrop .select a {
display:block; 
text-decoration:none; 
padding:0 0 10px 0; 
line-height:25px; 
white-space:nowrap; 
color:#ff9900;
}

#pro_linedrop .select li.lrt a {color:#3399FF;}

#pro_linedrop .select a b {
padding:0 30px 0 15px; 
}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
background: #fff; 
cursor:pointer; 
color:#fff;
}

#pro_linedrop .select li.lrt a:hover, 
#pro_linedrop .select li.lrt:hover a {
background: #fff left bottom; 
}

#pro_linedrop .select a:hover b, 
#pro_linedrop .select li:hover a b {
display:block; 
background: url(images/menu_a.gif) right top; 
cursor:pointer;
}

