/* Menu */
div.menu {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
/* Menu first row */
div.menu_row_1 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #a4c8ff;
	height: 21px;
}
div.menu_row_1 div {
	float: left;
	line-height: 21px;
	background-color: #4278b8;
	height: 21px;
	width: 92px;
	text-align: center;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
div.menu_row_1 div.active {
	background-color: #666666;
	font-weight: bold;
}
div.menu_row_1 div a {
   	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
/* Menu second row */
div.menu_row_2 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #a4c8ff;
	height: 22px;
}
div.menu_row_2 div {
	float: left;
	line-height: 20px;
	background-color: #58a3ff;
	width: 125px;
	height: 20px;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
div.menu_row_2 div.active {
	background-color: #666666;
}
div.menu_row_2 div a {
   	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
/* Menu third row */
div.menu_row_3 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #a4c8ff;
	height: 20px;
}
div.menu_row_3 div {
	float: left;
	line-height: 18px;
	background-color: #bed3ff;
	width: 130px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
div.menu_row_3 div.active {
	background-color: #666666;
}
div.menu_row_3 div a {
   	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}