/* At-Rules */
@charset "windows-1252";


#main_menu {
	bottom: auto;
	height: 70px;
	list-style: none;
	position: absolute;
	left: 2%;
	top: 100%;
}

li.main_menu {
	border-top: 1px solid #000099;
	float: left;
	list-style: none;
}

li a.main_menu {
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
}

li a:hover.main_menu {
	text-decoration: underline;
}


