
#menu {
	position: absolute;
	bottom: 8px;
	right: 0px;
}

#menu ul li {
	list-style-type: none;
	position: relative;
	float: right;
	width: 103px;
	height: 37px;
	background: url(../images/tab.jpg) no-repeat;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}

#menu .down {
	padding-top: 8px;
	position: absolute;
	min-width: 103px;
	z-index: 1000;
	border: 1px solid #006600;
	background: #E4D79F;
}

#menu .down a {
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
	letter-spacing: 0.01em;
	font-weight: none;
	font-size: 10px;
}
