#main_menu {
	height: 72px;
	width: 100%;
}
#main_menu ul {
	margin:0;
	padding: 10px 0 0 25px;
	list-style-type: none;
	position: relative;
	left: 0px;
	top: 0px;
}
#main_menu li {
	display: block;
/*	position: absolute;
	top: 12px;*/
	margin-right: 64px;
	float:left;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Humanist 777 Black", Humanist, Arial, Verdana, sans-serif;
}/*
#menuId1 {	left: 25px; }
#menuId2 {	left: 150px; }
#menuId3 {	left: 275px; width: 132px;}
#menuId4 {	left: 571px; }
#menuId5 {	left: 631px; }
#menuId6 {	left: 731px; }*/

#main_menu li.last {
	margin-right: 20px;
	float: right;
}
#main_menu a {
	text-decoration: none;
	color: #C47DA5;
	font-weight: normal;
}
#main_menu a:hover {
	text-decoration: underline;
}
#main_menu .active a {
	color: #2E5292;
	font-weight: bold;
}
#second_menu {
	width: 231px;
	float: left;
}
#second_menu ul {
	margin:0;
	padding-left: 25px;
	list-style-type:none;
}
#second_menu li {
	height: 22px;
}
#second_menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #2E5292;
}
#second_menu li a:hover {
	text-decoration: underline;
}
