ul.menu-list
{
  width : 954px;
  position : relative;
  height : 30px;
  display : block;
  background-position : 0px 0px;
  background-repeat : repeat-x;
  margin : 0px 0px 0px 0px;
  background-image : url('../images/topmenu/menu-bg4.png');
  /*background-image : url('../images/topmenu/menu-bg5.gif');*/ 
  padding : 1px 0px 0px 6px;
  list-style: none;
}
.bg-menu
{
  height : 38px;
  margin : 0px 0px 10px 0px;
}
.bg-empty
{
  height : 16px;
  margin : 0px 0px 10px 0px;
}
ul.menu-list li
{
  list-style: none;
  padding : 0px;
  margin : 0px;
  display : inline;
}
ul.menu-list ul
{    
  position : absolute;
  left : 0px;
  top : 30px;
  list-style: none;
  padding : 0px;
  margin : 0px;
}
ul.menu-list ul 
{
  display : none;
}
ul.menu-list .left,ul.menu-list .right
{
  width : 6px;
  display : block;
  float : left;
  display : block;
  height : 32px;
  overflow : hidden;
}
.menu-list li a
{   
  height : 30px;
  display : block;
  float : left;
  text-align : center;    
  white-space: nowrap;
  font-size  : 14px;
  font-family : Tahoma;
  color : #fff;
/*  background : url(../images/topmenu/sep.gif) no-repeat 100% 0px;*/

  background : url('http://ekologia.pl/assets/images/topmenu/sep.png') no-repeat 100% 0px;   
}
.menu-list li a:hover
{
 font-size  : 14px;	
 color : #fff;
 /*text-decoration: none;	*/
}
ul.menu-list li .center
{
  float : left;
  display : block;  
  height : 23px;
  padding : 6px 6px 0px 6px;
  cursor : pointer;
}
ul.menu-list li .center:hover
{
    text-decoration:underline;
}
ul.menu-list li .left,ul.menu-list li .right
{
  float : left;
  width : 6px;
  display : block;
  height : 29px;
}
ul.menu-list li.selected .left
{
  background : url('http://ekologia.pl/assets/images/topmenu/tab-selected.gif') no-repeat 0px 4px;
}
ul.menu-list li.selected .right
{
  background : url('http://ekologia.pl/assets/images/topmenu/tab-selected.gif') no-repeat 100% 4px;
}
ul.menu-list li.selected a,ul.menu-list li.selected a:hover
{
 color : #57A546;
}
ul.menu-list ul li a
{
  color : #1C5BB6;
}
ul.menu-list ul li.selected a
{
  color : #57A546;
}

ul.menu-list li.selected .center
{
  height : 21px;
  padding : 8px 6px 0px 6px;
  background : url('http://ekologia.pl/assets/images/topmenu/tab-selected.gif') no-repeat -5px 4px;
  color : #57A546;
}

ul.menu-list ul .center,ul.menu-list ul .left,ul.menu-list ul .right
{
  background : none !important;
}
ul.menu-list ul li .center    
{
  color : #1C5BB6 !important; 
  font-size : 12px;
}
ul.menu-list ul li.selected .center     
{
  color : #57A546 !important;
  font-size : 12px;
}

ul.menu-list ul .left,ul.menu-list ul .right,ul.menu-list ul .center,.menu-list ul a
{
  padding : 0px !important;
  height : 15px !important;
}
ul.menu-list ul .center
{
  padding : 0px 6px 0px 6px !important;
  line-height:14px;
}
.menu-list .selected ul
{
  display : block;
  width : 958px;
  margin : 0px auto;
  height : 28px;
  padding : 10px 0px 0px 0px;
}
.menu-list ul a
{
  background : none;
}
ul.menu-list ul
{
  background : #f4f4f4;
  border-left : 1px solid #8dc63f;
  border-right : 1px solid #8dc63f;
  border-bottom : 1px solid #8dc63f;
}
.menu-list ul a
{
 /* color : #16387C;*/
}
ul.menu-list ul .sub       
{
  border-right : 1px solid #16387C;
}
ul.menu-list ul li a:hover
{
  color : #1C5BB6 !important;
}
ul.menu-list ul li.selected a:hover
{
  color : #57A546 !important;
}