/*Slideshows menu 1*/

img {
border: 1px solid silver;
}
 
p	{
	display: block;
	margin-top:1%;
}

div#goBack   {
		position: absolute;
		top: 92%;
		left: 5%;
		font-family: verdana;
		font-weight: bold;
}

.colour1d { 	
	font-family: Verdana;		/**/
    color: darkslategray;
	margin-left: 1%;
	margin-right: 1%;
}

.text5   {
	position: absolute;
	font-family: Verdana;
	font-size: 74%;
	visibility: visible;
	letter-spacing: 1px;
	font-weight: bold;
	top: 50%;
	left: 38%;
	width: 44%;
	height: 14%;
	overflow: auto;
	z-index: auto
}

div#layer0 {
	position: absolute;
	font-family: Verdana;
	font-size: 74%;
	visibility: visible;
	letter-spacing: 1px;
	font-weight: bold;
	top: 54%;
	left: 11%;
	width: 47%;
	height: 14%;
	overflow: auto;
	z-index: auto
}

/*for close window dialogue*/
.ant1 {	position: absolute;
	left: 5%;
	top: 93%;
	font-family: Verdana;
	font-size: 83%;
	font-weight:bold;
	z-index: auto;
	width: 32%;	
}

/*plusnewnav*/

html {
	background-color: #fff;
	
	padding: 0;
	
	margin: 0;

}


body {
	font-family: verdana;
	
	padding: 0;
	
	margin: 0;

}



/* Navigation */


div#newNav ul  {
	padding: 0;
	
			margin: 0;
	
			background-color: white;

			position: absolute;
			font-color: slateblue;
			top: 91.5%;
			left: 29%;
}



div#newNav ul li {
	float: left;
	
			list-style: none;

}



div#newNav ul li a {
	padding: 7px 56px;
	
			display: block;
	
			margin-top: 5px;
			text-decoration: none;

			color: slateblue;
			font-weight: bold;	
			/*color: #333;*/
	
			/*border-right: 2px solid #cfcfcf;
*/
}



div#newNav ul li a:hover,

div#newNav ul li:hover a,

div#newNav ul li.sfhover a 
		{
	background-color: silver;
}



div#newNav ul li.last a {
	border-right: none;

}

/* Drop Down Separate Archive Links*/

div#separate ul  {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	width: 9%;
	background-color: white;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 4%;
}

div#separate ul img {
	border: none;	
}

div#separate ul li {
	border: none;
	text-align: center;
	float: left;
	list-style: none;
	width: 128%;
}

/* archive link */
div#separate ul li a {
	padding: 5% 14%;
	display: block;
	font-weight: bold;
	font-size: 83%;
	text-decoration: none;
	color: darkslateblue;
}

div#separate ul ul {
	position: absolute;
	left: -999em;
}

div#separate ul li:hover ul,
div#separate ul li.sfhover ul {
	left: 110%;
	width: 95%;
}


div#separate ul li ul li {
	float: left;
}


/*  drop down items */
div#separate ul li ul li a {
	margin-top: 3%;
	padding: 5% 18%;
	border-right: none;
	font-weight: bold;
	font-size: 74%;
	color: darkslateblue;

}

/*div#separate ul li a.moveOverB {
	position: relative;
	align:center;
	padding-right: 11%;
} */



div#separate ul li:hover ul li a,
div#separate ul li.sfhover ul li a 
	{
	background-color: white;
}

div#separate ul li:hover ul li a:hover,
div#separate ul li.sfhover ul li a:hover 
	{
	background-color: silver;
}

/* Fix for sticky IE drop downs */

div#separate ul li:hover, 
div#separate ul li.sfhover {
	position: static;
}

/* @group Misc */

.clearfix:after {
    	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/* @end */


/*__________________________________*/

/* Drop Down Archive2 Links*/

div#archive2 ul  {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	width: 9%;
	background-color: white;
	text-align: center;
	position: absolute;
	top: 7.2%;
	left: 72%;
}

div#archive2 ul img {
	border: none;	
}

div#archive2 ul li {
	border: none;
	text-align: center;
	float: left;
	list-style: none;
	width: 128%;
}

/* archive link */
div#archive2 ul li a {
	padding: 5% 14%;
	display: block;
	font-weight: bold;
	font-size: 83%;
	text-decoration: none;
	color: darkslateblue;
}

div#archive2 ul ul {
	position: absolute;
	left: -999em;
}

div#archive2 ul li:hover ul,
div#archive2 ul li.sfhover ul {
	left: 110%;
	width: 95%;
}


div#archive2 ul li ul li {
	float: left;
}


/*  drop down items */
div#archive2 ul li ul li a {
	margin-top: 0%;
	padding: 5% 18%;
	border-right: none;
	font-weight: bold;
	font-size: 74%;
	color: darkslateblue;

}

/*div#archive2 ul li a.moveOverB {
	position: relative;
	align:center;
	padding-right: 11%;
} */



div#archive2 ul li:hover ul li a,
div#archive2 ul li.sfhover ul li a 
	{
	background-color: white;
}

div#archive2 ul li:hover ul li a:hover,
div#archive2 ul li.sfhover ul li a:hover 
	{
	background-color: silver;
}

/* Fix for sticky IE drop downs */

div#archive2 ul li:hover, 
div#archive2 ul li.sfhover {
	position: static;
}


/*the rest of the page*/

/*___________________________________*/


/*the rest of the page*/

a:link {			color:slateblue; 
				text-decoration:none;
}
a:active {			color:deepskyblue; 
				text-decoration:none;
}
a:visited {			color:slateblue; 
				text-decoration:none;
}

a:hover	{			color:darkslategray; 
				text-decoration:none;
}

.moveOver	{		position:relative;
				left:1.5%;
}

.moveOver1b	{		position:relative;
				left:2%;
}

.moveOver1c	{		position:relative;
				left:4%;
}


.moveOver2	{	
	position:relative;
	left:6%;
}

.moveOver2b	{	
	position:relative;
	left:7%;
}

.moveOver3	{	
	position:relative;
	left:7%;
}

.moveOver4	{		position:relative;
				top:9%;
				left:29%;
}

.moveOver5	{		position:relative;
				top:9%;
				left:21%;
}

.moveOverAcker	{		position:relative;
				top:9%;
				left:18%;
}

.moveOverEAM	{		position:relative;
				top:9%;
				left:16%;
}

/* .ArchiveText1 {		
	position: absolute;
	font-family: Verdana;
	font-size: 100%;
	visibility: visible;
	letter-spacing: 1px;
	font-weight: bold;
	top: 92%;
	left: 18%;
	width: 74%;
	z-index: auto;
} */

.page2   {
	position: absolute;
	font-family: Verdana;
	font-size: 92%;
	visibility: visible;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: white;
	top: 7.5%;
	left: 77%;
	margin-left: 3%;
	padding: 5px 29px;
	z-index: auto
}

span.page2:hover   {
	position: absolute;
	font-family: Verdana;
	font-size: 83%;
	visibility: visible;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: 3%;	
	background-color: silver;
	z-index: auto
}

.antDiv0	  {		
	top:11%;
	left:29%;
}

.umr-head	{	
	position: absolute; 		/*heading*/
	visibility: visible; 
	left: 32%; 
	top: 18%;
	font-family: Verdana;
	font-size: 110%;
	font-weight: bold;
	width:34%;
	z-index: 110;
}

.oskola	{	
	position: absolute;		/*oskola*/
	width: 18%;
	border: none;
	top: 63%;
	left: 11%;
	visibility: visible;
	z-index: auto;
}

.oskola:hover {
	opacity: 0.5;	
}

.teteAtete	{	
	position: absolute;		/*teteAtete*/
	width: 18%;
	font-family: Verdana;
	font-size: 83%;
	font-weight: bold;
	top: 63%;
	left: 31%;
	visibility: visible;
	z-index: auto;
}

.teteAtete:hover {
	opacity: 0.5;	
}

.styx1	{	
	position: absolute;		/*multiples*/
	width: 18%;
	font-family: Verdana;
	font-size: 83%;
	font-weight: bold;
	top: 63%;
	left: 51%;
	visibility: visible;
	z-index: auto;
}

.styx1:hover {
	opacity: 0.5;	
}

.acker	{	
	position: absolute;		/*lightwork*/
	width: 18%;
	font-family: Verdana;
	font-size: 83%;
	font-weight: bold;
	top: 63%;
	left: 71%;
	visibility: visible;
	z-index: auto;
}

.acker:hover {
	opacity: 0.5;	
}

.ArchiveAnt7b	{	
	position: absolute;	/*lightworks img*/
	top: 9%;
	left: 30%;
	visibility: visible;
	margin-top: -0.5%;
	z-index: auto;
}

.ArchiveAnt8	{		position: absolute;		/*links*/
						width: 47%;
						font-family: Verdana;
 						font-size: 100%;
						font-weight: bold;
						top: 92%;
						left: 29%;
						visibility: visible;
						z-index: auto;
}



.ArchiveAnt11	{		position: absolute;			/*cork*/
						width: 28%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 65%;
						left: 63%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt4b	{		position: absolute;		/*cork imageLink*/
						top: 3%;
						left: 38%;
						visibility: visible;
						text-decoration: none;
						z-index: auto;
}

.ArchiveAnt12	{		position:absolute;		/**/
						top: 11%;
						left: 34%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt13	{		position: absolute;		/*ex anima mea*/
						width: 47%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 50%;
						left: 63%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt14	{		position: absolute;		/*ex anima mea ImageLink*/
						top: 11%;
						left: 38%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt15	{		position: absolute;		/*styx II*/
						width: 47%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 70%;
						left: 63%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt16	{		position: absolute;		/*styx II ImageLink*/
						top: 11%;
						left: 38%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt17	{		position: absolute;		/*project arts*/
						width: 47%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 38%;
						left: 65%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt18	{		position: absolute;		/*project imageLink*/
						top: 11%;
						left: 23%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt19	{		position: absolute;		/*anGrianan*/
						width: 47%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 65%;
						left: 5%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt20	{		position:absolute;		/*anGrianan image*/
						top: 11%;
						left: 29%;
						visibility: visible;
						text-decoration: none;
						z-index: auto;
}

.ArchiveAnt21	{		position: absolute;		/*negev*/
						width: 47%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 65%;
						left: 65%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt22	{		position: absolute;		/*negev imageLink*/
						top: 11%;
						left: 23%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt23	{		position: absolute;		/*home*/
						width: 38%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 11%;
						left: 63%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt24	{		position: absolute;		/*home imageLink*/
						top: 11%;
						left: 47%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt25	{		position: absolute;		/*frogsII*/
						width: 38%;
						font-family: Verdana;
 						font-size: 83%;
						font-weight: bold;
						top: 31%;
						left: 63%;
						visibility: visible;
						z-index: auto;
}

.ArchiveAnt26	{		position: absolute;		/*frogsII imageLink*/
						top: 11%;
						left: 47%;
						visibility: visible;
						z-index: auto;
}




.colour1 { 	
	font-family: Verdana;		/**/
    	color: deepskyblue;
	margin-left: 1%;
	margin-right: 1%;
}

.ArchiveColour1a { 		font-family: Verdana;		/**/
				   		color: yellow;
					 	font-weight: bold;
					 	font-size: 207%;
}

