@charset "UTF-8";
/* CSS Document */


.menu {
	width: 205px;
	position: absolute;
	visibility: visible;
	z-index: 1001;
	top: 123px;
	left: 4px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
a#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a#menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a#menu:visited {
	text-decoration: none;
	color: #666666;
}
a#menu:active {
	text-decoration: none;
	color: #FF0000;
}
