 
dl.lm, dt.lm, dd.lm, ul.lm, li.lm {
margin: 0;
padding: 0;
list-style-type: none;
}

dd.lm {
	padding-bottom: 2px;
	background: #2ba0aa;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top: 140;
left: 0;
}
#menu {
width: 179px;
}
#menu dt {
cursor: pointer;
margin: 0;
height: 44px;
line-height: 20px;
text-align: center;
font-weight: bold;
border-top-color : #2ba0aa;
border-top-width : 1px;
background: #2ba0aa;
}
#menu dd {
border: 1px solid #2ba0aa;
}
#menu li {
text-align: left;
background: #2ba0aa;
font: 85% verdana, arial, sans-serif;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left: 10px;
font: 85% verdana, arial, sans-serif;
}
#menu li a:hover, #menu dt a:hover {
background: #238b98;
padding-left: 10px;
font: 85% verdana, arial, sans-serif;
}

a.nopad {
	padding-left: 0 !important;
}

.pc {
	background: #14215a;
	padding-left: 15px;
	line-height: normal !important;
	height: 22px;
	font: 73% verdana, arial, sans-serif;
	font-weight: bold;
	vertical-align: bottom !important;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-top: 3px;
	text-align: left;
}

a.pclink {
	color: white !important;
	text-decoration: none;
	font-weight: bold;
}
a.pclink:hover {
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	background: #14215a !important;
}

.pc_post {
	line-height: 1px;
}

.test {
	background-color: #14215a;
}