#menu {
	width: 250px;
	position: absolute;
	top: 140px;
	left: 25px;
	color: #666;
	padding: 0px;
	height: 250px;
	font-size: 11px;
	font-family: calibri, Arial, Helvetica, sans-serif;
}
#menu A:link{
	color: #666;
	text-decoration: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-transform: uppercase;
}
#menu A:visited{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
#menu A:hover{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#menu A:active{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#menu_falcon {
	background-color: #F00;
}


.menu_currentpagetype {
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_sub1 {
	margin-left: 50px;
}
.menu_sub2 {
	margin-left: 50px;
}
