#main_menu {
	position:absolute;
	top: 77px;
	left: 35px;
}


.mini_nav {
	list-style: none;
	margin: 0;
	padding: 15px 0 50px 0;
	background: url('/site/web/images/bg/header_fade.jpg') top left no-repeat;
}
.mini_nav li {
	list-style: none;
	line-height: 1.5;
	}
.mini_nav a {
	color: #fff;
	text-decoration: underline;
	}
	
	
/* FAUX SELECT BOX */
#faux_select_hotlink {
	display: block;
	width: 134px;
	height: 17px;
	margin: 10px 0 0 0;
	padding: 0 5px;
	background: #c0ebf3 url(/site/web/images/bg/faux_select.gif) top left no-repeat;
	color: #0c0e27;
	text-decoration: none;
	line-height: 17px;
	}
#faux_select ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #c0ebf3;
	border: 1px solid #333;
	width: 144px;
	}
#faux_select li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#faux_select li a {
	display: block;
	padding: 0 3px;
	font-size: 1.1em;
	line-height: 1.5;
	color: #0c0e27;
	text-decoration: none;
	}
#faux_select li a:hover {
	background: #fff;
	}
	