/* ================================================================ 
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_dropline2-5.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_line3 {
height:36px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
width:980px;
text-align:center;
margin:0 auto;
background:url(images/blank_over_bw.gif);
}

.pro_line3 .select {
margin:0 auto; 
text-align:center;
padding:0 0 0 0px; 
list-style:none; 
white-space:nowrap;
}

.pro_line3 li {
float:left;
background:url(images/blank_over_bw.gif);
}

.pro_line3 .select a.menu {
display:block; 
height:36px; 
float:left;
font-size:8pt;
background: url(images/blank_bw.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px;
white-space:nowrap; 
color:#fff;
}

.pro_line3 .select a b {
display:block; 
padding:0 30px 10px 10px; 
background:url(images/blank_bw.gif) right top;
}

.pro_line3 .select a:hover, 
.pro_line3 .select li:hover a {
background: url(images/blank_over_bw.gif); 
padding:0 0 0 10px;
line-height:27px;
cursor:pointer; 
color:#ddd;
}

.pro_line3 .select a:hover b, 
.pro_line3 .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
background:url(images/blank_over_bw.gif) right top; 
cursor:pointer;
}

.pro_line3 .sub {
display:none;
}

/* IE6 only */
.pro_line3 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

