

.nav-t {
height:25px; 

position:absolute; 
margin-top: 173px;
margin-left: 320px;
font-family:       'Lucida Sans', Lucida Grande, Calibri, Tahoma, Arial, Verdana, Sans-Serif;
text-transform: uppercase;
font-size:11px; 
width:600px; 
background-color: transparent;
z-index:500;

}

.nav-t .table {
display:tablex; 
margin:0 auto;
}

.nav-t .select,
.nav-t .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cellx; 
white-space:nowrap;
}

.nav-t li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav-t .select a {
display:block; 
height:17px; 
float:left; 
background-color: #fff;
padding:0 10px 0 10px; 
text-decoration:none; 
line-height:17px; 
white-space:nowrap; 
color:#b70618;
}


.nav-t .select a:hover, 
.nav-t .select li:hover a {
padding:0 10px 0 10px; 
cursor:pointer; 
color:#fff;

}




.nav-t .select a:hover b, 
.nav-t .select li:hover a b {
display:block; 
float:left; 
color: #888;
cursor:pointer;
}

.nav-t .select_sub {
display:none;
}

/* IE6 only */
.nav-t table {

margin:0px; 
font-size:1em; 
width:0; 
height:0;
}

.nav-t .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
height: 17px;

}

.nav-t .sub_active .current_sub a, 
.nav-t .sub_active a:hover {
background:transparent; 
color:#fff;
}

.nav-t .select :hover .select_sub, 
.nav-t .current .show {
display:block; 
position:absolute; 
width:600px; 
top:17px; 

padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.nav-t .current .show {
z-index:10;
}

.nav-t .select :hover .sub li a, 
.nav-t .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 

margin:0; 
height: 17px;
color:#888;
}

.nav-t .current .sub li.sub_show a {
color:#b70618; 
cursor:default; 

}

.nav-t .select :hover .sub li a:hover, 
.nav-t .current .sub li a:hover {
visibility:visible; 
color:#b70618; 

}
