@charset "UTF-8";
/* CSS Document */
ul.nolist{
	margin: 0;
	padding: 0;
}
ul.nolist li{
	list-style: none;
	border-bottom: none;
	padding: 0;
}
.mymenu {
	width: 100%;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
.mymenu li {
	clear: both;
	margin:10px 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.mymenu strong {
	background: #f4f4f4;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.mymenu em {
	background: #f4f4f4;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.mymenu sup {
	font-size: 60%;
	color: #666;
	margin-left: 3px;
}

.sixteen .packages a {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px 20px;
    background: #eaeaea;
    width: 100px;
}
.sixteen .packages a:hover {
    background: #f4f4f4;
}
