.linedrop {
height:35px;
width:950px;
background:url(../assets/nav/black_0.gif);
margin: 0 auto;
font-family:verdana, arial, sans-serif; 
font-size:11px;
z-index:500;
}

.linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.linedrop li {
float:left;
background:url(../assets/nav/black_1.gif);
}

.linedrop li.lrt {
float:right;
background:url(../assets/nav/black_1.gif);
}

.linedrop .select a {
display:block; 
height:35px; 
float:left; 
background: url(../assets/nav/black_0.gif); 
padding:0 0 0 12px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fff;
}


.linedrop .select li.lrt a {color:#fff;}


.linedrop .select a b {
display:block;
padding:0 24px 0 12px; 
background:url(../assets/nav/black_0.gif) right top;
}

.linedrop .select li.line a b {
background:url(../assets/nav/black_0a.gif) right top;
}

.linedrop .select a:hover, 
.linedrop .select li:hover a {
background: url(../assets/nav/black_1.gif); 
padding:0 12px 0 12px;
cursor:pointer; 
color:#fff;
}

.linedrop .select li.lrt a:hover, 
.linedrop .select li.lrt:hover a {
background: url(../assets/nav/black_1.gif); 
}

.linedrop .select a:hover b, 
.linedrop .select li:hover a b {
display:block; 
padding:0 24px 0 12px; 
background:url(../assets/nav/black_1.gif) right top; 
cursor:pointer;
}

.linedrop .select li.line a:hover b, 
.linedrop .select li.line:hover a b {
background:url(../assets/nav/black_1a.gif) right top; 
}

.linedrop .select li.lrt a:hover b, 
.linedrop .select li.lrt:hover a b {
background:url(../assets/nav/black_1.gif) right top; 
}

.linedrop .select li.lrt a:hover b.arrow, 
.linedrop .select li.lrt:hover a b.arrow {
background:url(../assets/nav/black_1a.gif) right top; 
}

.linedrop .sub {
display:none;
}
.linedrop ul ul {display:none;}

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

.linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}

.linedrop .sub li {background:transparent;}

.linedrop .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:950px;
top:35px; 
left:0; 
text-align:center;
background:#fff;
}

.linedrop .select :hover .rt li {float:right;}

.linedrop .select :hover .sub li a 
{display:block; height:25px; line-height:23px; float:left; background:transparent url(../assets/nav/line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:11px;}

.linedrop .select :hover .sub li.subline a {color:#000;}

.linedrop .select :hover .sub li a:hover,
.linedrop .select :hover .sub li:hover
{color:#000; line-height:23px; position:relative; background:#fff; text-decoration: underline;}

/* secondary navigation */

#sec-nav {
float: left;
clear: left;
margin: 0;
list-style: none;
}

#sec-nav ul {
list-style: none;
}

#sec-nav li {
background:  #fff
margin-bottom: 4px;
float: left;
}

#sec-nav li a {
float: left;
width: 160px;
display: block;
font-size: 12px;
text-decoration: none;
padding: 4px 4px 5px 8px;
color: #888;
}

#sec-nav li a:hover,
#sec-nav li.on a {
background: #eee;
text-decoration: none;
}
