.linedrop {
	height: 30px;
	position: relative;
	width: 679px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.select {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.linedrop li {
	width: 120px;
	float: left;
	font-size: 14px;
	height: 30px;
}
.select a {
    background: url("blank_sepia.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 30px;
    line-height: 2.1em;
    padding: 0 0 0 5px;
    text-decoration: none;
    white-space: nowrap;
}
.select li.line a {
	color: #666;
}
.linedrop .select li.line a.start {
	padding: 0;
}
.select li.line a span {
	background: none repeat scroll 0 0 transparent;
	display: block;
	font-weight: normal;
	padding: 0 15px 10px;
	text-align: center;
	width: 60px;
}
.select b {
	background: url("blank_sepia.gif") no-repeat scroll right top transparent;
	display: block;
	text-align: left;
	width: 120px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 30px;
	font-weight: normal;
}
.select a:hover, .linedrop .select li:hover a {
	background: url("blank_over_sepia.gif") repeat scroll 0 0 transparent;
	color: #333;
	cursor: pointer;
	line-height: 2.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.select li.line a:hover, .linedrop .select li.line:hover a {
	color: #333;
}
.select b a:hover, .linedrop .select li:hover b a {
	background: url("blank_over_sepia.gif") repeat scroll right top transparent;
	cursor: pointer;
	display: block;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.linedrop ul ul {
	display: none;
}
.linedrop table {
    border-collapse: collapse;
    font-size: 1.08em;
    height: 0;
    margin: -1px;
    width: 0;
}
.sub {
	margin: 0;
	padding: 0;
	display: none;
	white-space: nowrap;
	list-style-type: none;
}
.sub li {
	height: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #e8f0ff;
}
.select *:hover .sub {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	float: left;
	height: 27px;
	left: 0;
	text-align: center;
	top: 32px;
	width: 679px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	position: absolute;
	display: block;
	list-style-type: none;
}
.select *:hover .rt li {
    float: right;
}
.select *:hover .sub li a {
	color: #333;
	display: block;
	float: left;
	font-size: 90%;
	font-weight: normal;
	height: 27px;
	line-height: 26px;
	margin: 0;
	padding: 0 20px 0 10px;
	white-space: nowrap;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.select *:hover .sub li.subline a {
    color: #6699CC;
    line-height: 26px;
}
.select *:hover .sub li a:hover, .linedrop .select *:hover .sub li:hover {
	color: #CC6666;
	line-height: 26px;
	position: relative;
	list-style-type: none;
}
.select *:hover .sub li:hover > a {
	color: #F60;
}
.select *:hover .sub *:hover ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-image: none;
	display: block;
	left: -1px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: static;
	top: 27px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.select *:hover .sub *:hover ul li a {
    height: 20px;
    line-height: 18px;
    text-align: left;
    width: 120px;
}
.select *:hover .sub *:hover ul li a:hover {
    line-height: 18px;
}
.kenmei {
	width: 677px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
