@charset "UTF-8";
#menu {
	list-style: none;
	width: 130px;
	padding-top: 35px;
	height: 215px;
	padding-left: 30px;
	
//background: url(../img/menu.jpg) no-repeat;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:150px;
}

#menu a:link{
	color:#999;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 23px;
	display:block;
	text-decoration: none;
	padding: 5px 0 0 0px;
	font-weight:bold;
	text-align:left;
	padding-left:17px;
}

#menu a:hover{
		color: #999;
		background-image:url(../img/flMenu.gif);
		background-repeat:no-repeat;
}


#menu a:visited{
	color:#999;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 23px;
	display:block;
	text-decoration: none;
	padding: 5px 0 0 0px;
	font-weight:bold;
	text-align:left;
	padding-left:17px;
}

#menu a:active{
		color: #595959;
}