@CHARSET "UTF-8";

/* ---------      MENU       --------- */
.nav {
height:20px; 
background:#606060; 
position:relative; 
width:1000px; 
z-index:90;
}

.nav .table {
display:table;
background:url('../images/line-rainbow.jpg') #23242a no-repeat bottom;
/*width: 1000px;*/
}

.nav .select,
.nav .unselect,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
border-right: 1px solid #a7a7a7;
}

.width100{ width:100%;}

.nav .table li, 
.nav .table li {float:left; height:25px; text-align:center;}
.nav .select a,
.nav .unselect a {
display:block; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#a7a7aa;
}

.nav .current a {
display:block; 
background:#606060;  
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#fff;
}


.nav .current a b {
display:block; 
background:#606060;
height: 24px;
}

.nav .select a:hover, 
.nav .unselect a:hover,
.nav .select li:hover a {
background:#606060; 
cursor:pointer; 
color:#fff;
}

.nav .select a:hover b,
.nav .unselect a:hover,
.nav .select li:hover a b {
display:block; 
background:#606060; 
cursor:pointer;
height: 24px;
}

.nav .select_sub {
display:none;
}
.nav .select_sub li {border:none; text-align: center;}

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

.nav .sub {
display:table;
padding:0;
list-style:none;
}

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

.nav .select :hover .select_sub,
.nav .select .show, 
.nav .current .show {
display:block; 
position:absolute; 
width:1000px;
height:25px;
top:24px;
background:#606060;  
z-index:100;
left: 0;
}

.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:0; 
white-space:nowrap; 
color:#a7a7aa;
}

.nav .current .sub li.sub_show a {
color:#fff; 
cursor:default; 
background:#606060;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#fff; 
background:#606060;
}

