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

.menu_item_0{
	height: 20px;

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

.menu_item_0_protected{
	height: 20px;

	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_1_protected{
	display: none;
}


.menu_item_2{
	display: none;
}

.menu_item_3{
	display: none;
}

.menu_item_0_show, .menu_item_0_selected{
	height: 20px;

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

.menu_item_0_show_protected, .menu_item_0_selected_protected{
	height: 20px;

	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{
	height: 20px;
	background-image: url(../images/menu/bg_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	/*border-bottom: 1px solid #003366;*/
}

.menu_item_1_show_protected, .menu_item_1_selected_protected{
	height: 20px;
	background-image: url(../images/menu/bg_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	/*border-bottom: 1px solid #003366;*/
}

.menu_item_2_show, .menu_item_2_selected{
	height: 20px;
	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{
	height: 20px;
	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: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

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

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

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

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

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

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

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

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


/*	color: #4e583b;*/

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

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

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


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

.menu_item_3_show a, menu_item_3_show a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	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: #000000 !important;
	text-decoration: none;
	font-weight: bold;	
}

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

.menu_item_1_selected_protected a, menu_item_1_selected_protected a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #000000 !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: #000000 !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: #000000 !important;
	text-decoration: none;
	font-weight: bold;	
}



	
