#pageMenu {
	position: relative;

	height: 20px;
	width: 100%;
	font-size: 12px;
	
	background-color: #47B5FF;
	
	border-top: 1px dotted white;

}

#pageMenu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	border: 0px none;
	border-bottom: 1px dotted white;
	width: 96%;

}

#pageMenu ul li  {
	display: inline;
	list-style: none;

}

#pageMenu ul li div {
	float: left;
	width: 122px;
	width: auto;
	margin-right: 4px;
	cursor: pointer;
}


#pageMenu ul li ul {
	position: absolute;
	margin: 0;

	padding: 0;
	padding-left: 10px;
	bottom: -1.6em;
	left: 1px;
	width: 100em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	width: 100%;

}
#pageMenu .inactive, #pageMenu .active {

	display: block;
	float: left;

	padding-left: 20px;	
	padding-right: 25px;
	padding-bottom: 3px;

	text-align: center;
	
	border: 1px solid #AAA;
	border-bottom: none;

	border: 0px none;
	border-right: 1px dotted white;

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	
}

/*
 #pageMenu .active {
 	border-bottom: 1px solid white;
 }
 */

#pageMenu .inactive:hover {
	margin-top: 0;
	border-color: #666;

	background: #C3CCD3; 
	padding-bottom: 5px;

}

/* EOF first level */

#pageMenu ul li ul li div {
	width: auto;
	display: block;
	float: left;
	/* padding: 0 10px;*/
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;

	margin: 0;

	border: none;
	border-right: 1px dotted #AAA;
	border-right: 1px dotted #EFF2F3;
	
	background: none;
	
	/* font-family: sans-serif, arial, helvetica; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: black;


}

#pageMenu .selected, #pageMenu .notselected {
	width: auto;
	display: block;
	float: left;

	border: none;
	border-right: 1px dotted #AAA;
	border-right: 1px dotted #EFF2F3;
	background: none;
	
	/* font-family: sans-serif, arial, helvetica; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;	


}

#pageMenu .notselected {
color: #666666;
color: black;
}

#pageMenu .notselected:hover {
	cursor: pointer;
}