#pad {
height:130px;
}
a{
text-decoration:none;
}

#dropline {
padding:0; 
margin:0 auto 0 auto; 
list-style:none; 
height:36px; 
position:relative; 
width:950px; 
float:left;
}

#dropline table {
border-collapse:collapse: width:0; 
height:0; 
margin:-1px -10px;
}

#dropline li {
float:left;
}

#dropline li a b {
display:block; 
height:36px; 
line-height:34px; 
width:76px; 
float:left; 
color:#ffffff; 
text-decoration:none;
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; 
background:url(off.png); 
text-align:center;
}

* html #dropline li a b {
background:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/off.png', sizingMethod='scale'); 
cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

#dropline li a:hover b {
background:url(on.png); 
color:#fff; 
white-space:nowrap; 
cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

* html #dropline li a:hover b {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/on.png', sizingMethod='scale'); 
cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

#dropline li:hover > a b {
background:url(on.png); 
color:#374D7C;
}

#dropline ul {
padding:0; 
margin:0; 
list-style:none; 
position:absolute; 
height:25px; 
width:532px; 
left:-9999px; 
top:-25px; 
z-index:10;
}

#dropline ul li {
height:25px; 
line-height:25px;
}

#dropline ul li a {
color:#aaa; 
padding:0 10px 0 10px; 
height:25px; 
line-height:25px; 
border-right:1px solid #aaa; 
/*font-weight:bold;*/ 

white-space:nowrap; 
font-family:arial, sans-serif; 
font-size:11px; 
text-decoration:none;
}

#dropline ul li a.last {
border:none;
}

#dropline ul li a:hover {
height:25px; 
line-height:25px; 
color:#fff;
}


#dropline :hover ul {
left:0; 
background:url(trans.gif)
}

<!--#dropline li.current a b {background:url(select.png);line-height:34px; color:#fff;}-->

* html #dropline li.current a b {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/on.png', sizingMethod='scale'); cursor:pointer;
}

#dropline li.current ul li a {
color:#aaa; 
padding:0 10px 0 10px; 
height:25px; 
line-height:25px; 
border-right:1px solid #aaa; 
font-weight:bold; 
font-size:11px; 
white-space:nowrap; 
background:transparent;
}

#dropline li.current ul li a.last {
border:none;
}

#dropline li.current ul li a:hover {
height:25px; 
line-height:25px; 
color:#fff;
}
