@charset "UTF-8";
/* CSS Document */
/* ================================================================ 
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.
=================================================================== */
.nav {
margin-top: -5px;
background-image:url(line/pro_line_0.jpg);
width:734px;
height:60px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:500;
line-height:40px;
background-repeat: repeat-x;
}

.nav .select {
line-height:40px;
margin:0; 
padding:0 0 0 0px; 
list-style:none; 
white-space:nowrap;
}

.nav li {
float:left;
background:url(line/pro_line_0.jpg);
}



.nav .select a {
display:block; 
height:40px; 
float:left; 
background: url(line/pro_line_0.jpg); 
background-repeat:no-repeat;
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;

}

.nav .select a b {

display:block; 
padding:5px 30px 10px 15px; 
background:url(line/pro_line_0.jpg) right top;
}

.nav .select a:hover, 
.nav .select li:hover a {

background: url(line/pro_line_2.jpg); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#000;

}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
padding:5px 30px 10px 15px; 
background:url(line/pro_line_2.jpg) right top; 
cursor:pointer;
}

.nav .sub {
display:none;
}

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

.nav .sub {
margin:0; 
margin-top:5px;
padding:0px 0 0 14px;  /*change the last number here*/
list-style:none;
background-image:url(line/pro_line_1.jpg);
background-position:top right;
}
.nav .sub li {background:transparent;}

.nav .select :hover .sub {
height:18px;
display:block; 
position:absolute;
float:left;
width:720px; /*change this so that this number + the previous one = 734*/
top:35px; 
left:0; 
text-align:center;
}

.nav .select :hover .sub li a 
{display:block;
height:20px; 
line-height:16px; 
float:left;
 background:transparent url(line/pro_line_1.jpg);
  padding:5px 16px; 
  margin:0; 
  white-space:nowrap; 
  font-size:12px;
  color:#CC6600;
  }

.nav .select :hover .sub li a:hover 
{text-decoration:underline; line-height:15px;}

.show{
visibility:visible;
}
