#pad {
	height:130px;
}
#dropline {padding:0; margin:0 auto 0 auto; list-style:none; height:40px; position:relative; width:532px; 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:25px;
	line-height:25px;
	width:85px;
	float:left;
	color:#666666;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:11px;
	text-align:center;
	padding-right: 10px;
	background-image: url(off.png);
	background-repeat: no-repeat;
}
* html #dropline li a b {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='dropline_four/off.png', sizingMethod='scale');
	cursor:pointer;
	background-image: none;
	background-repeat: no-repeat;
}

#dropline li a:hover b {
	color:#666666;
	white-space:nowrap;
	cursor:pointer;
	background-image: url(on.png);
	background-repeat: no-repeat;
}
* html #dropline li a:hover b {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='dropline_four/on.png', sizingMethod='scale');
	cursor:pointer;
	background-image: none;
	background-repeat: no-repeat;
}

#dropline li:hover > a b {
	color:#FFFFFF;
	background-image: url(on.png);
	background-repeat: no-repeat;
}

#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:#666666;
	padding:0 10px 0 10px;
	height:25px;
	line-height:25px;
	border-right:1px solid #aaa;
	font-weight:bold;
	font-size:11px;
	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:#000000;
}


#dropline :hover ul {
	left:0;
	background-image: url(trans.gif);
	background-repeat: no-repeat;
	background-color: #f3f3f5;
}

#dropline li.current a b {
	line-height:25px;
	color:#fff;
	background-image: url(select.png);
	background-repeat: no-repeat;
}
* html #dropline li.current a b {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='dropline_four/select.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-color: transparent;
	background-repeat: no-repeat;
}
#dropline li.current ul li a.last {border:none;}
#dropline li.current ul li a:hover {height:25px; line-height:25px; color:#fff;}

