.topmenu{
 	text-indent: 0;
	display:block;
	font-weight:normal;
	text-align: center;
}


A{
	font-family: Verdana;
	font-size: 13px;
  	text-decoration: none;
}
/* -----------------------------------------*/
A.topmenu 			{color: black; }
A.topmenu:hover		{color: black; font-weight:bold; font-size: 13;}
A.topmenu:active 	{color: black;}

/* -----------------------------------------*/
A.submenu 			{color: white}
A.submenu:hover		{color: black;}
A.submenu:active		{color: white;}
.submenu{
    background-color: #ee0000;
    layer-background-color: #aaaaaa;
	text-align:center;
	
}
/* -----------------------------------------*/
A.botmenu 			{color: #000000;}
A.botmenu:hover		{color: #A0A0A0;}
A.botmenu:active		{color: #A0A0A0;}

.botmenu{
/*    background-color: #CCcccc; 
    layer-background-color: #CCcccc; */
	text-indent: 4px;
	text-align:center;
}
/*------------------------------------------------*/
.topmenuul{
		list-style-type:none;
		margin: 0;
		padding:0;
		position:absolute; 
		background-color: #fffcd5;
		}
		
.topmenuli{
		margin: 0;
		padding:0;
		float:left;
		display:block;
		margin-left:0;
		border-width: 2; 
		border-style: solid;
		border-color: #fffcd5;
		background-color: #ffaaaa;
		padding-left:0;
		height:20;
		
		}
	
/*------------------------------------------------*/
.submenuul{
		list-style-type:none;
		display:none;
		position:absolute;  
		border-top:1px solid #840000;
		border-bottom:1px solid #840000;
		border-right:1px solid #840000;
		border-left:1px solid #840000;
		z-index: 1;
		background-color:#ee0000;
		margin: 0;
		padding:0;
		margin-left:-1;
		padding-left:0;
		}
		
.submenuli{
		margin: 0;
		padding:0;
		text-align:center;
		}
		
		

/*------------------------------------------------*/
.botmenuul{
	
		background-color:red;
		list-style-type:none;
		position:absolute;
		margin-left: 100;
		padding:0;
		display:none; 
		margin-top:-1px;
		z-index: 1;
		}
	
.botmenuli{
		float:none;	
		width:100;
		}		
/*------------------------------------------------*/

li.topmenuli:hover ul.submenuul, li.over0 ul.submenuul{
		display:block;
		}
		
li.submenuli:hover ul.botmenuul, li.over1 ul.botmenuul{
		display:inline; 
		}
