

.nav {
height:30px; 
/*background: url(images/pro_line_0.gif) repeat-x; */
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px; 
z-index:500;


}

.nav .table {
display:table; 
margin:0;
}



.current {
margin:0; 
padding:0 0 0 0px; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {

padding:0 0 0 0px; 
height:auto; 
float:left;

}

.select{
margin:0; 
padding:0 1px 0 1px; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.select a{
display:block; 
height:30px; 
float:left; 
background: #E6EFF9;
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#000;
border-top:1px solid #6b797f;
border-left:1px solid #6b797f;
border-right:1px solid #6b797f;
text-align:center;
}

.select a b{
display:block; 
width:94px;
background: #E6EFF9;
text-align:center;
}

.current a {
display:block; 
height:30px; 
float:left; 
border-top:1px solid #6b797f;
border-left:1px solid #6b797f;
border-right:1px solid #6b797f;
background: #FFD602;
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#000;
}


.current a b {
display:block; 
width:94px;
background: #FFD602;
text-align:center;
}


.select a:hover{
cursor:pointer; 
color:#000;
text-decoration:none;
}


.select li:hover a {
cursor:pointer; 
color:#000;
}

.select li:hover a b {
display:block; 
text-align:center; 
background: #FFD602;
/*background:url(images/tab2.png) no-repeat right top;*/

cursor:pointer;
}

.select_sub {
display:none;
}

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

.sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;


}

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


.select :hover .select_sub
{
display:block; 
position:absolute; 
top:31px; 
padding:0; 
z-index:100; 
height:25px;
line-height:30px;
visibility:visible;
left:0;
width:450px;
background: url(images/back_0.gif) repeat-x;
}




 .current .show {
display:block; 
position:absolute; 
top:31px; 
background: url(images/back_0.gif) repeat-x;
padding:0; 
z-index:100; 
height:25px;
line-height:30px;
left:0;
width:450px;
}

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

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px;
margin:0px; 
white-space:nowrap; 
border:0; 
color:#444;
left:0;
text-decoration:none;
}

.nav .current .sub li.sub_show a {
color:#088; 
cursor:default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#088; 

}
