
.nav {
height:35px;
background:none;
top:-10px;
position:relative;
float:right; 
z-index:100;
margin:0;
padding:0;
width:100%;
}

.nav .table {
display:table; 
margin:0 auto;
float:right;
}

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

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:right;
}

.nav .select a {
	font-family:Verdana, Geneva, sans-serif;
font-size:13px;
text-decoration:none;
letter-spacing: .15em;
color:#999;
font-weight:normal;
display:block; 
height:35px; 
float:right; 
padding:0 0 0 35px;
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
}


.nav .select a:hover, 
.nav .select li:hover a {
background: #000; 
cursor:pointer; 
color:#4ED3FF;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:right; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

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

.nav .sub {
display:table; 
margin:0; 
list-style:none;
float:right;
}

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

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:25px; 
padding:0; 
z-index:100; 
left:0;
float:right;
text-align:right;
}

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

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:right; 
background:transparent; 
padding:0 0 0 25px; 
margin:0; 
white-space:nowrap;
border:0; 
font-size: 10px;
color:#999;
}

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

.nav .select .sub li a {
	font-weight:normal;
}

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