/* ================================================================ 
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_dropline.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 {
/*background: url(pro_line_0.gif) repeat-x; */
font-family:arial, verdana, sans-serif; 
font-size:11px; 
float:right;
width:480px;
}

.nav .table {
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
/*display:table-cell;*/
display:table-cell;
white-space:nowrap;
line-height: 5px;
}

.nav li {
height:auto; 
float:left;
line-height: 25px;
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 5px;

}


.nav .select a {
height: 20px;
display:block;
float:left; 

white-space:nowrap;

border-bottom:5px solid #B5B4B4;
color:#B5B4B4;
cursor:pointer;
font-size:13px;
font-weight:bold;
padding:0 0 1px;
text-decoration:none;
text-transform:uppercase;
}

.nav .current a {
display:block;
height:25px;
/*background: url(pro_line_2.gif); */

border-bottom:5px solid #EA7639;
color:#EA7639;
cursor:pointer;
display:block;
float:left;
font-size:13px;
font-weight:bold;
height:20px;
padding:0 0 1px;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}


.nav .current a b {
display:block; 
padding:0 30px 0 15px; 
/*background:url(pro_line_2.gif) right top;*/
}

.nav .select a:hover, 
.nav .select li:hover a {
/*background: url(pro_line_1.gif); */
/*padding:0 0 0 15px;*/
color:#EA7639;
border-bottom:5px solid #EA7639;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
color:#F47F20;
display:block;
float:left;
/*padding:0 30px 0 15px; */
/*background:url(pro_line_1.gif) right top; */
cursor:pointer;
}

.nav .select_sub {
/*border:1px solid red;*/
display:none;
position:relative;
}

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

.nav .sub {
/*border:1px solid blue;*/
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
color:#EA7639;
font-size: 10px;

position:relative;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:550px;
top:25px;
float:left;
/*background:url(back_0.gif); */
padding:0; 
z-index:100; 
left:0; 
text-align:left;

}

.nav .current .show {
z-index:10;
}

.nav :hover .sub li a, .nav .current .show .sub li a {
float:right;
background:transparent;
margin:0;
border:0;
color:#444;
float:left;
white-space:nowrap;

color:#B5B4B4;
cursor:pointer;
font-size:12px;
font-weight:bold;
padding:5px 0px 0px 0px;
/*margin-top:0px;*/
text-decoration:none;
text-transform:none;

border-bottom: 1px solid #EA7639;

}

.nav .current .sub li.sub_show a {
cursor:default; 
/*background:url(menus/back_1.gif);*/
color:#EA7639;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#EA7639; 
/*background:url(menus/back_1.gif);*/
}


.sub .li{
height:auto;
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 5px;
}

.sub_l{
float:left;
}

.sub_r{
float:right;
}
