/* ================================================================ 
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 {
height:35px; 
background: #030f1b; 
position:relative; 
left:-1px;
font-family:verdana, sans-serif; 
font-size:12px; 
width:800px; 
z-index:51;
float:right;
vertical-align:top;
}

.nav .t{float:left;}
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
}

.nav li {
margin:0; 
padding:0 0 0 1px; 
height:auto; 
/*float:left;*/
}


.nav .t a{
display:block; 
padding:0 0 0 10px; 
text-decoration:none; 
line-height:32px;
}

.nav .select a {
background: url(../images/pro_line_1.gif); 
color:#fff;
}

.nav .current a {
background: url(../images/pro_line_3.gif); 
color:#fd9906;
}

.nav .t a b{
display:block; 
padding:0 10px 0 5px;
}

.nav .current a b {
background: url(../images/pro_line_3.gif) right; 
}

.nav .select a b {
background: url(../images/pro_line_1.gif) right; 
}

.nav .t a:hover, 
.nav .t li:hover a {
background: url(../images/pro_line_3.gif); 
padding:0 0 0 10px; 
cursor:pointer; 
color:#fd9906;
}

.nav .t a:hover b, 
.nav .t li:hover a b {
background: url(../images/pro_line_3.gif) right;
display:block; 
padding:0 10px 0 5px; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

.nav .select_sub a:link {
font-weight:normal;
}
.nav .select_sub a:visited {
font-weight:normal;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table;
margin:0 auto;
padding:0;
list-style:none;
width:150px;
background: url(../images/dropdown_bg.jpg) no-repeat bottom #f79100; 
border:#030f1b 1px solid;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
color:#f00;
}

.nav .t :hover .select_sub{
display:block; 
position:relative; 
width:1px; 
padding:0; 
z-index:101; 
left:0; 
vertical-align:middle;
text-align:left;
}

.nav .t .sub li a{
float:none;
line-height:normal;
margin:1px;
background-image:none;
}

.nav .t .sub li{
float:none;
line-height:normal;
padding:0;
margin:0;
background-image:none;
}


.nav .t :hover .sub li a {
/*float:left; */
width:140px;
border:0; 
color:#fff;
padding:9px 4px 9px 4px;

}

.nav .t .sub li.sub_show a {
color:#397fc4; 
cursor:default;
}

.nav .t :hover .sub li a:hover {
visibility:visible;
color:#000;
background-image:url(../images/nav_bottom_a.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:none;
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}





