@charset "iso-8859-1";
/* CSS Document */


 ul {
	margin: 0;
	padding: 0;
	list-style: none;
    position:relative; 
	width: 191px;
    color: #FFFFFF;	
/*    background: url("../images/knop_table_fon1.jpg"); */
	cursor:default;
	z-index: 1;
 }
   
 ul li {
	position: relative;  
	color: #FFFFFF;
	background-color:#937871;
 } 
	
 ul li ul {
	font-family:Verdana;
	position: absolute;
	left: 191px;
	top: 0;
	display:none;
	color: #FFFFFF;
    border-top-style: none;  
 }	
	
 ul li a {
	font-family:Verdana;
	display: block;
	text-decoration: none;
	color:#FFFFFF; 
	width:190px;
    padding:6px 0px;
	background: url("../images/knop.gif"); 
  	font-weight:bold;
    text-align:center;
	height: 19px;
 }
	
 ul li ul li a {
	background: url("../images/knop_table_fon1.jpg");
	border-top: 1px solid #63443F;  	
 }
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 31px; }
* html ul li a { height: 31px; width: 192px; }
/* End */
	
 li:hover ul {
	 display: block; 
 }
	
 ul li a:hover {
   background: url("../images/knop_alt.gif"); 
   text-decoration:underline;
 }
	
 ul li ul li a:hover {
   background: url("../images/knop_table_fon2.jpg"); 

 }
	
 li:hover ul, li.over ul { 
   display: block;  
 }
	
#nav_akc {
 margin: 0px;
 list-style: none;
 text-align:center;
}
  
#nav_akc li a {
  font-family:Verdana;
  color:#FFFFFF;
  display:block;
  width:190px;
  padding:6px 0px;
  text-decoration:none;
  height: 17px;
  font-weight:bold;
  text-align:center;
  background: url("../images/akc.gif"); 
}

/* Fix IE. Hide from IE Mac \*/
* html #nav_akc li { float: left; height: 31px; }
* html #nav_akc li a { height: 31px; width: 192px; }
/* End */

 #nav_akc li a:hover {
  color: #FFFFFF;
  background: url("../images/akc_alt.gif");
  text-decoration:underline;
}