@CHARSET "ISO-8859-1";

#menu {
	background: #C2719D;
	position: relative;
	min-height: 22px;
	padding: 0px 0 0 0px;
	width: 787px;
}


#pagesmenu {
	 float: left;
	 background: transparent;
	 width: 670px;
}	

#pagesmenu ul {
	float:left;
	background: transparent;
	min-height: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#pagesmenu ul li {
	background: transparent;
	list-style: none;
	float: left;
}
#pagesmenu ul li a {
	float: left;
	white-space: nowrap;
	background: transparent;
	border-bottom: 0;
	font-weight:bold;
	font-size: 12px;
	padding: 4px 5px 0px;
	text-decoration:none;
	color:white;
}
#pagesmenu ul li a:hover {
	color:white;
	text-decoration:none;
	font-weight: bold;
	background-color: rgb(219,167,195);
}

#pagesmenu ul li a.selected {
	color:white;
	text-decoration:none;
	font-weight: bold;
	background-color: rgb(219,167,195);
}




#langmenu {
	 float: left;
	 background: transparent;
	 width: 117px;
}	

#langmenu ul {
	float:left;
	background: transparent;
	min-height: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#langmenu ul li {
	background: transparent;
	list-style: none;
	float: left;	
}
#langmenu ul li a {
	float: left;
	white-space: nowrap;
	background: transparent;
	border-bottom: 0;
	font-weight:bold;
	font-size: 12px;
	padding: 4px 5px 0px;
	text-decoration:none;
	color:white;
}
#langmenu ul li a:hover {
	color:white;
	text-decoration:none;
	font-weight: bold;
	background-color: rgb(219,167,195);
}

#langmenu ul li a.selected {
	color:white;
	text-decoration:none;
	font-weight: bold;
	background-color: rgb(219,167,195);
}

