@charset "utf-8";
/* CSS Document */


#additionalMenu {
	width:auto;
	margin-bottom:10px;
}
div.menu a, div.menu a:link, div.menu a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
div.menu a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
/* naglowek menu */
.menu_head {
	height: 21px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	cursor: pointer;
	padding-left:30px;
	font-weight:bold;
	background:  url('../img/icons/toggle.gif') 260px 10px no-repeat;
	border-bottom:#ebebeb solid 1px;
}
div.menu div.content {
	padding: 10px;
	padding-top: 6px;
	width: 100%;
}
div.menu img.arrow {
	float: left;
	margin-top: 5px;
	margin-right: 4px;
}
div.menu div.button {
	margin-top: 8px;
	clear: both;
}
div.menu div.dash {
	background-image: url(/img/layouts/main/boxes/content_left/menu/dash.gif);
	height: 3px;
	margin-top: 5px;
	line-height: 3px;
	font-size: 1px;
}
div.menu.vertical div.header {
	background: #999;
	width:auto;
	padding-left:25px;
}
div.menu.vertical div.content {
	background: #EBEBEB url(/img/layouts/main/boxes/content_left/menu/back.gif) repeat-x;
	width:auto;
	padding-left:30px
}
div.menu.vertical div.footer {
 // background-image: url(/img/layouts/main/boxes/content_left/menu/bottom.gif);
}
div.menu div.button.active a {
	font-weight: bold;
	color: #000;
}
div.menu div.button.disable {
	color: #CCC;
}
.menu_body {

	display:none;
	padding: 10px;
	padding-top: 6px;
	width: auto;
	padding-left:10px;
}
.menu_body a {
background:url(../img/icons/small/leftArrSimple.gif) no-repeat 0 5px;
padding-left:20px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.menu_body a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.expanded {
	display:block;
}
/* Konfiguracje konkretnych menu */

div.menu#gadget div.header {

}
div.menu.vertical#ustawienia div.header {
	//background: #bdbdbd
}
div.menu.vertical#products div.header {
	//background: #bdbdbd
}
div.menu.vertical#album div.header {
	//background: #bdbdbd
}
div.menu#photo div.header {
	//background: #bdbdbd
}
div.menu#passages div.header {
	//background: #bdbdbd
}
div.menu#user div.header {
	display:block;
}
