/* ================================================================ 
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_line4 {
height:36px; 
position:relative; 
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:13px;
z-index:500;
}

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

.pro_line4 li {
float:left;
background:url(line/blank_over_sepia.gif);
background-repeat:no-repeat;
}

.pro_line4 .current li {
float:left;
background:url(line/blank_over_sepia.gif);
background-repeat:no-repeat;
outline:none;

}


.pro_line4 .select a {
display:block; 
height:36px; 
float:left; 
background: url(line/blank_sepia.gif); 
background-repeat:no-repeat;
padding:0 0 0 15px; 
text-decoration:none; 
line-height:29px; 
white-space:nowrap; 
color:#ddd;
outline:none;

}



.pro_line4 .current a {
display:block; 
height:36px; 
float:left; 
background: url(line/blank_sepia.gif); 
background-repeat:no-repeat;
padding:0 0 0 15px; 
text-decoration:none; 
line-height:29px; 
white-space:nowrap; 
color:#342d71;
cursor:pointer;

}


.pro_line4 .select a b {
display:block; 
padding:0 30px 10px 15px; 
background:url(line/blank_sepia.gif) right top;
background-repeat:no-repeat;
outline:none;

}

.pro_line4 .select a:hover, 
.pro_line4 .select li:hover a {
background: url(line/blank_over_sepia.gif);
background-repeat:no-repeat;
padding:0 0 0 15px;
line-height:29px;
cursor:pointer; 
color:#342d71;
}

.pro_line4 .select a:hover b, 
.pro_line4 .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
background:url(line/blank_over_sepia.gif) right top; 
background-repeat:no-repeat;
cursor:pointer;
}




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

