/*/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /*/
/*/ >>>| ER-INDEX-PAGE -> NAVIGATION MENU |<<< /*/
/*/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /*/
/*/ >>> Last-Updated: 20230316(13:34) жMEЖ <<< /*/
/*/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /*/


/*/ THE MENU 'elongated-retangular' 'white-edged' BOX /*/


.menu{
	margin: 0px;

width: 90%;
	border: 1px solid #FFFFFF; /*White*/

background: #274D74; /* Astronaut(DarkModerateBlue) */ /*/<<<"Underneath.The.'TOP(Horizontal)-MENU'.Buttons"<<<[The.Colour.Of.The.Original.'ER-Index'.Page]<<</*/
	padding: 0px;

color: #FFFFFF; /*White*/
	font-family: sans-serif, "Arial";
	font-weight: bold;
	font-size: 12px;
	}


/*/ THE CATEGORY/HEADINGS BOX 'inside' the BOX!! /*/


.menu ul{
	margin: 0px;
	width: 90%;
	height: 24px;
	 background: #274D74; /* Color-Name: 'Astronaut(DarkModerateBlue)' */

list-style: none;
	padding: 0px;

color: #FFFFFF; /* Color: White */
	}

	
/*/ THE LINE 'within' that BoX in a BOX!!! /*/


.menu li{	float: left;	padding: 0px;	}


/*/ CATEGORY-HEADING/S 'BUTTON/S' & the TEXT inside each Button!!! /*/

	
.menu li a{	margin: 0px;

width: 80%/*180px*/;	display: block;	background: black; /* #333333 *DarkCharcoal* url("images/seperator.gif") bottom right no-repeat; */	padding: 0px 24px; /* 25px */	line-height: 24px;	text-align: center;	text-decoration: none;	font-weight: normal;	color: #CCCCCC; /* ChineseSilver(LightGrey) */	}
	

/*/ CATEGORY-HEADING-BUTTON 'HOVER' /*/

	.menu li a:hover, .menu ul li:hover a{	background: #1A5AB3/*StrongBlue*/ url("images/hover.gif") bottom center no-repeat;	color: #FFFFFF; /*White*/	text-decoration: none;	}

	/*/ 'Dropdown-List' CONTAINER/S-BACKGROUND/S /*/


.menu li ul{	margin: 0px;	width: 19%/*205px*/;	height: auto;	border: 1px solid white;	background: #333333; /* DarkCharcoal */	display: none;	padding: 0px;

color: #FFFFFF; /* White */;	position: absolute;	z-index: 18/*205*/;	/* top:1em; left:0; */ /*/ <<<These.two.are.not.needed->In.fact.they.stack.all.Menu-Buttons.on.top.of.each.other.in.the.top.left.corner.of.the.Page!!<<< /*/	}


/*/ 'Dropdown-List' ITEMS/LINKS 'HOVER' /*/

	.menu li:hover ul{	display: block;	}


/*/ Each ITEM/LINK allotted 'SPACE' DEFINED!!! /*/

	.menu li li {	margin: 0px;	float: none;	display: block;	width: 100%/*251px*/;	background: url('images/sub_sep.gif') bottom left no-repeat;	padding: 0px;	}

	
/*/  The 'HOVER' over each ITEM/LINK alloted 'SPACE' /*/


.menu li:hover li a{

width: auto;	background: none;	}


/*/ The 'BOXES' for the LINK/S-TO-PAGE/S!!! /*/

	.menu li ul a{;	margin: 0px;	display: block;	height: 24px;	padding: 0px 0px 0px 18px;	font-size: 10px;	text-align: left;	font-style: normal;	}


/*/ LINK/S-TO-PAGE/S 'HOVER'!!! /*/
		.menu li ul a:hover, .menu li ul li:hover a{	border: 0px;	background: #2580ff/*VividBlue*/ url('images/hover_sub.gif') center left no-repeat;	color: #FFFFFF/*White*/;	text-decoration: none;	}


/*/ CLEARS HIGHLIGHTED CHOICES ... ??? /*/

	.menu p{	clear: left;	}

	
/*/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /*/
/*/ >>>>>>>>>>>>>>>>>| *END |<<<<<<<<<<<<<<<<< /*/
/*/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /*/	