.submenu {
	display:block;
	position: relative;
	top: -10px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #666666;
}
.sub-list {
	padding:0;
	margin: 0 auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.submenu .sub-list .sub-first {
	background-color: #ddd;
	width:100%;
	float:left;
	margin:1px;
	padding:0;
}

.submenu .sub-list .sub-first:hover {
	background-color: #eee;
}

.submenu .sub-list .sub {
	background-color: #ddd;
	float:left;
	width:100%;
	margin:1px;
	padding:0;
}

.submenu .sub-list .sub:hover {
	background-color: #eee;
	color: #90C;
}


.submenu .sub-list .sub-last {
	background-color: #ddd;
	float:left;
	width:100%;
	margin:1px;
	padding:0;
}

.submenu .sub-list .sub-last:hover {
	background-color: #eee;
}

.sub-list a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	vertical-align: center;
}

.sub-list a:hover {
	color: #000;
}

.sub-list .sub-last a {
	background-position: right top;
	background-repeat: no-repeat;
}

.sub-list .sub-last a:hover {
}

.sub-list .sub-first a {
	background-position: left top;
	background-repeat: no-repeat;
}

.sub-list .sub-first a:hover {
	
}
