#menu0 {
	border-radius: 6px; 
	margin: 5px;
}

#menu0 dt {
	border-radius: 6px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	margin: 1px 0 0 0;
	padding: 6px;
}

#menu0 dt a {
	color: #000000;
}
#menu0 dd a{
	color: #272365	;
}
#menu0 dd {
	background-color: rgb(254,252,234);
	color: #000000	;
	-webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
	border-right: rgb(241,218,54) dotted 1px;
	border-bottom: rgb(241,218,54) dotted 1px;
	margin: 0;
	padding: 6px;
}
 
#menu0 dd.active {
	font-weight: bold;
	padding-left: 20px;
}

#menu0 a{
	text-decoration: none;
}

#menu0 dd:hover{
	background-color: #FCFCD9;
	color: #000000;
	cursor: pointer;
}
#menu0 dt{
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(254,252,234,0) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,252,234,0)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(254,252,234,0) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(254,252,234,0) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(254,252,234,0) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(254,252,234,0) 0%,rgba(241,218,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 */
}

/////////////////////////////////////////////////////////// menu rocznikow galerii

#menu2, #menu2 dl {
	border-radius: 6px; 
	margin: 5px;
}

#menu2 dt {
	cursor: pointer;
	border-radius: 6px;
	padding: 6px;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#menu2 dl dt {
	text-align: left;
	font-weight: normal;
}

#menu2 dd  {
	height: 22px;
}

#menu2 dd.active {
	font-weight: bold;
}

#menu2 dt a {
	background: url("submenu.gif") no-repeat 140px 8px;
	padding-right: 20px;
}

#menu2 a:link, #menuG a:visited {
	display: block;
	text-decoration: none;
	padding: 4px 5px;
}

#menu2 a:hover {
	background-color: #008;
}

#menu2 dl {
	position: absolute;
}

#menu2 dl dd {
	position: relative;
	left: 151px;
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}