.menu-l1 {
	border: 1px solid none;
	width: 210px;
	margin-left: 3px;
	font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

.menu-l1 tr {
	border: 0px solid none;
	padding: 0px 0px 0px 0px;
}

.menu-l1 td {
	border-bottom: 1px solid #f4f4f4;
	border-left: 3px solid #fff;
	padding-top: 2px;
	padding-left: 5px;
	color: #4f4f4f;
}

.menu-l1 td a {
        display: block;
        text-decoration: none;
	border-left: 3px solid white;
	padding-left: 2px;
	color: #4f4f4f;
}

.menu-l1 td a:hover {
	color: #000;
	background-color: #f4f4f4;
	text-decoration: none;
	border-left: 3px solid red;
	padding-left: 2px;
	padding-bottom: 0px;
}

.menu-l1 td a:active {
	color: red;
}

.menu-l1-opis td {
	background: #f4f4f4;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 1px;
	font-size: 12px;
	color: #545454;
	font-weight: bold;
	padding-top: 10px;
}

.menu-l2 {
	width: 100%;
	font-size: 10px;
	padding-left: 20px;	
}

.menu-l3 {
	width: 100%;
	font-size: 10px;
}

.menu-l3 td {
	color: red;
	font-size: 10px;
}


.menu-item {
	border-bottom: 1px solid #f1f1f1;
	width: 95%;
	padding-left: 5px;
	padding-top: 0px;
	background-color: none;
}

.menu-item:hover {
	background-color: red;
}

.menu-item-op {
        border-bottom: 1px solid #f1f1f1;
        width: 95%;
        padding-left: 5px;
        padding-top: 0px;
	background-color: #d4d4d4;
	border: 0px solid red;
}


.menu-item a {
	text-decoration: none;
	color: #202020;
	font-size: 12px;
}

.menu-item a:hover {
	color: #000000;
}

.menu-item-a {
	background-color: #ffffff;
	padding-left: 5px;
	border: 0px solid red;
	padding-top: 3px;
}
.menu-item-a-s {
	background-color: lightgrey;
	padding-left: 5px;
}
.menu-item-a:hover {
	background-color: #f4f4f4;
}

.menu-item-b {
        background-color: #ffffff;
        padding-left: 20px;
        padding-top: 3px;
}
.menu-item-b-s {
        background-color: lightgrey;
	padding-left: 20px;
}
.menu-item-b:hover {
        background-color: #f4f4f4;
}


.menu-item-c {
        background-color: #ffffff;
        padding-left: 30px;
        padding-top: 3px;
}
.menu-item-c-s {
	border: 0px solid blue;
        background-color: lightgrey;
        padding-left: 30px;
}
.menu-item-c:hover {
        background-color: #f4f4f4;
}


.menu-item-d {
        background-color: #ffffff;
        padding-left: 40px;
        padding-top: 3px;
}
.menu-item-d-s {
        background-color: lightgrey;
        padding-left: 40px;
}
.menu-item-d:hover {
        background-color: #f4f4f4;
}


.menu-item-e {
        background-color: #ffffff;
        padding-left: 50px;
        padding-top: 3px;
}
.menu-item-e-s {
        background-color: lightgrey;
        padding-left: 50px;
}
.menu-item-e:hover {
        background-color: #f4f4f4;
}

.menu-item-x:hover {
        background-color: #f4f4f4;
}

.menu-item-opis {
        width: 96%;
	background: #f4f4f4;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 10px;
        font-size: 13px;
        color: #545454;
        font-weight: bold;
        padding-top: 10px;
	margin-top: 2px;	
	line-height: 14px;
	padding-bottom: 5px;
}

