.menu {
    position: absolute;
	left : 40px;
	top : 170px;
	z-index: 4;
	border : 0px solid Black;
	width: 165px;
	margin-top: 0px;
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	font-size: 11px;
	}
	
a {
	color: #54b6eb;
	text-decoration: underline;
}
a.mmenu {
	color: #54b6eb;
    text-decoration:none;
	
}
a.mmenu:hover{
	color: #54b6eb;
	text-decoration: underline;
}
a.mmenu:visited {
	color: #54b6eb;
    text-decoration:none;
}
a:hover{
	color: #54b6eb;
	text-decoration: underline;
}
a.mmenu_bold {
	color: red;
    text-decoration:none;
    font-weight: bold;
	
}
a.mmenu_bold:hover{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
a.mmenu_bold:visited {
	  color: red;
    text-decoration:none;
    font-weight: bold;
}
