

#menu {
	height:60px;
	background:#f7f7f7;
	font-size:12px;
	font-weight:bold;
}
.menu_item {
	width:101px;
	text-align:center;
	padding-top:9px;
	border-left: solid #e5e5e5 1px;
    border-bottom: 1px solid #e5e5e5;
    height:50px;
}
.menu_item-0 {
	margin-left:130px;
}
.menu_item-0 a { color:#777db9; }
.menu_item-1 a { color:#de6842; }
.menu_item-2 a { color:#428042; }
.menu_item-3 a { color:#dcb633; }
.menu_item-4 a { color:#4395b6; }
.menu_item-5 a { color:#7e5aab; }
.menu_item_current { background:#fff; }
.menu_item_link {
	text-decoration:none;
}

