.dotcom_menu{
	margin: 0;
	padding: 0;
	width: 980px;
	height:22px;
/*	background-color: black;*/
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	clear: left;
}

.tabcontainer{
	width:100%; /*width of 2nd level sub menus*/
	height:18px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-color: #009740;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
}

.dotcom_submenu{
	margin: 0;
	padding: 0;
	display:block;
}

.dotcom_menu ul{
	list-style:none;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-left: 26px;
}


.dotcom_submenu ul{
	list-style:none;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 26px;
}


.dotcom_menu li{
	margin: 0;
	padding: 0;
	display:inline;
}

.dotcom_submenu li{
	margin: 0;
	padding: 0;
	display:inline;
}

/* 
kolor aktywny menu 009740
kolor nieaktywny menu 6f6d6d
*/
.dotcom_menu a{
	margin: 0;
	padding: 0;
	
	color: white;
	float: left;
	vertical-align: bottom;
	background: transparent url(../images/tab_inactive.gif) no-repeat left top;
	text-decoration: none;
	padding-top: 3px; /*odstęp od lewej krawędzi*/
	width: 134px;
	height: 19px;
}
.dotcom_menu a.current{
	text-decoration: none;
	background: transparent url(../images/tab_active.gif) no-repeat left top;
}

.dotcom_menu a:hover{
	text-decoration: none;
	color: #44D777;
	background-position: 0px 2px;
}

.dotcom_menu a.current:hover {
	text-decoration: none;
	color: #AAFFAA;
	background-position: 0px 1px;
}

.dotcom_submenu a{
	float: left;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

.dotcom_submenu a.current{
/*	background: none;*/
	color: black;
	text-decoration: none;
}

.dotcom_submenu a:hover{
	margin: 0;
	margin-right: 30px;
	padding: 0;
	color: black;
	text-decoration: none;
}


