#menu {
	 width: expression(document.body.clientWidth+"px"+1);
	 margin: auto;
	 margin-bottom: 0px;
   	 border: ridge 1px black;
	 background: white;
	 clear: both;
	 height: 21px;
	 font-size: 11px;
  	 top: 0px;
  	 xposition:absolute;
	 }
	  
#menu a.menuitem,
#menu a.menuitem_selected
 {
	background: rgb(200,200,200);
	display: block;
	margin: 1px;
	color: black;
	text-decoration: none;
	float: left;
	text-align: center;
	width: 110px;
	font-size: 16px;
	height: 19px;
	font-weight: bold;
    }	  	
	  
#menu a.menuitem_selected
  {
  color: white;
  background: rgb(100,100,100);
  }
	  
#menu a:hover{
	color: white;
	  }	  		  
	  
#menu_leve {
float: left;
background: black;
}

#menu form {
	margin: 0px;
	float: right;
}

#menu_prave {
	
}

#menu input
{
	top: 0px;
	height: 21px;
	width: 100px;
	font-size:13px;
	margin: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align:top;
}

#menu .text
    {
       _height: 16px;
    }


#menu_center
	{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	}




#widget_actionActive
	{
	margin-left: auto;
	margin-right: auto;
	display: none;
	margin-top: 1px;
	margin-bottom: 1px;
	min-height: 12px;
	max-height: 12px;
	font: smaller;
	border: 2px inset;
	background: url(wait.gif);
	hegith: 12px;
	width: 176px; 
	}

#widget_actionDone
	{
	background: white;
	border: 0px;
	width: 100%;			
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

#widget_actionDone a:active
	{
	color: rgb(40,40,40);
	}

#widget_actionDone a:hover
	{
	color: rgb(40,40,40);
	text-decoration: underline;
	}



#widget_actionDone a
	{
	text-decoration: none;
	color: black;
	}	
