/* CSS Document */

.menu_up ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu_up li{
	display:inline;
	
}
.menu_up a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/delimiter_up_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	text-decoration:none;
}
.menu_up a:hover{
	color:#95D6F4;
}
/* LAST */
.menu_up li.last a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(images/delimiter_up_menu_none.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:0px;
}
.menu_up li.last a:hover{
	color:#95D6F4;
}

/* ACTIVE */
.menu_up li.active a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #95D6F4;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(images/delimiter_up_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}
.menu_up li.active a:hover{
	color:#FFFFFF;
}

.menu_up li.activelast a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #95D6F4;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(images/delimiter_up_menu_none.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:0px;
}
.menu_up li.activelast a:hover{
	color:#FFFFFF;
}