#nav {
	background-color:#FFFFFF;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
}

#nav2 {
	display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color: #297C14;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0; padding-top:0;
	color: #28166F;
	border-top-color: #297C14;
	border-top-style: solid;
	border-bottom-color: #297C14;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 2px;
	COLOR: #003399; 
	HEIGHT: 21px; 
}

.menuts {
width:800px;
margin-left:0px;
margin-top:0;
}
/* lista bez bulletów */
.menuts ul {
margin:0px;
margin-left:0;
}

/* wyrównanie do lewej */
.menuts li {
float:left;
position:relative;
width:auto;
list-style-type:none;
}

/* styl dla odsylaczy */
.menuts a, .menuts a:visited {
	display:block;
	font-size:8pt;
	text-decoration:none;
	color:#333333;
	width:auto;
	height:17px;
	background:#FFFDD7;
	padding-left:7px;
	margin-left:1px;
	margin-right:1px;
	padding-right:7px;
	line-height:17px;
	font-family:verdana;
	display:inline-block;
	font-style: normal;
border: 1px solid #FFFDD7;
}

/* styl tablicy - tylko dla Misia */
.menuts table {
	position:absolute; top:0; left:0;
}

/* odnosniki dla pierwszego poziomu */
.menuts a:hover, .menuts ul ul a:hover{
	color:#FFF;
	background:#AC6D04;
	border: 1px solid #CCCCCC;
}


.menug {
	display:table;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	border:0px solid #06a;

  }
* html .menug {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menug li {
  display:table-cell;    /* ignored by IE */
  }
* html .menug li {
  display:inline;        /* for IE only */
  }
.menug a, .menug a:visited {
	display:block;
	padding:2px 8px;
	color:#000;
	background:#FFFDD7;
	border:1px solid #666666;
	border-right-color:#666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	text-decoration:none;
  }
* html .menug a, * html .menug a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menug a:hover {
	color:#fff;
	background:#AC6D04;
	background-color: #AC6D04;
  }

