/* CSS Document */
a, a:visited {
	text-decoration:none;
	color:#000000;
}
/*TOP MENU*/
ul.menu {
	float:left;
	font-size:8pt;
	padding:5px 0 0;
}
ul.menu li {
	background-image:url(../images/ddmenu_sep.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:2px 5px 7px;
	float:left;
}
ul.menu li li {
	float:none;
	padding-left:20px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */

/* style the list items */
.moduletable li, .moduletablebannermenu li {
	/* for IE7 */
	float:left;
	/*background:#ffffff;*/
}

/* style the links */
.moduletable a, .moduletable a:visited, .moduletablebannermenu a, .moduletablebannermenu a:visited {
	display: block; 
}
/* hack for IE5.5 */
* html .moduletable a, * html .moduletable a:visited {
	/*width:140px;
	w\idth:139px;*/
}
/* style the link hover */
* html .moduletable_topmenu a:hover {
	position:relative;
}
.moduletable_topmenu li:hover {
	position:relative;
}
/* For accessibility of the top level moduletable when tabbing */
.moduletable a:active, .moduletable a:focus {
	
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.moduletable li:hover > a {
	
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.moduletable_topmenu li ul {
	background:transparent url(../images/drop.png) no-repeat scroll right bottom;
	margin-left:-5px;
	margin-top:20px;
	padding-bottom:13px;
	padding-right:13px;
	position:absolute;
	top:0;
	left:0;
	width:240px;
	z-index:500;
	visibility:hidden;
	border-top:1px solid #999999;
	/* set up the overlap (minus the overrun) */
	/* set up the overrun area */
	/* this is for IE to make it interpret the overrrun padding */
}
/* for browsers that understand this is all you need for the flyouts */
.moduletable_topmenu li:hover > ul,  .moduletable_topmenu li.sfhover ul{
	visibility:visible;
}


/*MENU BANNER*/
#bannermenu a {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding:10px 0;
	text-align:center;
}
#bannermenu a:hover, #bannermenu li.active a {
	color:#000000;
}

#bannermenu li.item23 a {
	background:url(../images/przycisk_1.png) right top no-repeat;
	margin-right:5px;
	width:180px;
}
#bannermenu li.item23 a:hover, #bannermenu li.active.item23 a {
	background:url(../images/przycisk_1.png) left top no-repeat;
}

#bannermenu li.item24 a {
	background:url(../images/przycisk_2.png) right top no-repeat;
	margin-right:4px;
	width:180px;
}
#bannermenu li.item24 a:hover, #bannermenu li.active.item24 a {
	background:url(../images/przycisk_2.png) left top no-repeat;
}
#bannermenu li.item25 a {
	background:url(../images/przycisk_3.png) right top no-repeat;
	margin-right:4px;
	width:180px;
}
#bannermenu li.item25 a:hover, #bannermenu li.active.item25 a {
	background:url(../images/przycisk_3.png) left top no-repeat;
}
#bannermenu li.item26 a {
	background:url(../images/przycisk_4.png) right top no-repeat;
	width:181px;
}
#bannermenu li.item26 a:hover, #bannermenu li.active.item26 a {
	background:url(../images/przycisk_4.png) left top no-repeat;
}

#bannermenu li ul {
	margin-top:7px;
	padding-bottom:13px;
	padding-right:13px;
	position:absolute;
	top:auto;
	width:400px;
	z-index:500;
	visibility:hidden;
}
ul.menubannersubmenu {
	float:left;
	display:inline;
	background:none;
	padding:30px 0 10px 80px;
}
.bannersubmenu {
	/*border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
	float:left;
	width:734px;
	height:130px;
}
.bannersubmenu li {
	margin:5px 0;
	width:200px;
}
.bannersubmenu li a, .bannersubmenu li a:visited {
	background:url(../images/bt_yellow_doublearrow.gif) no-repeat left center;
	display:inline;
	color:#009DDC;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 10px;
}
.bannersubmenu li a:hover {
	text-decoration:underline;
}
.bannersubmenu li li{
	width:224px;
	padding:0px 5px;
}
.bannersubmenu li li a, .bannersubmenu li li a:visited{
	color:#009DDC;
	font-weight:normal;
}
.bannersubmenu.rozwiazania {
	background:url(../images/przycisk_1_under.png) top no-repeat;
}
.bannersubmenu.produkty {
	background:url(../images/przycisk_2_under.png) top no-repeat;
}
.bannersubmenu.problemy {
	background:url(../images/przycisk_3_under.png) top no-repeat;
}
.bannersubmenu.dlaczego {
	background:url(../images/przycisk_4_under.png) top no-repeat;
}
