/* ================================================================ 
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_line2 {
height:36px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

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

.pro_line2 li {
float:left;
background:url(../images/bgr/blank_over.gif);
}

.pro_line2 .select a {
display:block; 
height:36px; 
float:left; 
background: url(../images/bgr/blank.gif);
width: 125px; 
padding:0px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;
}

.pro_line2 .select .switch a {
width: 50px;
}

.pro_line2 .select a b {
display:block;
width: 125px; 
padding:0 0 10px 0; 
background:url(../images/bgr/blank.gif) right top;
}

.pro_line2 .select .switch a b {
width: 50px;
}

.pro_line2 .select .switch a:hover, 
.pro_line2 .select .switch li:hover a {
width: 50px;
}

.pro_line2 .select a:hover, 
.pro_line2 .select li:hover a {
background: url(../images/bgr/blank_over.gif);
width: 125px; 
padding:0;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.pro_line2 .select .switch a:hover b, 
.pro_line2 .select .switch li:hover a b {
width:50px;
}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
display:block;
width:125px; 
padding:0 0 9px 0; 
background:url(../images/bgr/blank_over.gif) right top; 
cursor:pointer;
}

.pro_line2 .sub {
display:none;
}

/* IE6 only */
.pro_line2 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_line2 .sub {
margin: 0;
padding:0;
list-style:none;
}
.pro_line2 .sub li {background:transparent;}

.pro_line2 .select :hover .sub {
height:20px;
display:block; 
position:absolute;
float:left;
width:800px;
top:28px; 
left:150px;
text-align:center;
}

.pro_line2 .select :hover .sub li a 
{display:block;height:18px; line-height:18px; float:left; background:transparent url(../images/bgr/transparent.gif); padding:0 0px; margin:0; white-space:nowrap; width: 123px; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#94A4BD;font-size:8pt; font-weight:bold;}

.pro_line2 .select :hover .sub li a:hover 
{color:rgb(35, 81, 149); background:transparent url(../images/bgr/transparent.gif); border-color: #fff #333 #000 #fff; line-height:17px;}

