@charset "utf-8";
/* CSS Document */

.menu_item_0{
	padding: 1px;

	height: 20px;
	/*border-bottom: 1px solid #003366;*/

	background-image: url(../images/menu/bg_0.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;

}

.menu_item_1{
	display: none;
}


.menu_item_2{
	display: none;
}

.menu_item_3{
	display: none;
}

.menu_item_0_show, .menu_item_0_selected{
	padding: 1px;

	height: 20px;
	/*border-bottom: 1px solid #003366;*/

	background-image: url(../images/menu/bg_0.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;

}

.menu_item_1_show, .menu_item_1_selected{
	padding: 1px;

	height: 18px;
	background-image: url(../images/menu/bg_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 19px;
	/*border-bottom: 1px solid #003366;*/
}

.menu_item_2_show, .menu_item_2_selected{
	padding: 3px;

	height: 18px;
	background-image: url(../images/menu/bg_2.gif);
	background-repeat: no-repeat;
	background-position: right;	
	padding-right: 25px;	
	/*border-bottom: 1px solid #003366;*/ 	
}

.menu_item_3_show, .menu_item_3_selected{
	padding: 1px;

	height: 18px;
	background-image: url(../images/menu/bg_3.gif);
	background-repeat: no-repeat;
	background-position: right;		
	padding-right: 32px;	
	/*border-bottom: 1px solid #003366;*/
}


.menu_item_0 a, menu_item_0 a:visited{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff !important;
	text-decoration: none;	
}
.menu_item_1 a, menu_item_1 a:visited{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff !important;
	text-decoration: none;
}

.menu_item_2 a, menu_item_2 a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #618558;
	text-decoration: none;
}

.menu_item_3 a, menu_item_3 a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #618558;
	text-decoration: none;
}

/* Show */
.menu_item_0_show a, menu_item_0_show a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #00a1ff !important;
	text-decoration: none;
	font-weight: bold;	
}

.menu_item_0_show a:hover{
	color: #ffffff !important;
}


/*	color: #4e583b;*/

.menu_item_1_show a, menu_item_1_show a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #618558;
	text-decoration: none;
	font-weight: bold;	
}

.menu_item_1_show a:hover{
	color: #ffffff !important;
}


.menu_item_2_show a, menu_item_2_show a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #618558;
	text-decoration: none;
	font-weight: bold;	
}

.menu_item_3_show a, menu_item_3_show a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #618558;
	text-decoration: none;
	font-weight: bold;	
}


/*	Selected	*/

.menu_item_0_selected a, menu_item_0_selected a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;	
}

.menu_item_1_selected a, menu_item_1_selected a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;	
}


.menu_item_2_selected a, menu_item_2_selected a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;	
}

.menu_item_3_selected a, menu_item_3_selected a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;	
}



	
