div.menu{
	margin-top:				10px;
	height:					34px !important;
	overflow:				hidden !important;
}
div.menu a{
	display:				inline-block;
	line-height:			20px;
	height:					34px;
	border-right:			1px solid #dcdcdc;
	font-size:				13px;
	font-weight:			bold;
	color:					#727476;
	padding-left:			24px;
	padding-right:			24px;
	text-decoration:		none;
}
div.menu a:hover{
	color:					#000000;
}
a.menu_item_orange:hover{
	color:					#f15d2a !important;
	text-decoration:		none;
}
a.menu_item_blue:hover{
	color:					#2a3990 !important;
	text-decoration:		none;
}
a.menu_item_orange_sel{
	background-image:		url('../images/menu_item_bg_orange.png');
	background-position:	bottom center;
	background-repeat:		no-repeat;
	color:					#f15d2a !important;
	text-decoration:		none;
}
a.menu_item_blue_sel{
	background-image:		url('../images/menu_item_bg_blue.png');
	background-position:	bottom center;
	background-repeat:		no-repeat;
	color:					#2a3990 !important;
	text-decoration:		none;
}
div.menu_below{
	clear:					both;
	height:					9px !important;
	overflow:				hidden;
}

div.menu_below span{
	display:				inline-block;
	border-right:			1px solid #f2f2f2;
	height:					9px !important;
	line-height:			9px !important;
	overflow:				hidden;
	
	font-size:				13px;
	font-weight:			bold;
	color:					#f2f2f2;
	padding-left:			24px;
	padding-right:			24px;
}

span.menu_below_orange{
	background-image:		url('../images/menu_below_bg_orange.png');
	background-position:	bottom center;
	background-repeat:		no-repeat;
	color:					#f15d2a !important;
}
span.menu_below_blue{
	background-image:		url('../images/menu_below_bg_blue.png');
	background-position:	bottom center;
	background-repeat:		no-repeat;
	color:					#2a3990 !important;
}