
/* ---------------- LEWE MENU ---------------- */

.left_menu_top {
  margin: 0;
  width: 160px;
  height: 14px;
  background: transparent url(../images/menu_lewe/lewe_menu_top.png) no-repeat 0 0;
}


.left_menu_center{
  background-color:#FFF;
  width: 160px;
}


.left_menu_bottom {
  background: transparent url(../images/menu_lewe/lewe_menu_bottom.png) no-repeat right top;
  margin:  0;
  width: 160px;
  height: 17px;
}


#nav{
  	width: 160px;
  	padding:0;
  	margin: 0 0 0 0;
	text-align: left;
  	list-style-type: none;
}

#nav li {
  	border-bottom:1px solid #E5E5E5;
  	width: 160px;
  	line-height: 20px;
  	font-family: Calibri;
  	font-size: 12px;
  	padding:0;
  	margin:0;
}

#nav li a {
  display:block;
}

#nav a:link {
  margin-left: 10px;
  color: #3d271c;
  text-decoration: none;
}

#nav li a:visited {
  margin-left: 10px;
  border: 1px;
  color: rgb(0,102,0);
  text-decoration: none;
}

#nav li a:hover {
  margin-left: 10px;
  border: 1px;
  color: #3d271c;
  text-decoration: underline;
}


 #nav li ul { 
 	display:none;
   	list-style-type: none;
   	padding:0;
   	margin:0 0 0 20px;
}

 #nav li ul li {
 	border-top:1px solid #E5E5E5;
 	border-bottom:1px solid transparent;
 	width:140px; 
}


 #nav li:hover ul{
       display: block;
}




















/* ---------------- PRAWE MENU ---------------- */
.right_menu {
  width: 200px;
  margin-top: 60px;
}

.right_menu_top {
  background: transparent url(../images/menu_prawe/prawe_menu_top.png) no-repeat 0 0;
  width: 200px;
  height: 14px;
}

.right_menu_center {
  width: 200px;
  background-color:#65756C;
}

#nav2 {
 	text-align: right;
  	list-style-type: none;
  	margin:0;
  	padding:0;
}

#nav2 li {
	border-bottom:1px solid #808F87;
  	width: 200px;
  	font-size: 14px;
  	height: 24px;
}

#nav2 li a {
  display:block; 
  line-height: 24px;
  text-decoration: none;
  color: #FFF;
  margin-right: 14px;
}

#nav2 li a:link {
}

#nav2 li a:visited {
	
}

#nav2 li a:hover {
  text-decoration: underline;
}


.right_menu_bottom {
  background: transparent url(../images/menu_prawe/prawe_menu_bottom.png) no-repeat 0 0;
  width: 200px;
  height: 14px;
}








/* - - - - - - - - - -  PRAWE BIALE MENU  - - - - - - - - - - */
.right_white_menu {
  	width: 180px;
  	margin: 10px 0 0 15px;
}

.right_top_white_menu {
	background: transparent url(../images/right_top_white_menu.png) no-repeat 0 0;
	width: 180px;
	height: 11px;
}

.right_center_white_menu {
  	background-color: #FFF;
  	width: 180px;
  	height: 59px;
}

.right_bottom_white_menu {
  background: transparent url(../images/right_bottom_white_menu.png) no-repeat 0 0;
  width: 180px;
  height: 17px;
}


.white_menu {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
	background: transparent url(../images/pasek_biale_menu.jpg) no-repeat right center;
}

.white_menu  li {
  width: 180px;
  height: 29px;
  font-size: 14px;
  line-height:26px;
}

.white_menu li a{
  color: #3d271c;
  text-decoration: none;
}


.white_menu li a:hover {
  text-decoration: underline;
}



