/* ================================================================ 
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:35px;
width:100%;
background:url('menubg.gif');
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:100
}

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

#pro_linedrop li {
float:left;
background:url('menubg_over.gif');
}

#pro_linedrop li.lrt {
float:right;
background:url('blue_1.gif');
}


#pro_linedrop .select a {
display:block; 
height:35px; 
float:left; 
background: url('menubg.gif'); 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#FFA8A8;
width:131px; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0
}


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


#pro_linedrop .select a b {
display:block;
background:url('menubg.gif') right top;; padding-left:15px; padding-right:30px; padding-top:0; padding-bottom:0
}

#pro_linedrop .select li.line a b {
display:block;
background:url('black_0a.gif') right top;
}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
display:block;
background: url('menubg_over.gif'); 
cursor:pointer; 
color:#fff;
white-space:nowrap; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0 
 
}