
#menu_w a:link					{ color : #199bdc; }
#menu_w a:visited				{ color : #199bdc; } 
#menu_w a:hover					{ color : #da251d; } 
#menu_w a:active					{ color : #da251d; }

#menu_w a:link					{ text-decoration: underline; font-weight:initial;}
#menu_w a:visited				{ text-decoration: underline; }
#menu_w a:hover					{ text-decoration: none; } 
#menu_w a:active				{ text-decoration: none; }

#menu_w {
  position: fixed;
  bottom: 120px;
  right: -10px;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;font-size:10px;
	z-index: 10;
}

.menu_list {
	font-size:14px;
	background-color: #eee;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: solid;
	border-right: none;

	padding:0;
	margin:0;
	overflow-x: scroll;
	display: block;
	white-space:nowrap;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	padding-left:2.0em;
	padding-right:0.5em;
	color: #000;
}

.menu_list::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}

.menu_list li {
	display: inline-block;
	list-style: none;
  position: relative;
  top: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
	padding:1em 0.5em 1.15em 0.5em;
	text-shadow: none;
}

.m_tag {
	position:absolute;top:0;left:0;;height:100%;width:28px;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	background-color:#ccc;
}
.m_tag span {font-size:23px; position:absolute;top:8px;left:4px;color:#999;text-shadow:none;}