.topmenu{
 	text-indent: 0;
	display:block;
	font-weight:normal;
	text-align: center;
}


/* -----------------------------------------*/
A.topmenu,A.submenu,A.botmenu {
					font-family: Verdana;
					font-size: 13px;
  				text-decoration: none; 
					}
A.topmenu 			{color: black}
A.topmenu:hover		{color: red; font-weight:400; font-size: 13px;}
A.topmenu:active 	{color: red;}

/* -----------------------------------------*/
A.submenu 			{color: white;		text-align:left;}
A.submenu:hover		{color: yellow;}
A.submenu:active		{color: white;}
.submenu{
    background-color: #336633;
    layer-background-color: #aaaaaa;
}
/* -----------------------------------------*/
A.botmenu 			{color: white;}
A.botmenu:hover		{color: yellow;}
A.botmenu:active		{color: white;}

.botmenu{
/*    background-color: #CCcccc; 
    layer-background-color: #CCcccc; */
	text-indent: 0px;
	text-align:left;
}
/*------------------------------------------------*/
.topmenuul{
		list-style-type:none;
		margin: 0;
		padding:0;
		position:absolute; 
		background-color: transparent;
		}
		
.topmenuli{
		margin: 0;
		padding:0;
		float:left;
		display:block;
		margin-left:0;
		border-width: 0; 
		border-style: solid;
		border-color: #fffcd5;
		background-color: transparent;
		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:#336633;
		margin: 0;
		padding:0;
		margin-left:-1;
		padding-left:0;
		width:140px;
		}
		
.submenuli{
		margin: 0;
		padding:0;
		text-align:left;
		}
		
		

/*------------------------------------------------*/
.botmenuul{
	
		background-color:#669966;
		list-style-type:none;
		position:absolute;
		border-top:1px solid #840000;
		border-bottom:1px solid #840000;
		border-right:1px solid #840000;
		border-left:1px solid #840000;		
		margin: 0;		
		margin-left: 24;
		padding:0;
		padding-left:-10;		
		display:none; 
		margin-top:10px;
		z-index: 1;
		width:160px;		
		}
	
.botmenuli{
		margin: 0;
		padding:0;
		text-align:left;	

		}		
/*------------------------------------------------*/

li.topmenuli:hover ul.submenuul, li.over0 ul.submenuul{
		display:block;
		}
		
li.submenuli:hover ul.botmenuul, li.over1 ul.botmenuul{
		display:inline; 
		}
