/* MENU CSS */
#menu{
	width: 199px;
	height: 600px;
	padding-top: 180px;
	background-image: url(./images/header_menu.jpg);
	float: left;
	margin-right: 7px;
	background-repeat: no-repeat;
	
}

#menu a:link{
	display: block;
	padding: 0;
	margin: 0;
	width: 175px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	color: #999999;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu a:visited{
	display: block;
	padding: 0;
	margin: 0;
	width: 175px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	color: #999999;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu a:hover{
	display: block;
	padding: 0;
	margin: 0;
	width: 175px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu a:active{
	display: block;
	padding: 0;
	margin: 0;
	width: 175px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
}
