.nav {
height:24px;
width:900px;
background-color: #CDCDCD;
position:relative; 
z-index:50;
text-transform: uppercase;
margin-bottom: 40px;
clear: both;
}

.nav .select {
list-style:none; 
white-space:nowrap;
}
 .select {

height:24px;
width:900px;
}

.nav li {
float:left;
}

.nav li.lrt {
float:right;
}

.nav .select a {
display:block; 
height:24px; 
float:left; 
padding:0 5px 0 5px; 
text-decoration:none; 
line-height:24px; 
white-space:nowrap; 
color:#000;
border-right: 1px solid #fff;
border-bottom: 0px solid #AFC4E6;
padding-bottom:0px;	
}


.nav .select li.lrt a {
color:#0ff;
}


.nav .select a b {
display:block;
padding:0 0px 0 0px; 
}

.nav .select li.line a b {
}

.nav .select a:hover, .nav .select li:hover a {
padding:0 5px 0 5px;
cursor:pointer; 
color:#fff;
border-right: 1px solid #fff;
border-bottom: 0px solid #AFC4E6;
padding-bottom:0px;	
background-color: #652d89;
}

.nav .select li.lrt a:hover, .nav .select li.lrt:hover a {
}

.nav .select a:hover b, .nav .select li:hover a b {
display:block; 
padding:0 0px 0 0px; 
cursor:pointer;
}

.nav .select li.line a:hover b, .nav .select li.line:hover a b {
}

.nav .select li.lrt a:hover b, .nav .select li.lrt:hover a b {
}


.nav .subcat {
font-size: .75em;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .subcat {
list-style:none;
text-align:center;
left:0;
top:24px; 
position:absolute;
width:900px;
height:24px;
display:block; 
}

.nav .select .subcat a:link, .nav .subcat a:visited {
color: #fff;
background-color: #652d89;
}

.nav .subcat li {background:transparent;}

.nav .select .subcat a:hover {
color:#222; 
line-height:24px; 
position:relative; 
background-color: #e0d5e7
}

.nav .select .currentitem {
background-color: #652d89;
}
.nav .select .currentitem a {
color: #fff;
}